:root {
  /* Premium palette: Navy #0b1724, Anthracite #101418, Cyan #10b8c7, Deep Green #123c35, Warm Gold #d8a24a */
  --ink: #111827;
  --muted-ink: #53616d;
  --paper: #f5f7f9;
  --surface: #ffffff;
  --line: #d8e1e8;
  --teal: #10b8c7;
  --teal-dark: #087f8c;
  --amber: #d8a24a;
  --navy: #0b1724;
  --anthracite: #101418;
  --green: #123c35;
  --shadow: 0 24px 64px rgba(11, 23, 36, 0.16);
  --technical-canvas:
    repeating-linear-gradient(90deg, rgba(8, 127, 140, 0.045) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(0deg, rgba(8, 127, 140, 0.035) 0 1px, transparent 1px 56px),
    linear-gradient(135deg, #f6faf9 0%, #edf5f5 54%, #f7fbfb 100%);
  --glass-surface: rgba(255, 255, 255, 0.88);
  --container: 1220px;
  --section-y: clamp(88px, 10vw, 136px);
  --font-main: Inter, "Open Sans", "Segoe UI", Aptos, Calibri, Arial, sans-serif;
  --font-display: Montserrat, Poppins, Inter, "Segoe UI", Aptos, Calibri, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures;
}

body.has-search-overlay {
  overflow: hidden;
}

button,
a,
input,
select,
textarea,
label,
[role="button"] {
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
video,
iframe {
  max-width: 100%;
}

iframe {
  color-scheme: normal;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

section[id] {
  scroll-margin-top: 92px;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(16, 184, 199, 0.18);
}

p,
h1,
h2,
h3,
h4,
li,
  dd,
  dt,
  span,
  strong,
  em {
  overflow-wrap: normal;
}

b,
strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video,
iframe {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  min-width: 0;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: #ffffff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(247, 248, 246, 0.94);
  box-shadow: 0 10px 30px rgba(23, 33, 38, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-search-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(120, 220, 235, 0.32);
  border-radius: 999px;
  padding: 8px 13px;
  color: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(16, 184, 199, 0.08)),
    rgba(5, 14, 20, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-search-button span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.site-search-button span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
  .site-search-button:hover {
    border-color: rgba(120, 220, 235, 0.62);
    transform: translateY(-1px);
  }
}

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

.brand-mark {
  display: flex;
  width: 248px;
  aspect-ratio: 625 / 200;
  padding: 1px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(120, 220, 235, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(16, 184, 199, 0.06)),
    rgba(5, 14, 20, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(16, 184, 199, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
}

.site-header.is-scrolled .brand-mark,
body.section-page .brand-mark {
  border-color: rgba(120, 220, 235, 0.34);
  background:
    linear-gradient(135deg, rgba(7, 14, 20, 0.98), rgba(13, 25, 31, 0.94)),
    rgba(5, 14, 20, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(23, 33, 38, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 1px;
  min-height: 1px;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) brightness(1.06) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.24));
}

.brand strong,
.brand small {
  display: block;
}

.brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.site-header.is-scrolled .brand-text,
body.section-page .brand-text {
  border-left-color: rgba(11, 23, 36, 0.18);
}

.brand strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.08;
  white-space: nowrap;
  letter-spacing: 0;
}

.brand small {
  color: currentColor;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  min-width: 0;
  flex: 1 1 auto;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 4px;
  opacity: 0.82;
  white-space: nowrap;
  line-height: 1.2;
  touch-action: manipulation;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 270px;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(120, 220, 235, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 18, 28, 0.98), rgba(13, 37, 42, 0.96)),
    var(--navy);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown.is-expanded .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (hover: hover) and (pointer: fine) {
  .nav-dropdown:hover .nav-dropdown-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.nav-dropdown-panel a {
  border-radius: 6px;
  padding: 10px 12px;
  color: #ffffff;
  opacity: 0.86;
}

.nav-dropdown-panel a:hover {
  background: rgba(16, 184, 199, 0.12);
  opacity: 1;
}

.site-nav a:hover,
.site-nav a.is-active {
  opacity: 1;
}

.site-nav a.is-active {
  color: var(--teal);
}

body.section-page .site-header {
  color: #ffffff;
  background: rgba(7, 26, 47, 0.92);
  box-shadow: 0 10px 30px rgba(7, 26, 47, 0.22);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.section-page main {
  padding-top: 96px;
  background: var(--technical-canvas);
}

body.home-overview main > section:not(.hero) {
  padding-block: clamp(64px, 7vw, 96px);
}

body.home-overview .hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

body.home-overview .section-heading {
  max-width: 980px;
}

body.home-overview .section-heading h2 {
  max-width: 900px;
}

.technical-video-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 14%, rgba(16, 184, 199, 0.24), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(10, 102, 194, 0.28), transparent 30%),
    linear-gradient(135deg, #071a2f 0%, #06111d 48%, #08292d 100%);
}

.technical-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(148, 232, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(148, 232, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 86%);
}

.technical-video-section::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 72px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(148, 232, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 0 0 34px rgba(16, 184, 199, 0.035),
    0 0 0 68px rgba(10, 102, 194, 0.025);
}

.technical-video-section .section-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.technical-video-section .section-heading {
  max-width: 1040px;
}

.technical-video-section .eyebrow {
  color: #78dce8;
}

.technical-video-section .section-heading h2,
.technical-video-section .section-heading p {
  color: #ffffff;
}

.technical-video-section .section-heading p {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.78);
}

.technical-video-section .section-subtitle {
  margin-top: 12px;
  color: rgba(148, 232, 255, 0.94);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.competence-message {
  max-width: 1020px;
  border-left: 4px solid #10b8c7;
  border-radius: 8px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(148, 232, 255, 0.14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.competence-message strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.competence-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.56;
}

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

.competence-card {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 178px;
  flex-direction: column;
  border: 1px solid rgba(148, 232, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    rgba(6, 17, 29, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.competence-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(16, 184, 199, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .competence-card:hover {
    transform: translateY(-4px);
    border-color: rgba(148, 232, 255, 0.42);
    background:
      linear-gradient(135deg, rgba(16, 184, 199, 0.16), rgba(255, 255, 255, 0.055)),
      rgba(6, 17, 29, 0.68);
    box-shadow: 0 24px 60px rgba(0, 184, 217, 0.16);
  }
}

.competence-card:focus-visible {
  outline: 3px solid rgba(148, 232, 255, 0.74);
  outline-offset: 4px;
}

.competence-card span {
  display: inline-grid;
  width: max-content;
  min-width: 46px;
  min-height: 32px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid rgba(148, 232, 255, 0.2);
  border-radius: 999px;
  color: #06111d;
  background: linear-gradient(135deg, #94e8ff, #29ab87);
  font-size: 12px;
  font-weight: 900;
}

.competence-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.28;
}

.competence-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.competence-card em {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding-top: 16px;
  color: #94e8ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.technical-video-section .about-video-card {
  max-width: 1180px;
  margin-inline: auto;
}

.competence-video-card {
  border-color: rgba(148, 232, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.2), rgba(16, 184, 199, 0.12)),
    rgba(6, 17, 29, 0.82);
}

.competence-video-card .hero-video-frame {
  aspect-ratio: 16 / 9;
  min-height: 260px;
}

.hero-video-overlay-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  display: grid;
  max-width: min(420px, calc(100% - 48px));
  gap: 6px;
  pointer-events: none;
  color: #ffffff;
  text-align: right;
}

.hero-video-overlay-copy strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.05;
}

.hero-video-overlay-copy span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.competence-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(148, 232, 255, 0.18);
  border-radius: 8px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.08);
}

.competence-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 700;
}

.competence-signature {
  margin: 0;
  color: rgba(148, 232, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 800;
  text-align: center;
}

body.section-page main > section:not(.hero) {
  min-height: calc(100vh - 150px);
}

body.section-page .section,
body.section-page .section-band {
  padding-top: clamp(78px, 8vw, 118px);
}

.language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled .language-switch {
  border-color: var(--line);
  background: #ffffff;
}

.language-switch button {
  min-width: 42px;
  min-height: 34px;
  border: 0;
  color: currentColor;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #06111a;
  background: var(--teal);
}

.nav-toggle {
  display: none;
  min-width: 46px;
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 96vh;
  min-height: 96svh;
  min-height: 96dvh;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  right: 8%;
  bottom: 18%;
  width: min(520px, 44vw);
  height: min(520px, 44vw);
  border: 1px solid rgba(119, 243, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(119, 243, 255, 0.12), transparent 58%),
    repeating-conic-gradient(from 0deg, rgba(119, 243, 255, 0.18) 0deg 5deg, transparent 5deg 22deg);
  opacity: 0.72;
  animation: loopRotate 28s linear infinite;
}

.hero::after {
  right: 4%;
  left: 52%;
  bottom: 28%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(119, 243, 255, 0.92), rgba(41, 171, 135, 0.72), transparent);
  box-shadow:
    0 -58px 0 rgba(119, 243, 255, 0.16),
    0 58px 0 rgba(41, 171, 135, 0.14);
  animation: serviceFlow 3.6s linear infinite;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  filter: blur(1.1px) brightness(0.76) saturate(0.98);
  transform: scale(1.025);
  animation: heroImageDrift 18s ease-in-out infinite alternate;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(6, 13, 22, 0.96), rgba(6, 13, 22, 0.72) 45%, rgba(6, 13, 22, 0.22)),
    radial-gradient(circle at 72% 20%, rgba(16, 184, 199, 0.25), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(216, 162, 74, 0.11), transparent 28%),
    linear-gradient(0deg, rgba(6, 13, 22, 0.76), rgba(6, 13, 22, 0.08) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 96vh;
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
  padding: 156px 0 68px;
  flex-direction: column;
  justify-content: flex-end;
  animation: heroContentIn 700ms ease-out both;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-statement {
  width: fit-content;
  max-width: min(100%, 760px);
  margin: 0 0 18px;
  border: 1px solid rgba(120, 220, 235, 0.3);
  border-radius: 8px;
  padding: 10px 14px;
  color: #eafcff;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.2), rgba(255, 255, 255, 0.07)),
    rgba(5, 14, 20, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
  backdrop-filter: blur(12px) saturate(1.12);
  font-family: var(--font-display);
  font-size: clamp(18px, 2.6vw, 30px);
  font-weight: 600;
  line-height: 1.14;
  animation: heroStatementPulse 4.8s ease-in-out infinite;
}

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

h1,
h2,
h3,
.brand strong,
.button,
.site-nav,
.language-switch button,
.eyebrow {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  max-width: 960px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7.4vw, 92px);
  line-height: 1.02;
  font-weight: 760;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.1;
  font-weight: 740;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 720;
}

.hero-copy {
  max-width: 780px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(20px, 2.15vw, 26px);
  line-height: 1.42;
}

.enterprise-proof-strip {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(120, 220, 235, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.enterprise-proof-strip span {
  display: grid;
  gap: 6px;
  min-height: 94px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(16, 184, 199, 0.06)),
    rgba(6, 13, 22, 0.24);
}

.enterprise-proof-strip strong {
  color: #ffffff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  line-height: 1.18;
}

.enterprise-proof-strip em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-style: normal;
  line-height: 1.38;
}

.hero-value-grid {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.hero-value-grid article {
  min-height: 116px;
  border: 1px solid rgba(120, 220, 235, 0.22);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(16, 184, 199, 0.06)),
    rgba(6, 13, 22, 0.28);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hero-value-grid article:hover {
  border-color: rgba(120, 220, 235, 0.45);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(16, 184, 199, 0.1)),
    rgba(6, 13, 22, 0.32);
  transform: translateY(-2px);
}

.hero-value-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-value-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.hero-video-card {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
  gap: 20px;
  margin: 0 0 30px;
  align-items: stretch;
  border: 1px solid rgba(120, 220, 235, 0.26);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.14), rgba(16, 184, 199, 0.08)),
    rgba(6, 13, 22, 0.32);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.about-video-card {
  grid-column: 1 / -1;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
  gap: 22px;
  align-items: stretch;
  border: 1px solid rgba(16, 184, 199, 0.22);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.96), rgba(8, 68, 72, 0.92)),
    var(--navy);
  box-shadow: 0 24px 64px rgba(7, 26, 47, 0.16);
}

.hero-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 2px 4px 6px;
}

.hero-video-copy span {
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-video-copy strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.1;
}

.hero-video-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.48;
}

.hero-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 0;
  border: 1px solid rgba(148, 232, 255, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.12), rgba(41, 171, 135, 0.1)),
    rgba(5, 14, 20, 0.84);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.hero-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(16, 184, 199, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(4, 18, 28, 0.08), rgba(4, 18, 28, 0.54));
}

.hero-video-poster,
.hero-video-frame picture,
.hero-video-embed,
.hero-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.hero-video-frame picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-poster {
  object-fit: cover;
  filter: brightness(0.68) saturate(1.05);
}

.hero-video-embed {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-video-embed iframe {
  border: 0;
  aspect-ratio: 16 / 9;
}

.hero-video-start {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  font: inherit;
  transition: opacity 180ms ease, background 180ms ease;
}

.hero-video-start span {
  position: relative;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: linear-gradient(135deg, #00b8d9, #29ab87);
  box-shadow:
    0 22px 46px rgba(0, 184, 217, 0.34),
    0 0 0 12px rgba(16, 184, 199, 0.12);
}

.hero-video-start span::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 23px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #ffffff;
}

.hero-video-start strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(148, 232, 255, 0.34);
  border-radius: 999px;
  padding: 10px 22px;
  background: rgba(4, 18, 28, 0.78);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@media (hover: hover) and (pointer: fine) {
  .hero-video-start:hover {
    background: rgba(0, 184, 217, 0.06);
  }
}

.hero-video-frame.is-playing .hero-video-start {
  opacity: 0;
  pointer-events: none;
}

.hero-video-channel {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(6, 13, 22, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, border-color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .hero-video-channel:hover {
    border-color: rgba(0, 184, 217, 0.72);
    color: #ffffff;
  }
}

.hero-video-frame.is-playing .hero-video-channel {
  opacity: 0;
  pointer-events: none;
}

.hero-video-frame.is-playing .hero-video-poster {
  visibility: hidden;
}

.hero-video-overlay-copy,
.hero-video-channel {
  display: none;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button.primary {
  color: #ffffff;
  background:
    linear-gradient(135deg, #10b8c7, #087f8c);
  box-shadow: 0 16px 34px rgba(16, 184, 199, 0.24);
}

@media (hover: hover) and (pointer: fine) {
  .button.primary:hover {
    background:
      linear-gradient(135deg, #13c9d9, #087f8c);
    box-shadow: 0 20px 44px rgba(16, 184, 199, 0.32);
    transform: translateY(-2px);
  }
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .button.secondary:hover {
    border-color: rgba(120, 220, 235, 0.55);
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-2px);
  }
}

.button.ghost {
  color: #ffffff;
  border-color: transparent;
  background: transparent;
}

.button:focus-visible {
  outline: 3px solid rgba(148, 232, 255, 0.72);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .button.ghost:hover {
    color: var(--teal);
  }
}

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

.hero-proof span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 500;
}

.hero-metrics {
  display: grid;
  width: min(820px, 100%);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.025) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-12px, -8px, 0);
  }
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes heroStatementPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.06),
      0 14px 34px rgba(0, 0, 0, 0.16),
      0 0 0 rgba(16, 184, 199, 0);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.08),
      0 14px 34px rgba(0, 0, 0, 0.16),
      0 0 28px rgba(16, 184, 199, 0.18);
  }
}

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

  .hero-image,
  .hero-content,
  .hero-statement {
    animation: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .button:hover,
  .service-card:hover,
  .service-link-card:hover,
  .platform-grid article:hover,
  .case-card:hover,
  .technology-card:hover,
  .hero-value-grid article:hover,
  .service-video-link:hover,
  .social-profile-button:hover,
  .sticky-project-button:hover {
    transform: none;
  }

  .service-link-card:hover img {
    filter: none;
    transform: scale(1.02);
  }
}

.hero-metrics div {
  padding: 18px;
  background: rgba(10, 20, 25, 0.34);
}

.hero-metrics dt {
  margin-bottom: 6px;
  font-weight: 600;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.section,
.section-band {
  padding: var(--section-y) 0;
}

.section-inner {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
}

.section-band {
  background: linear-gradient(135deg, var(--navy), var(--anthracite));
  color: #ffffff;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
}

.two-column p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.about-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(16, 184, 199, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), var(--anthracite));
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: stretch;
}

.about-main h2 {
  max-width: 780px;
}

.about-main p,
.founder-card p,
.vision-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.68;
}

.founder-card,
.vision-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.founder-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  align-items: stretch;
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(132px, 164px) max-content;
  gap: clamp(20px, 2.6vw, 28px);
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.founder-photo {
  position: relative;
  width: 100%;
  max-width: 164px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 232, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.22), rgba(41, 171, 135, 0.1)),
    rgba(6, 13, 22, 0.42);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(6, 13, 22, 0.36));
  pointer-events: none;
}

.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: 50% 50%;
}

.founder-heading {
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: center;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

.founder-card h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.08;
}

.founder-name {
  max-width: 100%;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
  text-wrap: nowrap;
  text-align: center;
}

.founder-card .eyebrow {
  margin: 0;
  text-align: center;
}

.founder-card > p {
  max-width: 64ch;
  margin-right: auto;
  margin-left: auto;
}

.about-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  margin-top: 28px;
}

.about-capabilities {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.about-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-chip-grid span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 500;
}

.vision-card strong {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.section-heading.compact {
  max-width: 880px;
}

.section-heading p {
  max-width: 720px;
  color: var(--muted-ink);
  font-size: 19px;
  line-height: 1.62;
}

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

.seo-keyword-panel {
  margin: 0 0 32px;
  border: 1px solid rgba(16, 184, 199, 0.28);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.1), rgba(41, 171, 135, 0.08)),
    #edf7f7;
}

.seo-keyword-panel p {
  max-width: 680px;
  margin: 0 0 16px;
  color: #29424a;
  font-size: 17px;
  line-height: 1.52;
}

.seo-keyword-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.seo-keyword-grid span {
  min-height: 38px;
  border: 1px solid rgba(8, 127, 140, 0.26);
  border-radius: 999px;
  padding: 9px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(230, 247, 249, 0.96));
  color: #12323a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.service-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-link-grid {
  align-items: stretch;
}

.service-link-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  overflow: hidden;
  padding: 0 0 28px;
  color: inherit;
}

.service-link-card figure {
  position: relative;
  height: 162px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.service-link-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 13, 22, 0.02), rgba(6, 13, 22, 0.36)),
    radial-gradient(circle at 18% 22%, rgba(16, 184, 199, 0.18), transparent 32%);
}

.service-link-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.service-link-card picture,
.service-visual picture,
.landing-visual picture,
.platform-showcase picture {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-visual picture img,
.platform-showcase picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-link-card .service-icon,
.service-link-card h3,
.service-link-card p,
.service-link-card em,
.service-card-actions {
  margin-right: 28px;
  margin-left: 28px;
}

.service-link-card .service-icon {
  position: relative;
  width: max-content;
  margin-top: -32px;
  margin-bottom: 4px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.service-link-card h3 {
  margin-bottom: 0;
  text-wrap: pretty;
}

.service-link-card p {
  flex: 1 0 auto;
  margin-bottom: 0;
  line-height: 1.55;
}

.service-link-card > em,
.service-link-card > .service-card-actions {
  margin-top: auto;
}

.service-link-card > em {
  min-height: 30px;
}

.service-link-card:focus-visible {
  outline: 3px solid rgba(16, 184, 199, 0.72);
  outline-offset: 3px;
}

.service-link-card em,
.service-detail-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.service-detail-link {
  text-decoration: none;
}

.service-link-card em::after,
.service-detail-link::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: width 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .service-link-card:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.08);
  }

  .service-link-card:hover em::after,
  .service-link-card:hover .service-detail-link::after {
    width: 30px;
  }
}

.service-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.service-video-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(16, 184, 199, 0.28);
  border-radius: 999px;
  padding: 9px 14px;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #0a66c2, #10b8c7);
  box-shadow: 0 12px 24px rgba(10, 102, 194, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.service-video-link span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.service-video-link strong {
  font-size: 13px;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .service-video-link:hover {
    filter: saturate(1.06);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(10, 102, 194, 0.24);
  }
}

.service-icon-dc,
.service-icon-ai {
  background: #0a66c2;
}

.service-icon-heat,
.service-icon-energy {
  background: #29ab87;
}

.service-icon-cooling {
  background: #087f8c;
}

.service-icon-sim {
  background: #6b7280;
}

.service-section-heading {
  max-width: 1040px;
}

.service-section-heading p {
  max-width: 940px;
  color: #36515c;
}

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

.home-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-modern-card {
  min-width: 0;
  min-height: 100%;
  border-color: rgba(16, 184, 199, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 254, 0.98)),
    #ffffff;
}

.service-modern-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #071a2f, #10b8c7, #29ab87);
  opacity: 0.86;
}

.service-modern-card h3 {
  color: #071a2f;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.24;
  overflow-wrap: normal;
  hyphens: none;
}

#leistungen .section-heading h2 {
  max-width: 25ch;
}

#leistungen .section-heading > p:not(.eyebrow) {
  max-width: 74ch;
}

.service-modern-card p {
  color: #415761;
}

.service-modern-card:hover {
  border-color: rgba(16, 184, 199, 0.42);
}

body.home-overview .service-modern-card {
  min-height: 0;
  box-shadow: 0 18px 44px rgba(7, 26, 47, 0.08);
}

body.home-overview .service-link-card p {
  display: block;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

body.home-overview .service-link-card figure {
  height: 152px;
}

body.home-overview .service-link-card .service-icon,
body.home-overview .service-link-card h3,
body.home-overview .service-link-card p,
body.home-overview .service-link-card em {
  margin-right: 24px;
  margin-left: 24px;
}

.service-visual {
  position: relative;
  height: 190px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071a2f, #0b3f5a),
    #071a2f;
}

.service-link-card .service-visual {
  height: 190px;
}

.service-visual img {
  opacity: 0.82;
}

.service-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 28px;
}

.service-keywords span {
  border: 1px solid rgba(16, 184, 199, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(227, 247, 249, 0.82);
  color: #0d3c48;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.service-signal,
.cool-airflow,
.data-path,
.thermal-loop,
.co2-loop,
.trend-line,
.hotspot,
.dashboard-dot,
.anomaly-dot,
.maintenance-marker,
.temperature-node,
.pressure-pill {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.service-signal {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #77f3ff;
  box-shadow: 0 0 0 8px rgba(119, 243, 255, 0.16);
  animation: servicePulse 2.4s ease-in-out infinite;
}

.signal-one { top: 32%; left: 22%; }
.signal-two { top: 52%; left: 50%; animation-delay: 0.35s; }
.signal-three { top: 36%; right: 22%; animation-delay: 0.7s; }

.cool-airflow,
.data-path {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #7df6ff, transparent);
  animation: serviceFlow 2.8s linear infinite;
}

.airflow-one { right: 10%; bottom: 40%; width: 58%; }
.airflow-two { right: 18%; bottom: 27%; width: 46%; animation-delay: 0.7s; }
.hotspot {
  top: 24%;
  right: 18%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 97, 74, 0.9), rgba(255, 97, 74, 0.08) 65%, transparent 70%);
  animation: servicePulse 2s ease-in-out infinite;
}

.thermal-loop,
.co2-loop {
  inset: 28px 18%;
  border: 3px solid rgba(119, 243, 255, 0.82);
  border-right-color: rgba(41, 171, 135, 0.86);
  border-radius: 999px;
  animation: loopRotate 8s linear infinite;
}

.temperature-node,
.pressure-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(7, 26, 47, 0.74);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.node-supply,
.pressure-high {
  top: 28px;
  right: 20%;
}

.node-return,
.pressure-low {
  bottom: 30px;
  left: 18%;
}

.co2-loop {
  border-color: rgba(125, 246, 255, 0.75);
  border-left-color: rgba(255, 255, 255, 0.85);
}

.data-path {
  left: 18%;
  width: 64%;
}

.path-one { top: 42%; }
.path-two { top: 58%; animation-delay: 0.55s; }
.dashboard-dot {
  right: 18%;
  top: 45%;
  width: 34px;
  height: 34px;
  border: 2px solid #77f3ff;
  border-radius: 8px;
  background: rgba(7, 26, 47, 0.72);
  box-shadow: inset 0 0 0 6px rgba(119, 243, 255, 0.12);
}

.trend-line {
  right: 18%;
  bottom: 42%;
  width: 58%;
  height: 48px;
  border-bottom: 3px solid #77f3ff;
  border-right: 3px solid #29ab87;
  border-radius: 0 0 28px 0;
  transform: skewX(-24deg);
  animation: trendMove 2.8s ease-in-out infinite;
}

.anomaly-dot {
  top: 32%;
  right: 32%;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #ff614a;
  box-shadow: 0 0 0 8px rgba(255, 97, 74, 0.18);
  animation: servicePulse 2.1s ease-in-out infinite;
}

.maintenance-marker {
  right: 18%;
  bottom: 24%;
  width: 56px;
  height: 18px;
  border-radius: 999px;
  background: rgba(41, 171, 135, 0.84);
}

@keyframes servicePulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes serviceFlow {
  0% { transform: translateX(-18px); opacity: 0.28; }
  45% { opacity: 1; }
  100% { transform: translateX(18px); opacity: 0.28; }
}

@keyframes loopRotate {
  to { transform: rotate(360deg); }
}

@keyframes trendMove {
  0%, 100% { transform: translateY(0) skewX(-24deg); opacity: 0.78; }
  50% { transform: translateY(-7px) skewX(-24deg); opacity: 1; }
}

.service-card:hover,
.platform-grid article:hover,
.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(11, 23, 36, 0.12);
}

.service-icon {
  display: inline-grid;
  min-width: 46px;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--teal);
  font-size: 13px;
  font-weight: 600;
}

.service-card p,
.application-list p,
.process-list p,
.cta p,
.platform-grid p,
.growth-grid p,
.legal-card p {
  color: var(--muted-ink);
}

.muted {
  background: #e8eef2;
}

.service-inquiry-box {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 4vw, 40px);
  margin-top: 24px;
  border: 1px solid rgba(16, 184, 199, 0.24);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(8, 24, 35, 0.96), rgba(16, 64, 61, 0.92)),
    var(--navy);
  box-shadow: 0 22px 54px rgba(11, 23, 36, 0.16);
}

.service-inquiry-box h3 {
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 2.6vw, 34px);
}

.service-inquiry-box p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

.mini-inquiry-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-inquiry-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.mini-inquiry-form input,
.mini-inquiry-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 11px 12px;
  color: #ffffff;
  background: rgba(6, 13, 22, 0.42);
  font: inherit;
  outline: none;
}

.mini-inquiry-form input:focus,
.mini-inquiry-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(16, 184, 199, 0.16);
}

.mini-inquiry-form option {
  color: var(--ink);
}

.mini-form-consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.mini-form-consent input {
  flex: 0 0 auto;
  width: 17px;
  min-height: auto;
  height: 17px;
  margin-top: 2px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--teal);
}

.mini-inquiry-form .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mini-form-wide {
  grid-column: 1 / -1;
}

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

.seo-landing-links a {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(16, 184, 199, 0.16);
  border-radius: 8px;
  padding: 18px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.seo-landing-links a:hover {
  border-color: rgba(16, 184, 199, 0.34);
  box-shadow: 0 18px 42px rgba(11, 23, 36, 0.1);
  transform: translateY(-2px);
}

.seo-landing-links span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-landing-links strong {
  font-size: 18px;
  line-height: 1.25;
}

.seo-landing-links em {
  color: var(--muted-ink);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.value-section {
  padding-top: 0;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
  padding-top: clamp(54px, 8vw, 86px);
  border-top: 1px solid var(--line);
}

.value-list {
  display: grid;
  gap: 18px;
}

.value-list div {
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--teal);
}

.value-list p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted-ink);
}

.expertise-section {
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.1), rgba(18, 60, 53, 0.08)),
    #ffffff;
}

.expertise-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: stretch;
}

.lead {
  max-width: 640px;
  color: var(--muted-ink);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.62;
}

.expertise-section .section-inner > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expertise-section h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 54px);
}

.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.expertise-tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(11, 23, 36, 0.12);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
}

.expertise-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(16, 184, 199, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 252, 0.88)),
    #ffffff;
  box-shadow: var(--shadow);
}

.expertise-panel h3 {
  margin-bottom: 22px;
  font-size: clamp(22px, 2.2vw, 30px);
}

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

.outcome-grid div {
  min-height: 145px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.outcome-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 600;
}

.outcome-grid p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

.references-section {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 23, 36, 0.95), rgba(18, 60, 53, 0.94)),
    var(--navy);
}

.references-section .section-heading p,
.references-section .case-card p {
  color: rgba(255, 255, 255, 0.74);
}

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

.case-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.home-overview .references-section {
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.96), rgba(8, 68, 72, 0.9)),
    var(--navy);
}

body.home-overview .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.home-overview .case-card {
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  background: rgba(255, 255, 255, 0.075);
}

body.home-overview .case-visual,
body.home-overview .case-visual img {
  min-height: 100%;
  height: 100%;
}

body.home-overview .case-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
}

body.home-overview .case-body p {
  display: block;
  max-height: none;
  overflow: visible;
}

.references-section .section-heading {
  max-width: 800px;
}

.references-section .section-heading h2 {
  max-width: 19ch;
}

.case-summary {
  font-size: 16px !important;
  line-height: 1.52 !important;
}

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

.case-facts div {
  min-width: 0;
  border: 1px solid rgba(148, 232, 255, 0.16);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(6, 13, 22, 0.22);
}

.case-facts dt,
.case-outcome span {
  margin-bottom: 5px;
  color: #78dce8;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

.case-outcome {
  display: grid;
  gap: 2px;
  margin-top: auto;
  border-top: 1px solid rgba(148, 232, 255, 0.18);
  padding-top: 14px;
}

.case-outcome span {
  display: block;
}

.case-outcome strong {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.34;
  text-transform: none;
}

.case-insight-video-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, #061724 0%, #082d38 56%, #0a3f42 100%);
}

.case-insight-video-section .section-heading h2,
.case-insight-video-section .section-heading p {
  color: #ffffff;
}

.case-insight-video-section .section-heading > p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.case-insight-video-section .eyebrow {
  color: #78dce8;
}

.case-insight-video-card {
  margin-top: 6px;
}

.case-insight-video-frame {
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.32), rgba(7, 26, 47, 0.82)),
    repeating-linear-gradient(90deg, rgba(120, 220, 235, 0.08) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(120, 220, 235, 0.05) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 72% 25%, rgba(16, 184, 199, 0.56), transparent 0 16%, transparent 17%),
    linear-gradient(135deg, #082d38, #071a2f 68%, #0a4d55);
}

.case-insight-video-frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.72;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(120, 220, 235, 0.18) 24.2% 24.5%, transparent 24.7% 100%),
    linear-gradient(0deg, transparent 0 62%, rgba(120, 220, 235, 0.16) 62.2% 62.5%, transparent 62.7% 100%);
}

.case-insight-video-frame .hero-video-start {
  background: rgba(7, 26, 47, 0.1);
}

.case-insight-video-frame.is-playing::before {
  display: none;
}

.service-video-insight .section-heading {
  max-width: 860px;
}

.service-video-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  align-items: stretch;
  border: 1px solid rgba(16, 184, 199, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.98), rgba(8, 68, 72, 0.94)),
    var(--navy);
  box-shadow: 0 20px 48px rgba(7, 26, 47, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-video-feature figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: #071a2f;
}

.service-video-feature picture,
.service-video-feature img {
  display: block;
  width: 100%;
  height: 100%;
}

.service-video-feature img {
  object-fit: cover;
  filter: brightness(0.72) saturate(1.04);
  transition: transform 220ms ease, filter 220ms ease;
}

.service-video-feature figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 47, 0.12), rgba(7, 26, 47, 0.52));
}

.service-video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(16, 184, 199, 0.92);
  box-shadow: 0 0 0 12px rgba(16, 184, 199, 0.16);
}

.service-video-play::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 28px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #ffffff;
}

.service-video-feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 28px 32px;
}

.service-video-feature-copy strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 720;
  line-height: 1.25;
}

.service-video-feature-copy em {
  display: inline-flex;
  width: max-content;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(120, 220, 235, 0.42);
  border-radius: 999px;
  padding: 8px 14px;
  color: #bdf7ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .service-video-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(120, 220, 235, 0.68);
    box-shadow: 0 26px 56px rgba(7, 26, 47, 0.2);
  }

  .service-video-feature:hover img {
    transform: scale(1.05);
    filter: brightness(0.82) saturate(1.14);
  }
}

.case-visual {
  position: relative;
  height: clamp(240px, 22vw, 340px);
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  background: rgba(6, 13, 22, 0.48);
}

.case-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 13, 22, 0.02) 0%, rgba(6, 13, 22, 0.22) 100%),
    radial-gradient(circle at 18% 18%, rgba(16, 184, 199, 0.1), transparent 36%);
  pointer-events: none;
}

.case-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: 50% 50%;
}

.case-body {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.case-tag {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(148, 232, 255, 0.28);
  border-radius: 999px;
  padding: 6px 11px;
  color: #bdf7ff;
  background: rgba(16, 184, 199, 0.12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.18;
}

.case-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.case-card strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.case-dashboard {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(148, 232, 255, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    radial-gradient(circle at 88% 18%, rgba(16, 184, 199, 0.12), transparent 28%),
    rgba(6, 13, 22, 0.28);
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.case-metrics span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.case-metrics strong,
.case-alert-row span {
  margin: 0;
  color: rgba(189, 247, 255, 0.78);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.case-metrics em,
.case-alert-row strong {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.case-chart,
.case-line-chart {
  display: flex;
  position: relative;
  height: 96px;
  align-items: end;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px 14px 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 100% 24px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 34px 100%,
    rgba(6, 13, 22, 0.34);
}

.case-chart span {
  flex: 1;
  height: var(--h);
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, #bdf7ff, var(--teal));
  box-shadow: 0 0 18px rgba(16, 184, 199, 0.18);
}

.case-chart.has-axis span {
  position: relative;
}

.case-chart.has-axis span::after {
  content: attr(data-label);
  position: absolute;
  right: 50%;
  bottom: -18px;
  transform: translateX(50%);
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.case-chart.is-teal span {
  background: linear-gradient(180deg, #bdf7ff, #2bbf7f);
}

.case-line-chart {
  align-items: center;
}

.case-alert-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-left: 3px solid var(--teal);
  padding: 8px 10px;
  background: rgba(16, 184, 199, 0.08);
}

.case-alert-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.case-alert-metrics span {
  display: grid;
  gap: 3px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.12), rgba(255, 208, 92, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.case-alert-metrics strong {
  margin: 0;
  color: rgba(189, 247, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.case-alert-metrics em {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.case-line-chart svg {
  width: 100%;
  height: 100%;
}

.case-line-chart path {
  fill: none;
  stroke: #38d4e8;
  stroke-width: 4;
  stroke-linecap: round;
}

.case-line-chart .baseline {
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2;
  stroke-dasharray: 5 6;
}

.case-line-chart circle {
  fill: #bdf7ff;
  stroke: rgba(6, 13, 22, 0.72);
  stroke-width: 3;
}

.case-line-chart.is-green path {
  stroke: #42c976;
}

.case-line-chart.is-green circle {
  fill: #b8ffd2;
}

.threshold-line {
  position: absolute;
  right: 14px;
  left: 14px;
  top: 30px;
  border-top: 1px dashed rgba(255, 208, 92, 0.86);
}

.threshold-label {
  position: absolute;
  top: 13px;
  right: 14px;
  color: #ffe59a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-axis {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 600;
}

.case-alert-action {
  border: 1px solid rgba(255, 208, 92, 0.24);
  border-radius: 7px;
  padding: 9px 10px;
  color: #fff2bd;
  background: rgba(255, 208, 92, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.technologies-section {
  background: #ffffff;
}

.tech-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
}

.technology-landscape {
  display: grid;
  gap: 24px;
}

.technology-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(16, 184, 199, 0.2);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.96), rgba(11, 63, 90, 0.94)),
    var(--navy);
  box-shadow: 0 18px 44px rgba(7, 26, 47, 0.16);
}

.technology-flow::before {
  content: "";
  position: absolute;
  top: 51px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(119, 243, 255, 0.9), rgba(41, 171, 135, 0.82), transparent);
}

.technology-flow::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 8%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #77f3ff;
  box-shadow: 0 0 0 8px rgba(119, 243, 255, 0.14);
  animation: technologySignal 5.8s linear infinite;
}

.flow-step,
.flow-result {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-height: 128px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.flow-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #071a2f;
  background: linear-gradient(135deg, #77f3ff, #29ab87);
  font-size: 12px;
  font-weight: 900;
}

.flow-step strong,
.flow-result strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.flow-step em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.flow-result {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.2), rgba(41, 171, 135, 0.16)),
    rgba(255, 255, 255, 0.07);
}

.flow-result strong {
  font-size: 16px;
}

.technology-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.technology-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  border: 1px solid rgba(16, 184, 199, 0.18);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 253, 0.96)),
    #ffffff;
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.technology-card:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 184, 199, 0.36);
  box-shadow: 0 18px 42px rgba(11, 23, 36, 0.11);
}

.technology-icon {
  display: inline-grid;
  width: max-content;
  min-width: 46px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  padding: 0 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #071a2f, #087f8c);
  font-size: 12px;
  font-weight: 900;
}

.technology-card h3 {
  margin: 0;
  color: #071a2f;
  font-size: 21px;
  line-height: 1.18;
}

.technology-card p {
  margin: 0;
  color: #415761;
  font-size: 15px;
  line-height: 1.58;
}

@keyframes technologySignal {
  0% { transform: translateX(0); opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { transform: translateX(760px); opacity: 0; }
}

.platform-section {
  background: #eef4f6;
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
}

.platform-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.platform-showcase {
  grid-column: 1 / -1;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 184, 199, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.98), rgba(8, 127, 140, 0.78)),
    #071a2f;
  box-shadow: 0 24px 62px rgba(7, 26, 47, 0.18);
}

.platform-showcase-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1366 / 768;
  object-fit: cover;
  object-position: center;
}

.platform-showcase-en {
  display: none;
}

html[lang="en"] .platform-showcase-de {
  display: none;
}

html[lang="en"] .platform-showcase-en {
  display: block;
}

.platform-showcase figcaption {
  margin: 0;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(6, 13, 22, 0.82);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.platform-grid article {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 24px;
  border: 1px solid rgba(16, 184, 199, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 253, 0.96)),
    #ffffff;
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.platform-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #071a2f, #10b8c7, #29ab87);
}

.platform-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 184, 199, 0.34);
  box-shadow: 0 18px 42px rgba(11, 23, 36, 0.11);
}

.platform-grid span {
  display: inline-grid;
  min-width: 48px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  color: #06111a;
  background: linear-gradient(135deg, #77f3ff, #29ab87);
  font-size: 13px;
  font-weight: 900;
}

.platform-grid h3 {
  margin-bottom: 14px;
  color: #071a2f;
  font-size: 21px;
  line-height: 1.2;
}

.platform-grid p {
  margin-bottom: 18px;
  color: #415761;
  line-height: 1.58;
}

.platform-grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.platform-grid dt {
  color: #087f8c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.platform-grid dd {
  margin: 0 0 10px;
  color: #36515c;
  font-size: 14px;
  line-height: 1.52;
}

.platform-visual {
  position: relative;
  height: 92px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(16, 184, 199, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.95), rgba(8, 127, 140, 0.78)),
    #071a2f;
}

.platform-visual i {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.platform-visual-plan i {
  width: 46px;
  height: 28px;
  border: 2px solid rgba(119, 243, 255, 0.78);
}

.platform-visual-plan i:nth-child(1) { top: 18px; left: 18px; }
.platform-visual-plan i:nth-child(2) { top: 32px; left: 84px; }
.platform-visual-plan i:nth-child(3) { top: 48px; right: 22px; }

.platform-visual-plan::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #77f3ff, transparent);
}

.platform-visual-data i {
  bottom: 18px;
  width: 18px;
  background: linear-gradient(180deg, #77f3ff, #29ab87);
}

.platform-visual-data i:nth-child(1) { left: 18%; height: 30px; }
.platform-visual-data i:nth-child(2) { left: 36%; height: 48px; }
.platform-visual-data i:nth-child(3) { left: 54%; height: 38px; }
.platform-visual-data i:nth-child(4) { left: 72%; height: 58px; }

.platform-visual-sys i {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(119, 243, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  animation: platformPulse 2.8s ease-in-out infinite;
}

.platform-visual-sys i:nth-child(1) { top: 24px; left: 16%; }
.platform-visual-sys i:nth-child(2) { top: 24px; left: 42%; animation-delay: 0.35s; }
.platform-visual-sys i:nth-child(3) { top: 24px; right: 16%; animation-delay: 0.7s; }

@keyframes platformPulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.08); opacity: 1; }
}

.growth-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.growth-grid article {
  min-height: 196px;
  padding: 24px;
  border: 1px solid rgba(11, 23, 36, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.growth-grid h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.growth-grid p {
  margin-bottom: 0;
  color: var(--muted-ink);
  font-size: 15px;
  line-height: 1.5;
}

.application-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 33, 38, 0.15);
}

.application-list div {
  display: flex;
  min-height: 190px;
  padding: 28px 24px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(23, 33, 38, 0.15);
}

.application-list h3 {
  margin-bottom: 12px;
}

.application-list p {
  margin-bottom: 0;
  line-height: 1.45;
}

.application-list div:last-child {
  border-right: 0;
}

.application-list div:nth-child(3) {
  border-right: 0;
}

.application-list div:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(23, 33, 38, 0.15);
}

.process-section {
  background: #ffffff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(23, 33, 38, 0.15);
  background: rgba(23, 33, 38, 0.15);
}

.process-list li {
  display: flex;
  min-height: 190px;
  padding: 28px 24px;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.process-list span {
  display: grid;
  width: 44px;
  height: 34px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  color: #06111a;
  background: var(--teal);
  font-size: 13px;
  font-weight: 600;
}

.process-list h3 {
  margin-bottom: 12px;
}

.process-list p {
  margin-bottom: 0;
  line-height: 1.45;
}

.cta {
  background:
    linear-gradient(135deg, rgba(11, 23, 36, 0.96), rgba(18, 60, 53, 0.96)),
    var(--green);
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.cta h2 {
  max-width: 720px;
}

.cta p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.66;
}

.contact-response {
  display: inline-flex;
  margin-top: 12px;
  border: 1px solid rgba(16, 184, 199, 0.38);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(16, 184, 199, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.contact-video-card {
  width: min(540px, 100%);
  margin-top: 18px;
  border: 1px solid rgba(148, 232, 255, 0.24);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.1), rgba(41, 171, 135, 0.08)),
    rgba(6, 13, 22, 0.34);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.contact-video-copy {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.contact-video-copy span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-video-copy strong {
  color: #ffffff;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.18;
}

.contact-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: rgba(5, 14, 20, 0.86);
}

.contact-video-poster,
.contact-video-embed,
.contact-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-video-poster {
  object-fit: cover;
  filter: brightness(0.82) saturate(1.08);
}

.contact-video-embed {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.contact-video-embed iframe {
  border: 0;
}

.contact-video-start {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 10px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(6, 13, 22, 0.08), rgba(6, 13, 22, 0.5));
  cursor: pointer;
  font: inherit;
  transition: opacity 180ms ease, background 180ms ease;
}

.contact-video-start span {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: linear-gradient(135deg, #00b8d9, #29ab87);
  box-shadow: 0 18px 38px rgba(0, 184, 217, 0.28);
}

.contact-video-start span::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}

.contact-video-start strong {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(4, 18, 28, 0.72);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.contact-video-frame.is-playing .contact-video-start {
  opacity: 0;
  pointer-events: none;
}

.contact-video-frame.is-playing .contact-video-poster {
  visibility: hidden;
}

.contact-panel {
  padding: 30px;
  border: 1px solid rgba(120, 220, 235, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(16, 184, 199, 0.06)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.contact-form {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form .form-wide {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 12px 13px;
  color: #ffffff;
  background: rgba(6, 13, 22, 0.42);
  font: inherit;
  line-height: 1.45;
  outline: none;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  background: rgba(6, 13, 22, 0.58);
  box-shadow: 0 0 0 3px rgba(16, 184, 199, 0.16);
}

.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.contact-form option {
  color: var(--ink);
}

.contact-form .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .form-consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.contact-form .form-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 24px;
  margin: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status.is-pending,
.form-status.is-success,
.form-status.is-error {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 13, 22, 0.44);
}

.form-status.is-success {
  border-color: rgba(45, 212, 191, 0.52);
  color: #b9fff0;
}

.form-status.is-error {
  border-color: rgba(255, 145, 130, 0.52);
  color: #ffd0ca;
}

.contact-link {
  display: grid;
  gap: 4px;
  width: 100%;
  overflow-wrap: normal;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.contact-link span {
  color: rgba(190, 235, 242, 0.7);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-link strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.contact-panel p {
  margin: 18px 0 0;
  font-size: 15px;
}

.contact-panel .contact-name {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-role {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.contact-panel .contact-note {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.contact-address {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.founder-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.social-profile-button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 220, 235, 0.42);
  border-radius: 8px;
  padding: 0;
  color: #eafcff;
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.28), rgba(16, 184, 199, 0.14)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 26px rgba(0, 0, 0, 0.14);
  font-weight: 600;
  line-height: 1.25;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-profile-button:hover {
  border-color: rgba(120, 220, 235, 0.62);
  background:
    linear-gradient(135deg, rgba(10, 102, 194, 0.42), rgba(16, 184, 199, 0.2)),
    rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.social-profile-icon {
  display: inline-grid;
  width: 100%;
  height: 100%;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #ffffff;
  background: #0a66c2;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.linkedin-profile-icon {
  background: #0a66c2;
}

.youtube-profile-icon {
  position: relative;
  background: #ff0033;
}

.youtube-profile-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
}

.founder-youtube {
  background:
    linear-gradient(135deg, rgba(255, 0, 51, 0.22), rgba(16, 184, 199, 0.1)),
    rgba(255, 255, 255, 0.06);
}

.legal-section {
  background: var(--technical-canvas);
  background-attachment: fixed;
}

.legal-section .section-heading p {
  max-width: 820px;
}

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

.legal-card {
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass-surface);
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.legal-card address {
  margin-bottom: 18px;
  font-style: normal;
}

.legal-card p {
  color: var(--muted-ink);
}

.legal-card a {
  color: var(--teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-label {
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: #111b1f;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.footer-contact-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.footer-contact-strip a {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.footer-contact-strip span {
  display: inline-grid;
  min-width: 34px;
  height: 28px;
  place-items: center;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(16, 184, 199, 0.28);
  font-size: 11px;
  font-weight: 700;
}

.footer-contact-strip strong {
  font-size: 14px;
  font-weight: 700;
}

.footer-contact-strip .footer-request {
  border-color: rgba(16, 184, 199, 0.38);
  background: linear-gradient(135deg, rgba(16, 184, 199, 0.24), rgba(41, 171, 135, 0.12));
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a,
.footer-consent-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact-strip a:hover,
.footer-consent-button:hover {
  color: #ffffff;
}

.sticky-project-button {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(16px, 2vw, 24px);
  z-index: 80;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(148, 232, 255, 0.45);
  border-radius: 999px;
  padding: 12px 18px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.96), rgba(41, 171, 135, 0.92)),
    var(--teal);
  box-shadow: 0 18px 44px rgba(6, 13, 22, 0.32);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sticky-project-button span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: #ffffff;
}

.sticky-project-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(6, 13, 22, 0.38);
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: start center;
  padding: clamp(88px, 12vh, 132px) 18px 28px;
  background: rgba(6, 13, 22, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-search-dialog {
  position: relative;
  width: min(760px, 100%);
  border: 1px solid rgba(148, 232, 255, 0.28);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 184, 199, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(11, 23, 36, 0.98), rgba(18, 60, 53, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.site-search-dialog h2 {
  margin: 6px 0 20px;
  font-size: clamp(30px, 4vw, 46px);
}

.site-search-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.site-search-field {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-search-field input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 14px 16px;
  color: #ffffff;
  background: rgba(6, 13, 22, 0.5);
  font: inherit;
  font-size: 18px;
  outline: none;
}

.site-search-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(16, 184, 199, 0.18);
}

.site-search-results {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.site-search-results a,
.site-search-empty {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.06);
}

.site-search-results em {
  width: max-content;
  border: 1px solid rgba(120, 220, 235, 0.24);
  border-radius: 999px;
  padding: 4px 8px;
  color: #bdf7ff;
  background: rgba(16, 184, 199, 0.1);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.site-search-results a:hover {
  border-color: rgba(120, 220, 235, 0.44);
  background: rgba(16, 184, 199, 0.12);
}

.site-search-results strong {
  color: #ffffff;
  font-size: 17px;
}

.site-search-results span,
.site-search-empty {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.site-nav.is-static {
  display: flex;
  margin-left: auto;
}

.landing-page {
  color: var(--ink);
  background: var(--technical-canvas);
  background-attachment: fixed;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 720px;
  padding: clamp(120px, 12vw, 170px) clamp(18px, 6vw, 82px) clamp(56px, 7vw, 96px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 23, 36, 0.96), rgba(18, 60, 53, 0.94)),
    var(--navy);
}

.landing-hero h1,
.article-shell h1 {
  max-width: 940px;
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.04;
}

.landing-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.7;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(148, 232, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.landing-visual img,
.landing-visual picture,
.article-hero-image img,
.article-hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-visual {
  position: relative;
  min-height: 380px;
}

.predictive-hero-visual {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: #061724;
}

.predictive-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.detail-language-switch {
  margin-left: 0;
}

.service-detail-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(148, 232, 255, 0.18);
  border-radius: 8px;
  pointer-events: none;
}

.service-detail-visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  border: 1px solid rgba(148, 232, 255, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(7, 26, 47, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 13px;
  line-height: 1.45;
}

.monitoring-video-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  padding: 42px;
  color: #ffffff;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.5), rgba(7, 26, 47, 0.9)),
    repeating-linear-gradient(90deg, rgba(120, 220, 235, 0.08) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(0deg, rgba(120, 220, 235, 0.05) 0 1px, transparent 1px 52px),
    radial-gradient(circle at 76% 22%, rgba(16, 184, 199, 0.6), transparent 0 16%, transparent 17%),
    linear-gradient(135deg, #082d38, #071a2f 68%, #0a4d55);
}

.monitoring-video-hero > span:not(.service-video-play),
.monitoring-video-hero > em {
  position: relative;
  z-index: 2;
}

.monitoring-video-hero > span:not(.service-video-play) {
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 760;
  line-height: 1.2;
}

.monitoring-video-hero > em {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(120, 220, 235, 0.48);
  border-radius: 999px;
  padding: 8px 14px;
  color: #bdf7ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.monitoring-video-hero .service-video-play {
  top: 42%;
  left: 74%;
  z-index: 2;
}

.monitoring-video-cover {
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.18), rgba(7, 26, 47, 0.78)),
    repeating-linear-gradient(90deg, rgba(120, 220, 235, 0.08) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(0deg, rgba(120, 220, 235, 0.05) 0 1px, transparent 1px 38px),
    radial-gradient(circle at 72% 24%, rgba(16, 184, 199, 0.56), transparent 0 17%, transparent 18%),
    linear-gradient(135deg, #082d38, #071a2f 68%, #0a4d55) !important;
}

.monitoring-video-cover::after {
  background: linear-gradient(90deg, rgba(7, 26, 47, 0.08), rgba(7, 26, 47, 0.42));
}

@media (hover: hover) and (pointer: fine) {
  .monitoring-video-hero:hover {
    border-color: rgba(120, 220, 235, 0.7);
  }
}

.landing-section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 6vw, 82px);
}

.landing-page .landing-section:not(.service-cta-band) {
  background: transparent;
  color: var(--ink);
}

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

.landing-grid article,
.article-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 38px);
  background: var(--glass-surface);
  box-shadow: 0 12px 30px rgba(23, 33, 38, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.landing-section h2,
.article-shell h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.16;
}

.landing-section .section-heading .eyebrow {
  color: var(--teal-dark);
}

.landing-section .section-heading p:not(.eyebrow) {
  color: var(--muted-ink);
}

.landing-section p,
.landing-section li {
  color: var(--muted-ink);
}

.landing-list,
.article-steps {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted-ink);
  line-height: 1.68;
}

.landing-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-benefits span {
  border: 1px solid rgba(16, 184, 199, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: #ffffff;
  font-weight: 700;
}

.dc-intro-panel,
.dc-process-chain,
.dc-data-section,
.dc-method-section {
  position: relative;
}

.dc-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  color: var(--muted-ink);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.dc-copy-grid p {
  margin: 0;
}

.dc-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.dc-chain span {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 184, 199, 0.26);
  border-radius: 8px;
  padding: 16px 18px;
  color: #06111a;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 251, 252, 0.88)),
    var(--glass-surface);
  box-shadow: 0 14px 34px rgba(23, 33, 38, 0.08);
  font-family: var(--font-display);
  font-weight: 780;
  text-align: center;
}

.dc-chain span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 2;
  width: 12px;
  height: 2px;
  background: rgba(16, 184, 199, 0.75);
}

.dc-note {
  max-width: 980px;
  margin: 28px auto 0;
  color: var(--muted-ink);
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

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

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

.dc-card-grid article {
  border: 1px solid rgba(16, 184, 199, 0.2);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 30px);
  background: var(--glass-surface);
  box-shadow: 0 12px 32px rgba(23, 33, 38, 0.07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.dc-card-grid h3,
.landing-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.22;
}

.dc-card-grid p {
  margin: 0;
  color: var(--muted-ink);
  line-height: 1.65;
}

.dc-method-section.process-section {
  background: transparent;
}

.dc-method-section .process-list {
  border: 1px solid rgba(16, 184, 199, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(16, 184, 199, 0.18);
}

.dc-method-section .process-list li {
  background: var(--glass-surface);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

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

.dc-impact-grid article {
  border: 1px solid rgba(148, 232, 255, 0.32);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(5, 18, 31, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.dc-impact-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 18px;
}

.dc-impact-grid p {
  margin: 0;
  color: rgba(238, 249, 252, 0.92);
  line-height: 1.62;
}

.dc-benefits {
  gap: 12px;
}

.dc-benefits span {
  border-radius: 8px;
  padding: 12px 15px;
}

.service-detail-results {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(4, 16, 29, 0.98), rgba(7, 36, 46, 0.98) 52%, rgba(13, 55, 48, 0.98)),
    var(--navy);
}

.service-detail-results h2,
.service-detail-results .section-heading h2,
.service-detail-results .section-heading .eyebrow {
  color: #ffffff;
}

.dc-impact-section .section-heading {
  max-width: 980px;
}

.dc-impact-section .section-heading .eyebrow {
  color: #7de8f2;
}

.dc-impact-section .section-heading h2 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.service-detail-results .section-heading p:not(.eyebrow),
.service-detail-results p,
.service-detail-results li {
  color: rgba(238, 249, 252, 0.9);
}

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

.service-result-grid article {
  display: grid;
  gap: 18px;
  min-height: 170px;
  border: 1px solid rgba(148, 232, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.service-result-grid span {
  width: 46px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), #29ab87);
}

.service-result-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.service-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 127, 140, 0.96), rgba(11, 23, 36, 0.96)),
    var(--navy);
}

.service-cta-band h2 {
  max-width: 760px;
  color: #ffffff;
}

.service-cta-band p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.article-page {
  padding: 0 0 clamp(60px, 8vw, 96px);
}

.article-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 96px) clamp(18px, 6vw, 32px) 0;
}

.article-hero {
  min-height: 620px;
}

.article-hero .eyebrow {
  color: #78dce8;
}

.article-hero .article-lead {
  color: rgba(255, 255, 255, 0.8);
}

.article-hero-visual {
  min-height: 380px;
}

.article-lead {
  color: var(--muted-ink);
  font-size: 21px;
  line-height: 1.65;
}

.article-hero-image {
  overflow: hidden;
  margin: 34px 0;
  border-radius: 8px;
}

.article-shell p {
  color: var(--muted-ink);
  font-size: 18px;
  line-height: 1.72;
}

.article-cta {
  margin-top: 34px;
}

.cookie-banner {
  position: fixed;
  inset: auto 18px 18px;
  z-index: 80;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 18px;
  width: min(1080px, 100%);
  border: 1px solid rgba(148, 232, 255, 0.28);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(16, 184, 199, 0.12), rgba(41, 171, 135, 0.08)),
    rgba(6, 13, 22, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  color: #ffffff;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.cookie-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
}

.cookie-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.cookie-options {
  display: grid;
  gap: 10px;
}

.cookie-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.cookie-option input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.cookie-option strong,
.cookie-option em {
  display: block;
}

.cookie-option strong {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 14px;
}

.cookie-option em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.cookie-option.is-required {
  opacity: 0.86;
}

.cookie-actions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 820px) {
  .landing-page,
  .legal-section {
    background-attachment: scroll;
  }

  .detail-language-switch {
    margin-left: auto;
  }

  .monitoring-video-hero {
    min-height: 300px;
    padding: 28px;
  }

  .monitoring-video-hero > span:not(.service-video-play) {
    font-size: 22px;
  }

  .monitoring-video-hero .service-video-play {
    top: 36%;
    left: 72%;
  }

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

  .service-video-feature figure {
    min-height: 200px;
  }

  body.home-overview .case-card {
    grid-template-columns: 1fr;
  }

  body.home-overview .case-visual,
  body.home-overview .case-visual img {
    height: 210px;
    min-height: 210px;
  }
}

@media (max-width: 1120px) {
  .competence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .competence-video-card {
    grid-template-columns: 1fr;
  }

  .competence-video-card .hero-video-frame {
    min-height: 0;
  }

  .site-header {
    max-width: 100vw;
    min-height: 70px;
    gap: 8px;
  }

  .site-nav {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 76px);
    right: max(12px, env(safe-area-inset-right, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    display: none;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 92px);
    max-height: calc(100svh - 92px);
    max-height: calc(100dvh - 92px);
    min-width: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding: 14px;
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    z-index: 240;
    isolation: isolate;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav,
  .site-nav * {
    box-sizing: border-box;
  }

  .site-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .nav-dropdown {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .nav-dropdown > a {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(7, 26, 47, 0.04);
  }

  .nav-dropdown-panel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: none;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    max-height: min(52vh, 420px);
    max-height: min(52dvh, 420px);
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(16, 184, 199, 0.16);
    background:
      linear-gradient(180deg, rgba(248, 253, 254, 0.98), rgba(237, 247, 249, 0.98)),
      #ffffff;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }

  .nav-dropdown.is-expanded .nav-dropdown-panel {
    display: grid;
  }

  .nav-dropdown-panel a,
  .site-nav a {
    display: flex;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    border-radius: 8px;
    padding: 12px 14px;
    white-space: normal;
    overflow-wrap: normal;
    line-height: 1.35;
    -webkit-tap-highlight-color: rgba(16, 184, 199, 0.18);
  }

  .nav-dropdown-panel a {
    color: #071a2f !important;
    background: rgba(255, 255, 255, 0.72);
    opacity: 1;
  }

  .nav-dropdown-panel a:focus,
  .nav-dropdown-panel a:active {
    background: rgba(16, 184, 199, 0.12);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .language-switch {
    margin-left: auto;
  }

  .site-search-button strong {
    display: none;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero-content {
    min-height: max(760px, 100svh);
  }

  .two-column,
  .about-layout,
  .about-bottom,
  .value-layout,
  .expertise-layout,
  .tech-layout,
  .platform-layout,
  .cta-inner {
    grid-template-columns: 1fr;
  }

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

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

  .home-service-grid,
  body.home-overview .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #leistungen .home-service-grid {
    gap: 18px;
  }

  #leistungen .service-link-card figure {
    height: 168px;
  }

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

  .technology-flow::before,
  .technology-flow::after {
    display: none;
  }

  .service-inquiry-box,
  .mini-inquiry-form,
  .enterprise-proof-strip,
  .about-video-card,
  .service-result-grid,
  .dc-copy-grid,
  .dc-card-grid.three,
  .dc-impact-grid,
  .service-cta-band,
  .seo-landing-links,
  .landing-hero,
  .landing-grid {
    grid-template-columns: 1fr;
  }

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

  .dc-chain span:nth-child(2n)::after {
    display: none;
  }

  .site-nav.is-static {
    position: static;
    inset: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
  }

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

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .application-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .application-list div:nth-child(2),
  .application-list div:nth-child(4) {
    border-right: 0;
  }

  .application-list div:nth-child(3) {
    border-right: 1px solid rgba(23, 33, 38, 0.15);
  }

  .application-list div {
    border-bottom: 1px solid rgba(23, 33, 38, 0.15);
  }

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

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid article {
    min-height: auto;
  }

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

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

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .technical-video-section .section-inner {
    gap: 20px;
  }

  .competence-grid {
    grid-template-columns: 1fr;
  }

  .competence-card {
    min-height: 0;
    padding: 18px;
  }

  .competence-message,
  .competence-cta {
    padding: 18px;
  }

  .competence-video-card {
    padding: 16px;
  }

  .hero-video-overlay-copy {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    text-align: left;
  }

  .hero-video-start span {
    width: 54px;
    height: 54px;
  }

  .hero-video-start span::after {
    left: 22px;
    top: 16px;
  }

  .site-header {
    padding: 10px max(12px, env(safe-area-inset-left, 0px)) 10px max(12px, env(safe-area-inset-right, 0px));
    gap: 7px;
  }

  .brand-mark {
    width: clamp(118px, 38vw, 158px);
    padding: 1px;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
  }

  .brand-text {
    display: none;
  }

  .site-search-button {
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .language-switch {
    min-height: 42px;
    transform: none;
  }

  .language-switch button {
    min-width: 42px;
    min-height: 42px;
  }

  .site-nav {
    top: calc(env(safe-area-inset-top, 0px) + 70px);
    right: max(8px, env(safe-area-inset-right, 0px));
    left: max(8px, env(safe-area-inset-left, 0px));
    max-height: calc(100vh - 82px);
    max-height: calc(100svh - 82px);
    max-height: calc(100dvh - 82px);
    padding: 10px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: max(720px, 100svh);
    min-height: max(720px, 100dvh);
  }

  body.home-overview .hero {
    min-height: max(700px, 100svh);
    min-height: max(700px, 100dvh);
  }

  .hero-content {
    min-height: max(720px, 100svh);
    min-height: max(720px, 100dvh);
    padding-top: 128px;
  }

  body.home-overview .hero-content {
    min-height: max(700px, 100svh);
    min-height: max(700px, 100dvh);
  }

  .founder-profile {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
  }

  .founder-photo {
    max-width: 280px;
  }

  .founder-photo,
  .founder-photo img {
    min-height: 0;
  }

  h1 {
    font-size: 42px;
  }

  .hero-metrics,
  .hero-value-grid,
  .enterprise-proof-strip,
  .hero-video-card,
  .about-video-card,
  .service-grid,
  .dc-chain,
  .dc-card-grid,
  .application-list,
  .case-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .dc-chain span::after,
  .dc-chain span:not(:last-child)::after {
    display: none;
  }

  .service-detail-visual figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background: rgba(7, 26, 47, 0.9);
  }

  .seo-keyword-grid {
    grid-template-columns: 1fr;
  }

  .hero-value-grid {
    gap: 8px;
  }

  .hero-value-grid article {
    min-height: auto;
    padding: 14px;
  }

  .hero-video-card {
    gap: 12px;
    padding: 12px;
  }

  .about-video-card {
    gap: 12px;
    padding: 14px;
  }

  .hero-video-copy {
    padding: 0;
  }

  .hero-video-poster,
  .hero-video-embed,
  .hero-video-embed iframe {
    min-height: 0;
  }

  .growth-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    padding: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
  }

  .service-link-card {
    padding-bottom: 22px;
  }

  .service-link-card .service-icon,
  .service-link-card h3,
  .service-link-card p,
  .service-link-card em,
  .service-card-actions {
    margin-right: 20px;
    margin-left: 20px;
  }

  .home-service-grid,
  body.home-overview .case-grid {
    grid-template-columns: 1fr;
  }

  #leistungen .home-service-grid {
    gap: 16px;
  }

  #leistungen .service-link-card {
    gap: 12px;
    padding-bottom: 24px;
  }

  #leistungen .service-link-card figure,
  #leistungen .service-visual {
    height: 180px;
  }

  #leistungen .service-modern-card h3 {
    font-size: 21px;
    line-height: 1.22;
  }

  #leistungen .service-link-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  #leistungen .service-card-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  #leistungen .service-detail-link,
  #leistungen .service-video-link {
    max-width: 100%;
  }

  body.home-overview main > section:not(.hero) {
    padding-block: 54px;
  }

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

  .service-visual {
    height: 164px;
  }

  .service-link-card .service-icon,
  .service-link-card h3,
  .service-link-card p,
  .service-link-card em,
  .service-card-actions,
  .service-keywords {
    margin-right: 22px;
    margin-left: 22px;
  }

  .service-detail-link,
  .service-video-link,
  .button {
    min-height: 46px;
  }

  .technology-card-grid,
  .technology-flow {
    grid-template-columns: 1fr;
  }

  .flow-step,
  .flow-result,
  .technology-card {
    min-height: auto;
  }

  .application-list div,
  .application-list div:nth-child(2),
  .application-list div:nth-child(3),
  .application-list div:nth-child(4) {
    border-right: 0;
  }

  .process-list li {
    min-height: auto;
    padding: 24px;
  }

  .process-list span {
    width: 44px;
    height: 34px;
  }

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

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

  .footer-contact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .sticky-project-button {
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .site-search-overlay {
    padding-top: 82px;
  }

  .landing-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .landing-hero h1,
  .article-shell h1 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .cookie-banner {
    inset: auto 10px 10px;
  }

  .cookie-panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 16px;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .button {
    flex: 1 1 100%;
  }
}

/* Contrast safety layer: keeps text readable across light and dark surfaces. */
.landing-page .landing-section.service-detail-results,
.landing-page .landing-section.dc-impact-section {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(4, 16, 29, 0.98), rgba(7, 36, 46, 0.98) 52%, rgba(13, 55, 48, 0.98)),
    var(--navy);
}

.landing-page .landing-section.service-detail-results h2,
.landing-page .landing-section.service-detail-results h3,
.landing-page .landing-section.service-detail-results strong,
.landing-page .landing-section.service-detail-results .section-heading .eyebrow,
.landing-page .landing-section.dc-impact-section h2,
.landing-page .landing-section.dc-impact-section h3,
.landing-page .landing-section.dc-impact-section strong,
.landing-page .landing-section.dc-impact-section .section-heading .eyebrow {
  color: #ffffff;
}

.landing-page .landing-section.service-detail-results p,
.landing-page .landing-section.service-detail-results li,
.landing-page .landing-section.service-detail-results .section-heading p:not(.eyebrow),
.landing-page .landing-section.dc-impact-section p,
.landing-page .landing-section.dc-impact-section li,
.landing-page .landing-section.dc-impact-section .section-heading p:not(.eyebrow) {
  color: rgba(238, 249, 252, 0.92);
}

.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section),
.landing-grid article,
.dc-card-grid article,
.article-cta,
.legal-card {
  color: var(--ink);
}

.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) h2,
.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) h3,
.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) strong,
.landing-grid article h2,
.landing-grid article h3,
.landing-grid article strong,
.dc-card-grid article h3,
.dc-card-grid article strong,
.article-cta h2,
.article-cta h3,
.legal-card h2,
.legal-card h3 {
  color: var(--ink);
}

.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) p,
.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) li,
.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) .section-heading p:not(.eyebrow),
.landing-grid article p,
.landing-grid article li,
.dc-card-grid article p,
.article-cta p,
.article-cta li,
.legal-card p,
.legal-card li {
  color: var(--muted-ink);
}

.landing-page .landing-section:not(.service-detail-results):not(.service-cta-band):not(.dc-impact-section) .eyebrow {
  color: var(--teal-dark);
}

.dc-impact-grid article {
  border-color: rgba(148, 232, 255, 0.38);
  background: rgba(5, 18, 31, 0.78);
}

.dc-impact-grid article p {
  color: rgba(238, 249, 252, 0.92);
}

.button.primary,
.sticky-project-button,
.service-video-link {
  color: #ffffff;
  background: linear-gradient(135deg, #087f8c, #10b8c7);
}

.button.secondary,
.button.ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(6, 13, 22, 0.38);
}

.landing-page a:not(.button):not(.service-video-link):not(.brand),
.legal-card a {
  color: #075e69;
}

.service-detail-results a:not(.button),
.dc-impact-section a:not(.button),
.site-footer a,
.contact-panel a,
.cookie-panel a {
  color: #bdf7ff;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.mini-inquiry-form input,
.mini-inquiry-form select,
.site-search-field input {
  border-color: rgba(148, 232, 255, 0.32);
  color: #ffffff;
  background: rgba(5, 18, 31, 0.72);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.mini-inquiry-form input::placeholder,
.site-search-field input::placeholder {
  color: rgba(238, 249, 252, 0.62);
}

.contact-form label,
.mini-inquiry-form label,
.form-status {
  color: rgba(238, 249, 252, 0.9);
}

.site-nav a:focus-visible,
.footer-links a:focus-visible,
.footer-consent-button:focus-visible,
.service-detail-link:focus-visible,
.service-video-link:focus-visible,
.social-profile-button:focus-visible,
.contact-link:focus-visible {
  outline: 3px solid rgba(16, 184, 199, 0.75);
  outline-offset: 3px;
}

/* Premium hero typography layer: balanced headings without automatic word splitting. */
h1,
h2,
h3,
.hero-statement,
.hero-copy,
.landing-hero h1,
.landing-hero p,
.article-shell h1,
.article-lead,
.section-heading h2,
.service-section-heading h2,
.cta h2,
.contact-video-copy strong,
.site-search-dialog h2 {
  -webkit-hyphens: none;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

p,
li,
dt,
dd,
blockquote,
.landing-list,
.contact-role,
.contact-address,
.form-status {
  -webkit-hyphens: none;
  hyphens: none;
}

.hero-content,
.landing-hero,
.article-hero {
  row-gap: clamp(28px, 4vw, 58px);
}

.hero-statement {
  max-width: min(100%, 840px);
  line-height: 1.12;
}

.hero h1 {
  max-width: min(100%, 1050px);
  margin-bottom: clamp(18px, 2.4vw, 30px);
  font-size: clamp(46px, 6.6vw, 88px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy {
  max-width: min(100%, 820px);
  margin-bottom: clamp(24px, 3vw, 36px);
  line-height: 1.48;
}

.landing-hero-copy,
.article-hero-copy {
  max-width: 960px;
}

.landing-hero h1,
.article-shell h1 {
  max-width: min(100%, 980px);
  margin-bottom: clamp(18px, 2.2vw, 28px);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.06;
  letter-spacing: 0;
}

.landing-hero p,
.article-lead {
  max-width: min(100%, 780px);
  line-height: 1.66;
}

.section-heading {
  max-width: min(100%, 980px);
}

.section-heading h2,
.service-section-heading h2,
.cta h2 {
  max-width: min(100%, 940px);
  line-height: 1.12;
  letter-spacing: 0;
}

@supports (text-wrap: pretty) {
  p,
  li,
  .hero-copy,
  .landing-hero p,
  .section-heading p,
  .article-lead {
    text-wrap: pretty;
  }
}

@media (max-width: 820px) {
  .hero h1,
  .landing-hero h1,
  .article-shell h1 {
    max-width: 100%;
    font-size: clamp(38px, 9vw, 58px);
    line-height: 1.08;
  }

  .hero-copy,
  .landing-hero p,
  .article-lead {
    font-size: clamp(17px, 3.8vw, 21px);
    line-height: 1.58;
  }
}

@media (max-width: 640px) {
  .hero h1,
  .landing-hero h1,
  .article-shell h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.1;
  }

  .hero-statement {
    font-size: clamp(18px, 5vw, 25px);
    line-height: 1.16;
  }

  .section-heading h2,
  .service-section-heading h2,
  .cta h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.16;
  }
}

/* Global card and responsive layout guard: prevents clipped text and uneven card content. */
.service-card,
.service-link-card,
.service-modern-card,
.competence-card,
.case-card,
.technology-card,
.platform-grid article,
.growth-grid article,
.hero-value-grid article,
.outcome-grid div,
.landing-grid article,
.dc-card-grid article,
.dc-impact-grid article,
.service-result-grid article,
.legal-card,
.article-cta,
.founder-card,
.vision-card,
.contact-panel,
.cookie-panel,
.service-inquiry-box,
.mini-inquiry-form,
.contact-video-card,
.case-insight-video-card,
.about-video-card,
.hero-video-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.service-card,
.service-link-card,
.service-modern-card,
.competence-card,
.case-card,
.technology-card,
.platform-grid article,
.growth-grid article,
.landing-grid article,
.dc-card-grid article,
.dc-impact-grid article,
.service-result-grid article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.service-card > *,
.service-link-card > *,
.service-modern-card > *,
.competence-card > *,
.case-card > *,
.technology-card > *,
.platform-grid article > *,
.growth-grid article > *,
.landing-grid article > *,
.dc-card-grid article > *,
.dc-impact-grid article > *,
.service-result-grid article > * {
  min-width: 0;
  max-width: 100%;
}

.service-card h3,
.service-link-card h3,
.service-modern-card h3,
.competence-card strong,
.case-card h3,
.technology-card h3,
.platform-grid h3,
.growth-grid h3,
.landing-grid h2,
.landing-grid h3,
.dc-card-grid h3,
.dc-impact-grid strong,
.service-result-grid p,
.legal-card h2,
.legal-card h3 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  -webkit-hyphens: none;
  hyphens: none;
}

.service-card p,
.service-link-card p,
.service-modern-card p,
.competence-card p,
.case-card p,
.technology-card p,
.platform-grid p,
.growth-grid p,
.landing-grid p,
.landing-grid li,
.dc-card-grid p,
.dc-impact-grid p,
.legal-card p,
.legal-card li {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.service-card-actions,
.landing-actions,
.hero-actions,
.cookie-actions,
.contact-form .form-wide,
.mini-form-wide {
  min-width: 0;
  max-width: 100%;
}

.service-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.service-detail-link,
.service-video-link,
.button,
.sticky-project-button,
.footer-request,
.footer-consent-button,
.social-profile-button {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  text-align: center;
}

.service-visual,
.service-link-card figure,
.case-card figure,
.platform-showcase,
.landing-visual,
.article-hero-image,
.contact-video-frame,
.hero-video-frame {
  min-width: 0;
  max-width: 100%;
}

.service-card-grid,
.home-service-grid,
.competence-grid,
.case-grid,
.technology-card-grid,
.platform-grid,
.growth-grid,
.landing-grid,
.dc-card-grid,
.dc-impact-grid,
.service-result-grid,
.legal-grid,
.seo-keyword-grid {
  align-items: stretch;
}

.service-card-grid > *,
.home-service-grid > *,
.competence-grid > *,
.case-grid > *,
.technology-card-grid > *,
.platform-grid > *,
.growth-grid > *,
.landing-grid > *,
.dc-card-grid > *,
.dc-impact-grid > *,
.service-result-grid > *,
.legal-grid > *,
.seo-keyword-grid > * {
  min-width: 0;
}

@media (min-width: 1121px) {
  .home-service-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .service-card-grid,
  .competence-grid,
  .platform-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
  }

  .dc-card-grid {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
  }
}

@media (max-width: 820px) {
  .service-card-grid,
  .home-service-grid,
  .competence-grid,
  .case-grid,
  .technology-card-grid,
  .platform-grid,
  .growth-grid,
  .landing-grid,
  .dc-card-grid,
  .dc-impact-grid,
  .service-result-grid,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-actions {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .service-card-grid,
  .home-service-grid,
  .competence-grid,
  .case-grid,
  .technology-card-grid,
  .platform-grid,
  .growth-grid,
  .landing-grid,
  .dc-card-grid,
  .dc-impact-grid,
  .service-result-grid,
  .legal-grid,
  .seo-keyword-grid,
  .footer-contact-strip {
    grid-template-columns: 1fr;
  }

  .service-card-actions,
  .landing-actions,
  .hero-actions,
  .cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-detail-link,
  .service-video-link,
  .button,
  .sticky-project-button {
    width: 100%;
    justify-content: center;
  }
}

/* Visual QA layer: stabilizes hero/media/card layouts across narrow and ultra-wide screens. */
.hero,
.landing-hero,
.article-hero,
.technical-video-section,
.references-section,
.platform-section,
.cta,
.site-footer {
  isolation: isolate;
}

.hero-video-card,
.about-video-card,
.competence-video-card,
.case-insight-video-card,
.contact-video-card,
.platform-layout,
.technology-layout,
.expertise-layout,
.value-layout,
.cta-inner,
.about-layout,
.about-bottom {
  min-width: 0;
}

.hero-video-card,
.about-video-card,
.competence-video-card,
.case-insight-video-card,
.contact-video-card {
  gap: clamp(18px, 4vw, 34px);
}

.hero-video-frame,
.contact-video-frame,
.service-video-feature,
.landing-visual,
.article-hero-visual,
.platform-showcase,
.case-visual,
.service-visual {
  aspect-ratio: 16 / 9;
  height: auto;
}

.hero-video-frame iframe,
.contact-video-frame iframe,
.landing-visual img,
.article-hero-visual img,
.service-visual img,
.case-visual img,
.platform-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay-copy,
.hero-video-channel,
.contact-video-start,
.hero-video-start {
  max-width: calc(100% - 32px);
}

.founder-profile {
  grid-template-columns: minmax(120px, 164px) minmax(0, max-content);
}

.founder-name {
  font-size: clamp(20px, 2.1vw, 27px);
}

@media (min-width: 1600px) {
  .section-inner,
  .hero-content,
  .landing-section,
  .landing-hero,
  .article-shell {
    max-width: 1540px;
    margin-inline: auto;
  }

  .hero h1 {
    max-width: 1120px;
  }
}

@media (max-width: 1120px) {
  .hero-video-card,
  .about-video-card,
  .competence-video-card,
  .case-insight-video-card,
  .contact-video-card,
  .platform-layout,
  .technology-layout,
  .expertise-layout,
  .value-layout,
  .cta-inner,
  .about-layout,
  .about-bottom,
  .landing-hero {
    grid-template-columns: 1fr;
  }

  .hero-video-frame,
  .contact-video-frame,
  .landing-visual,
  .article-hero-visual {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .founder-profile {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .founder-name {
    white-space: normal;
    text-wrap: balance;
  }

  .hero-video-overlay-copy,
  .hero-video-channel {
    display: none;
  }

  .service-link-card .service-icon,
  .service-link-card h3,
  .service-link-card p,
  .service-link-card em,
  .service-card-actions,
  .service-keywords {
    margin-right: clamp(16px, 5vw, 22px);
    margin-left: clamp(16px, 5vw, 22px);
  }
}

/* Overflow fix layer: removes remaining rigid columns and nowrap risks. */
.brand,
.brand-text,
.brand strong,
.site-nav a,
.nav-dropdown-toggle,
.nav-dropdown-panel a,
.footer-contact-strip a,
.contact-link {
  min-width: 0;
  max-width: 100%;
}

.brand strong,
.site-nav a,
.nav-dropdown-toggle {
  white-space: normal;
}

.hero-content,
.landing-hero-copy,
.article-hero-copy,
.about-main,
.hero-video-copy,
.contact-video-copy,
.section-heading,
.service-section-heading,
.cta-inner > *,
.landing-grid article,
.service-card,
.case-card,
.technology-card,
.platform-grid article {
  min-width: 0;
  overflow-wrap: normal;
}

.hero-content h1,
.landing-hero h1,
.article-shell h1,
.section-heading h2,
.service-section-heading h2,
.about-main h2,
.cta h2 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.hero-video-card,
.about-video-card,
.about-layout,
.about-bottom,
.expertise-layout,
.platform-layout,
.technology-layout,
.value-layout,
.cta-inner,
.landing-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.founder-profile {
  grid-template-columns: minmax(120px, 164px) minmax(0, 1fr);
  width: 100%;
}

.founder-name {
  white-space: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

.metric-rail span,
.hero-proof span,
.landing-benefits span,
.about-chip-grid span,
.seo-keyword-grid span,
.service-keywords span {
  white-space: normal;
  overflow-wrap: normal;
  min-width: 0;
}

@media (max-width: 1120px) {
  .hero-video-card,
  .about-video-card,
  .about-layout,
  .about-bottom,
  .expertise-layout,
  .platform-layout,
  .technology-layout,
  .value-layout,
  .cta-inner,
  .landing-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-inner,
  .hero-content,
  .landing-section,
  .landing-hero,
  .article-shell {
    width: 100%;
    max-width: 100%;
  }

  .hero h1,
  .landing-hero h1,
  .article-shell h1 {
    font-size: clamp(32px, 9.2vw, 44px);
  }
}

/* No-word-split typography guard: never split professional headings inside words. */
h1,
h2,
h3,
h4,
.hero h1,
.hero-statement,
.landing-hero h1,
.article-shell h1,
.section-heading h2,
.service-section-heading h2,
.about-main h2,
.cta h2,
.service-card h3,
.service-link-card h3,
.service-modern-card h3,
.competence-card strong,
.case-card h3,
.technology-card h3,
.platform-grid h3,
.growth-grid h3,
.landing-grid h2,
.landing-grid h3,
.dc-card-grid h3,
.dc-impact-grid strong,
.legal-card h2,
.legal-card h3,
.button,
.service-detail-link,
.service-video-link,
.landing-benefits span,
.about-chip-grid span,
.seo-keyword-grid span,
.service-keywords span {
  overflow-wrap: normal;
  word-break: normal;
  line-break: auto;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

.hero-content h1,
.landing-hero h1,
.article-shell h1,
.section-heading h2,
.service-section-heading h2,
.about-main h2,
.cta h2 {
  overflow-wrap: normal;
  word-break: normal;
}

.about-main h2 {
  max-width: min(100%, 1040px);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.12;
}

.service-card h3,
.service-link-card h3,
.service-modern-card h3,
.competence-card strong,
.case-card h3,
.technology-card h3,
.platform-grid h3,
.growth-grid h3 {
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.22;
}

.landing-benefits span,
.about-chip-grid span,
.seo-keyword-grid span,
.service-keywords span {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.35;
}

@media (max-width: 1120px) {
  .about-main h2,
  .section-heading h2,
  .service-section-heading h2 {
    max-width: 100%;
    font-size: clamp(32px, 6vw, 50px);
  }
}

@media (max-width: 640px) {
  .about-main h2,
  .section-heading h2,
  .service-section-heading h2,
  .cta h2 {
    font-size: clamp(27px, 7.4vw, 38px);
    line-height: 1.18;
  }

  .service-card h3,
  .service-link-card h3,
  .service-modern-card h3,
  .competence-card strong,
  .case-card h3,
  .technology-card h3,
  .platform-grid h3,
  .growth-grid h3 {
    font-size: clamp(18px, 5.4vw, 23px);
  }
}

/* Final hero/container acceptance layer: stable spacing, no word splitting, no overlap. */
.landing-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(64px, 6vw, 96px);
}

.landing-hero-copy,
.article-hero-copy,
.hero-video-copy,
.contact-video-copy {
  max-width: 680px;
  min-width: 0;
}

.landing-hero h1,
.article-shell h1 {
  max-width: min(100%, 14ch);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

.hero h1 {
  max-width: min(100%, 14ch);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
}

.landing-visual,
.article-hero-visual,
.hero-video-card,
.about-video-card,
.contact-video-card,
.case-insight-video-card {
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.hero-video-card,
.about-video-card,
.contact-video-card,
.case-insight-video-card {
  grid-template-columns: minmax(0, 1fr);
}

.about-layout,
.about-bottom,
.cta-inner {
  gap: clamp(48px, 6vw, 96px);
}

.about-main {
  max-width: 760px;
  min-width: 0;
}

.about-main h2 {
  max-width: min(100%, 18ch);
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 1024px) {
  .landing-hero,
  .hero-video-card,
  .about-video-card,
  .contact-video-card,
  .case-insight-video-card,
  .about-layout,
  .about-bottom,
  .cta-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 48px);
  }

  .landing-hero-copy,
  .article-hero-copy,
  .hero-video-copy,
  .contact-video-copy,
  .about-main {
    max-width: 100%;
  }

  .landing-visual,
  .article-hero-visual,
  .hero-video-card,
  .about-video-card,
  .contact-video-card,
  .case-insight-video-card {
    max-width: 100%;
    justify-self: stretch;
  }

  .hero h1,
  .landing-hero h1,
  .article-shell h1 {
    max-width: min(100%, 15ch);
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.08;
  }
}

@media (max-width: 420px) {
  .hero h1,
  .landing-hero h1,
  .article-shell h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .about-main h2,
  .section-heading h2,
  .service-section-heading h2,
  .cta h2 {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.18;
  }

  .hero-copy,
  .landing-hero p,
  .article-lead,
  .about-main p {
    font-size: clamp(16px, 4.6vw, 18px);
    line-height: 1.58;
  }
}

/* Premium UI/UX polish layer: typography, rhythm, cards, buttons and responsive stability. */
:root {
  --font-main: Inter, Manrope, Geist, "Source Sans Pro", "Segoe UI", Aptos, Calibri, Arial, sans-serif;
  --font-display: Manrope, Inter, Geist, "Source Sans Pro", "Segoe UI", Aptos, Calibri, Arial, sans-serif;
  --premium-line: rgba(103, 232, 249, 0.22);
  --premium-line-strong: rgba(103, 232, 249, 0.38);
  --premium-shadow: 0 22px 70px rgba(2, 12, 18, 0.18);
  --premium-shadow-soft: 0 14px 42px rgba(2, 12, 18, 0.12);
  --premium-radius: 8px;
}

body {
  font-family: var(--font-main);
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.hero-eyebrow,
.section-kicker,
.service-kicker,
.button,
.service-detail-link,
.service-video-link,
.nav-link,
.dropdown-toggle {
  font-family: var(--font-display);
  letter-spacing: 0;
}

p,
li,
.article-lead,
.service-card p,
.service-link-card p,
.service-modern-card p,
.competence-card p,
.case-card p,
.technology-card p,
.platform-grid p,
.growth-grid p,
.legal-card p {
  line-height: 1.68;
}

h1,
h2,
h3,
h4,
p,
li,
figcaption,
.button,
.service-detail-link,
.service-video-link {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

h1,
h2,
h3,
.section-heading h2,
.service-section-heading h2,
.hero-statement {
  text-wrap: balance;
}

.section-heading,
.service-section-heading,
.article-section-heading,
.landing-section-heading {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.section-heading p,
.service-section-heading p,
.article-section-heading p,
.landing-section-heading p {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(226, 246, 249, 0.84);
}

.light-section .section-heading p,
.light-section .service-section-heading p,
.article-section-heading p,
.landing-section-heading p {
  color: #334155;
}

.hero,
.landing-hero,
.article-shell,
.service-hero,
.about-hero,
.contact-hero {
  isolation: isolate;
}

.hero-copy,
.landing-hero-copy,
.article-hero-copy,
.service-hero-copy,
.about-main,
.contact-video-copy {
  min-width: 0;
}

.hero h1,
.landing-hero h1,
.article-shell h1,
.service-hero h1 {
  max-width: min(100%, 14ch);
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.hero p,
.landing-hero p,
.service-hero p,
.article-lead {
  max-width: 680px;
  color: rgba(241, 250, 252, 0.9);
}

.light-section .hero p,
.light-section .landing-hero p,
.light-section .service-hero p,
.light-section .article-lead {
  color: #243447;
}

.service-card,
.service-link-card,
.service-modern-card,
.competence-card,
.case-card,
.technology-card,
.platform-grid > *,
.growth-grid > *,
.dc-card-grid > *,
.dc-impact-grid > *,
.legal-card,
.contact-card,
.founder-card,
.article-card,
.landing-card {
  min-width: 0;
  border-radius: var(--premium-radius);
  border-color: var(--premium-line);
  box-shadow: var(--premium-shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.service-card *,
.service-link-card *,
.service-modern-card *,
.competence-card *,
.case-card *,
.technology-card *,
.platform-grid > * *,
.growth-grid > * *,
.dc-card-grid > * *,
.dc-impact-grid > * *,
.legal-card *,
.contact-card *,
.founder-card *,
.article-card *,
.landing-card * {
  min-width: 0;
}

.service-card h3,
.service-link-card h3,
.service-modern-card h3,
.competence-card strong,
.case-card h3,
.technology-card h3,
.platform-grid h3,
.growth-grid h3,
.dc-card-grid h3,
.article-card h3,
.landing-card h3 {
  line-height: 1.18;
  margin-bottom: 12px;
  text-wrap: balance;
}

.service-card p,
.service-link-card p,
.service-modern-card p,
.competence-card p,
.case-card p,
.technology-card p,
.platform-grid p,
.growth-grid p,
.dc-card-grid p,
.article-card p,
.landing-card p {
  margin-top: 0;
}

.button,
.service-detail-link,
.service-video-link,
.hero-actions a,
.landing-actions a,
.cta a,
button[type="submit"] {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: var(--premium-radius);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 12px 32px rgba(16, 184, 199, 0.18);
}

.button:focus-visible,
.service-detail-link:focus-visible,
.service-video-link:focus-visible,
.nav-link:focus-visible,
.dropdown-toggle:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(103, 232, 249, 0.72);
  outline-offset: 3px;
}

.hero-actions,
.landing-actions,
.service-card-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-visual,
.article-hero-visual,
.service-visual,
.hero-video-card,
.about-video-card,
.contact-video-card,
.case-insight-video-card,
.video-card,
.video-insight-card {
  overflow: hidden;
  border-radius: var(--premium-radius);
  border-color: var(--premium-line);
  box-shadow: var(--premium-shadow);
}

.landing-visual img,
.article-hero-visual img,
.service-visual img,
.case-card img,
.service-card img,
.article-card img {
  width: 100%;
  object-fit: cover;
}

.service-grid,
.services-grid,
.service-link-grid,
.service-modern-grid,
.competence-grid,
.technology-grid,
.case-grid,
.article-grid,
.landing-grid,
.dc-card-grid,
.dc-impact-grid {
  align-items: stretch;
}

.service-grid > *,
.services-grid > *,
.service-link-grid > *,
.service-modern-grid > *,
.competence-grid > *,
.technology-grid > *,
.case-grid > *,
.article-grid > *,
.landing-grid > *,
.dc-card-grid > *,
.dc-impact-grid > * {
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .service-link-card:hover,
  .service-modern-card:hover,
  .competence-card:hover,
  .case-card:hover,
  .technology-card:hover,
  .article-card:hover,
  .landing-card:hover {
    transform: translateY(-3px);
    border-color: var(--premium-line-strong);
    box-shadow: var(--premium-shadow);
  }
}

@media (max-width: 1024px) {
  .hero,
  .landing-hero,
  .article-shell,
  .service-hero {
    gap: clamp(28px, 7vw, 52px);
  }

  .hero h1,
  .landing-hero h1,
  .article-shell h1,
  .service-hero h1 {
    max-width: min(100%, 16ch);
  }

  .hero-actions,
  .landing-actions,
  .service-card-actions,
  .cta-actions {
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .section-heading,
  .service-section-heading,
  .article-section-heading,
  .landing-section-heading {
    text-align: left;
  }

  .section-heading p,
  .service-section-heading p,
  .article-section-heading p,
  .landing-section-heading p {
    margin-inline: 0;
  }

  .button,
  .hero-actions a,
  .landing-actions a,
  .cta a,
  button[type="submit"] {
    width: 100%;
    min-height: 48px;
  }

  .service-card,
  .service-link-card,
  .service-modern-card,
  .competence-card,
  .case-card,
  .technology-card,
  .article-card,
  .landing-card {
    box-shadow: 0 12px 34px rgba(2, 12, 18, 0.1);
  }
}

@media (max-width: 360px) {
  .hero h1,
  .landing-hero h1,
  .article-shell h1,
  .service-hero h1 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.16;
  }

  .service-card h3,
  .service-link-card h3,
  .service-modern-card h3,
  .case-card h3,
  .article-card h3 {
    font-size: clamp(18px, 5.4vw, 22px);
    line-height: 1.2;
  }
}

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

/* Editorial headline setting: semantic line groups keep natural reading units together. */
.semantic-title {
  max-width: min(100%, 18ch);
  text-wrap: balance;
}

.semantic-title .semantic-line {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.hero .semantic-title {
  max-width: min(100%, 17ch);
}

.section-heading .semantic-title,
.service-section-heading .semantic-title,
.about-main .semantic-title {
  max-width: min(100%, 24ch);
}

@media (max-width: 1024px) {
  .semantic-title,
  .hero .semantic-title,
  .section-heading .semantic-title,
  .service-section-heading .semantic-title,
  .about-main .semantic-title {
    max-width: min(100%, 20ch);
  }
}

@media (max-width: 640px) {
  .semantic-title,
  .hero .semantic-title,
  .section-heading .semantic-title,
  .service-section-heading .semantic-title,
  .about-main .semantic-title {
    max-width: 100%;
  }

  .semantic-title .semantic-line {
    display: inline;
  }

  .semantic-title .semantic-line + .semantic-line::before {
    content: " ";
  }
}

/* About headline containment: keep the company statement inside its own frame. */
.about-section .about-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 420px);
  align-items: stretch;
}

.about-section .about-main {
  width: 100%;
  max-width: 660px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.72);
  border-radius: var(--premium-radius);
  padding: clamp(30px, 4vw, 42px);
  background:
    radial-gradient(circle at 92% 8%, rgba(34, 211, 238, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(2, 20, 32, 0.94), rgba(4, 31, 45, 0.88) 52%, rgba(2, 18, 30, 0.96));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-section .about-main h2,
.about-section .about-main .semantic-title {
  max-width: min(100%, 560px);
  margin: 0 0 clamp(24px, 3vw, 34px);
  color: #ffffff;
  font-size: clamp(32px, 3.1vw, 44px);
  line-height: 1.18;
  font-weight: 850;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.about-section .about-main .semantic-line {
  width: 100%;
}

.about-section .about-main .eyebrow {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
  color: #67e8f9;
  font-weight: 850;
}

.about-section .about-main .eyebrow::after,
.about-section .about-main h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: #67e8f9;
}

.about-section .about-main h2::after {
  margin-top: clamp(22px, 3vw, 30px);
}

.about-section .about-main p {
  max-width: 590px;
  color: rgba(245, 252, 255, 0.86);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.72;
}

.about-section .about-main p + p {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .about-section .about-layout {
    grid-template-columns: 1fr;
  }

  .about-section .about-main h2,
  .about-section .about-main .semantic-title {
    max-width: 100%;
    font-size: clamp(28px, 6vw, 42px);
  }
}

@media (max-width: 640px) {
  .about-section .about-main {
    padding: clamp(22px, 6vw, 30px);
  }

  .about-section .about-main .semantic-line {
    display: block;
  }

  .about-section .about-main .semantic-line + .semantic-line::before {
    content: "";
  }
}

/* Founder identity frame: keep name and role on one clean line. */
.about-section .founder-card {
  min-width: min(100%, 520px);
  max-width: 560px;
  margin-inline: auto;
  padding: clamp(30px, 4vw, 42px);
}

.about-section .founder-profile {
  grid-template-columns: minmax(150px, 190px) minmax(250px, 1fr);
  gap: clamp(24px, 3vw, 34px);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.about-section .founder-photo {
  max-width: 190px;
}

.about-section .founder-heading {
  min-width: 250px;
  justify-items: center;
  text-align: center;
}

.about-section .founder-name {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: clamp(23px, 1.9vw, 29px);
  line-height: 1.08;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.about-section .founder-heading .eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: rgba(225, 249, 252, 0.92);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.2;
  white-space: nowrap;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.about-section .founder-socials {
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 640px) {
  .about-section .founder-card {
    min-width: 0;
    max-width: 100%;
  }

  .about-section .founder-profile {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .about-section .founder-heading {
    min-width: 0;
  }

  .about-section .founder-name {
    font-size: clamp(21px, 6vw, 27px);
  }

  .about-section .founder-heading .eyebrow {
    font-size: clamp(12px, 3.5vw, 14px);
  }
}

@media (max-width: 380px) {
  .about-section .founder-name,
  .about-section .founder-heading .eyebrow {
    width: 100%;
    white-space: normal;
    text-wrap: balance;
  }
}
