@font-face {
  font-family: Sora;
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("assets/fonts/sora-latin.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

:root {
  --brand-font: "Sora", "Segoe UI", Arial, sans-serif;
  --body-font: "Inter", "Segoe UI", Arial, sans-serif;
  --fs-card-title: 20px;
  --fs-card-body: 16px;
  --fs-section-sub: 17px;
  --fs-lead: 19px;
  --bg: #fff;
  --hero-bg: linear-gradient(180deg, #f7faff 0%, #e8f0fb 100%);
  --section-alt: #fff;
  --surface: #fff;
  --surface-2: #f5f8fd;
  --surface-3: #eef3fb;
  --border: #dbe3f1;
  --border-strong: #c4d3ea;
  --heading: #14233c;
  --text: #3b4a63;
  --muted: #51607a;
  --primary: #0b6bd0;
  --primary-2: #2a90ea;
  --primary-strong: #0857b0;
  --on-primary: #fff;
  --accent: #0b6bd0;
  --gold: #b8923f;
  --gold-2: #caa25c;
  --gold-soft: #b8923f24;
  --pill-bg: #fff;
  --pill-border: #d6e0f1;
  --pill-text: #345079;
  --header-bg: #ffffffd1;
  --header-border: #dbe3f1;
  --header-text: #14233c;
  --field-bg: #fff;
  --field-text: #14233c;
  --field-placeholder: #93a2ba;
  --shadow-card: 0 6px 20px #1432640f;
  --shadow-card-hover: 0 14px 32px #1432641c;
  --glow: 0 0 0 #0000;
  --btn-shadow: 0 8px 20px #0b6bd038;
  --wave-opacity: 1;
  --grid-line: #0b6bd00e;
  --grid-line-strong: #0b6bd017;
  --hex-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='46' viewBox='0 0 52 46'%3E%3Cpath d='M46 23L36 40L16 40L6 23L16 6L36 6Z' fill='none' stroke='%230b6bd0' stroke-opacity='0.12' stroke-width='1'/%3E%3C/svg%3E");
  --moon-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg transform='translate(64 58) scale(2.1) rotate(-18 12 12)' fill='none' stroke='%230b6bd0' stroke-opacity='0.16' stroke-width='0.7'%3E%3Cpath d='M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8z'/%3E%3C/g%3E%3C/svg%3E");
  --accent2: #12a7dc;
  --accent3: #4f9fe6;
  --heading-gradient: linear-gradient(115deg, #14233c 0%, #173a63 42%, #14589f 72%, #0b6bd0 100%);
  --bloom-1: #0b6bd01a;
  --bloom-2: #12a7dc14;
  --bloom-3: #b8923f12;
  --card-top: #0b6bd080;
  color-scheme: light;
}

html[data-theme="dark"] {
  --bg: #0a111e;
  --hero-bg: radial-gradient(120% 90% at 50% -10%, #12233d 0%, #0b1526 55%, #070d18 100%);
  --section-alt: linear-gradient(180deg, #111c308c 0%, #0a111e8c 100%);
  --surface: #111d33c7;
  --surface-2: #0d1729b8;
  --surface-3: #142138a3;
  --border: #78a0dc29;
  --border-strong: #7daae157;
  --heading: #eff4ff;
  --text: #bfcde4;
  --muted: #8598b5;
  --primary: #3f9bf0;
  --primary-2: #5fb0f5;
  --primary-strong: #2f86e0;
  --on-primary: #fff;
  --accent: #d2b06a;
  --gold: #d2b06a;
  --gold-2: #e2c485;
  --gold-soft: #d2b06a29;
  --pill-bg: #101b2fa8;
  --pill-border: #78a0dc42;
  --pill-text: #d5e2f6;
  --header-bg: #09101dd1;
  --header-border: #78a0dc29;
  --header-text: #eff4ff;
  --field-bg: #0b1322d9;
  --field-text: #eff4ff;
  --field-placeholder: #7c92b4;
  --shadow-card: 0 12px 32px #00000073;
  --shadow-card-hover: 0 18px 44px #0000008c;
  --glow: 0 0 0 #0000;
  --btn-shadow: 0 10px 26px #00000080;
  --wave-opacity: 1;
  --grid-line: #78a5e10f;
  --grid-line-strong: #78a5e11a;
  --hex-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='46' viewBox='0 0 52 46'%3E%3Cpath d='M46 23L36 40L16 40L6 23L16 6L36 6Z' fill='none' stroke='%237da5e1' stroke-opacity='0.1' stroke-width='1'/%3E%3C/svg%3E");
  --moon-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg transform='translate(64 58) scale(2.1) rotate(-18 12 12)' fill='none' stroke='%237da5e1' stroke-opacity='0.14' stroke-width='0.7'%3E%3Cpath d='M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8z'/%3E%3C/g%3E%3C/svg%3E");
  --accent2: #33c0e6;
  --accent3: #6bb4ef;
  --heading-gradient: linear-gradient(115deg, #fff 0%, #cfe4ff 42%, #7bb8f2 70%, #3f9bf0 100%);
  --bloom-1: #3f9bf029;
  --bloom-2: #33c0e61f;
  --bloom-3: #d2b06a1a;
  --card-top: #78b4f5b3;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html, body {
  background: var(--bg);
  width: 100%;
  max-width: 100%;
  color: var(--text);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  transition: background-color .5s, color .5s;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .site-header, .header-inner, .nav, .hero, .section, #services, .process-section, .partner-strip, .contact, .service-hero, .service-summary, .stats, .stats div, .eyebrow, footer, footer > div:last-child {
    transition: background-color .5s, border-color .5s, color .5s;
  }

  .hero-card, .hero-card-light, .hero-card-media img, .stats, .eyebrow, .card {
    transition: background-color .5s, border-color .5s, color .5s, box-shadow .5s;
  }
}

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

html[data-lang="de"] .lang-en, html[data-lang="en"] .lang-de {
  display: none !important;
}

.site-header {
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  height: 84px;
  transition: background-color .35s, border-color .35s, box-shadow .35s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 #0000;
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-card);
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  width: min(1360px, 100% - 48px);
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.brand {
  flex: none;
  align-items: center;
  display: flex;
}

.brand img {
  object-fit: contain;
  width: auto;
  height: clamp(46px, 2.2vw + 26px, 66px);
  display: block;
}

html[data-theme="dark"] .brand img {
  filter: brightness(1.9) contrast(1.02) saturate(1.1) drop-shadow(0 0 10px #96aaff73);
}

.nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
  display: flex;
}

.nav a {
  font-family: var(--body-font);
  color: var(--header-text);
  letter-spacing: .2px;
  opacity: .9;
  white-space: nowrap;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
  transition: color .2s, opacity .2s;
  position: relative;
}

.nav a:not(.nav-cta):after {
  content: "";
  background: linear-gradient(90deg, var(--primary), var(--accent2));
  transform-origin: 0;
  border-radius: 2px;
  height: 2px;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.nav a:hover {
  color: var(--primary);
  opacity: 1;
}

.nav a:not(.nav-cta):hover:after {
  transform: scaleX(1);
}

@media (width >= 769px) and (width <= 1000px) {
  .nav {
    gap: 18px;
  }

  .header-inner {
    gap: 16px;
  }

  .header-actions {
    gap: 8px;
  }
}

.nav-cta {
  display: none;
}

.header-actions {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.icon-toggle, .lang-toggle {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  height: 44px;
  color: var(--header-text);
  font-family: var(--body-font);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s, transform .2s;
  display: inline-flex;
}

.icon-toggle {
  width: 44px;
  padding: 0;
  font-size: 18px;
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

.lang-toggle {
  min-width: 52px;
  padding: 0 16px;
}

.icon-toggle:hover, .lang-toggle:hover {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 18px color-mix(in srgb, var(--primary) 22%, transparent);
  transform: translateY(-1px);
}

.menu-toggle {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  width: 46px;
  height: 46px;
  color: var(--header-text);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: none;
}

.header-phone {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  height: 44px;
  color: var(--header-text);
  font-family: var(--body-font);
  letter-spacing: .2px;
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.header-phone svg {
  width: 17px;
  height: 17px;
  color: var(--primary);
  flex-shrink: 0;
}

.header-phone:hover {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 18px color-mix(in srgb, var(--primary) 22%, transparent);
  transform: translateY(-1px);
}

@media (width <= 1180px) {
  .header-phone .header-phone-num {
    display: none;
  }

  .header-phone {
    justify-content: center;
    width: 44px;
    padding: 0;
  }
}

.header-actions .btn-small {
  order: 3;
}

.lang-toggle {
  letter-spacing: .3px;
  gap: 7px;
  min-width: 0;
  padding: 0 13px;
}

.lang-toggle:before {
  content: "";
  opacity: .9;
  width: 17px;
  height: 17px;
  -webkit-mask: var(--ic-globe) center / contain no-repeat;
  mask: var(--ic-globe) center / contain no-repeat;
  background-color: currentColor;
  flex-shrink: 0;
}

.lang-toggle:after {
  content: "";
  opacity: .65;
  width: 11px;
  height: 11px;
  -webkit-mask: var(--ic-chevron) center / contain no-repeat;
  mask: var(--ic-chevron) center / contain no-repeat;
  background-color: currentColor;
  flex-shrink: 0;
  margin-left: -1px;
}

.header-actions .btn-small:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: var(--ic-arrow) center / contain no-repeat;
  mask: var(--ic-arrow) center / contain no-repeat;
  background-color: currentColor;
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform .2s;
}

.header-actions .btn-small:hover:after {
  transform: translateX(3px);
}

:root {
  --ic-globe: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
  --ic-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  --ic-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.btn {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: var(--on-primary);
  font-family: var(--body-font);
  letter-spacing: .2px;
  box-shadow: var(--btn-shadow);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s, filter .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn:not(.ghost):before {
  content: "";
  pointer-events: none;
  background: linear-gradient(100deg, #0000, #ffffff59, #0000);
  width: 45%;
  height: 100%;
  transition: left .55s;
  position: absolute;
  top: 0;
  left: -60%;
  transform: skewX(-18deg);
}

.btn:not(.ghost):hover:before {
  left: 130%;
}

.btn:hover {
  filter: brightness(1.04);
  box-shadow: var(--shadow-card-hover),
    0 0 14px color-mix(in srgb, var(--primary-2) 22%, transparent);
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .btn:not(.ghost):before {
    display: none;
  }
}

@media (width <= 768px) {
  .btn {
    white-space: normal;
    line-height: 1.25;
  }
}

.btn-small {
  padding: 12px 22px;
  font-size: 15px;
}

.header-actions .btn-small {
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary) 26%, transparent);
}

.header-actions .btn-small:hover {
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary) 32%, transparent);
}

.btn.ghost {
  background: var(--surface);
  color: var(--heading);
  border-color: var(--border-strong);
  box-shadow: none;
}

.btn.ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 0 12px color-mix(in srgb, var(--primary) 14%, transparent);
}

.btn-support {
  gap: 8px;
}

.btn-support svg {
  transform-origin: 50% 30%;
  transition: transform .2s;
}

@keyframes support-ring {
  0%, 100% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-13deg);
  }

  45% {
    transform: rotate(11deg);
  }

  70% {
    transform: rotate(-7deg);
  }

  88% {
    transform: rotate(4deg);
  }
}

.btn-support:hover svg, .btn-support:focus-visible svg {
  color: var(--primary);
  animation: .7s ease-in-out infinite support-ring;
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.skip-link {
  z-index: 2000;
  background: var(--primary);
  color: var(--on-primary);
  font-family: var(--body-font);
  box-shadow: var(--btn-shadow);
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
  transition: top .2s;
  position: absolute;
  top: -80px;
  left: 16px;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1360px, 100% - 80px);
  margin: 0 auto;
}

.hero-grid > *, .service-hero-grid > *, .about-grid > *, .contact-grid > *, .split-content > *, .faq-layout > *, .references-hero-layout > *, .reference-section-head > * {
  min-width: 0;
}

.hero {
  background: var(--hero-bg);
  align-items: center;
  min-height: auto;
  padding: 138px 0 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  z-index: 0;
  pointer-events: none;
  background: none;
  position: absolute;
  inset: 0;
}

.hero-bg:after {
  content: "";
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold) 55%, transparent), transparent);
  opacity: .5;
  height: 1px;
  position: absolute;
  top: 62%;
  left: 12%;
  right: 12%;
}

.hero-canvas, .service-hero .hero-canvas {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.legal-page .hero-canvas, .references-page .hero-canvas, .team-page .hero-canvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.hero-grid {
  z-index: 2;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 70px;
  display: grid;
  position: relative;
}

.eyebrow {
  color: var(--accent);
  font-family: var(--body-font);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 1px solid var(--pill-border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 8px 15px 8px 13px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
  margin: 0 0 22px !important;
}

h1, h2, h3 {
  color: var(--heading);
  font-family: var(--brand-font);
  margin: 0;
}

h1 {
  letter-spacing: -1.5px;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
}

.hero h1, .service-hero-copy h1, .section h2, .contact h2, .references-proof-panel h2, .reference-section-head h2, .reference-cta h2 {
  background: var(--heading-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero:after, .service-hero:after {
  content: "";
  z-index: 0;
  background: radial-gradient(42% 52% at 10% 20%, var(--bloom-1), transparent 72%),
    radial-gradient(40% 48% at 90% 78%, var(--bloom-2), transparent 72%),
    radial-gradient(38% 46% at 68% 12%, var(--bloom-3), transparent 74%);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

h2 {
  letter-spacing: -1px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

.lead {
  max-width: 640px;
  color: var(--text);
  margin: 26px 0 32px;
  font-size: 19px;
  line-height: 1.6;
}

.trust-row {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 28px calc(100% - 28px), #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 28px calc(100% - 28px), #0000 100%);
}

.trust-row .marquee-track, .trust-row .marquee-set {
  gap: 12px;
}

.trust-row span {
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  white-space: nowrap;
  box-shadow: var(--shadow-card);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, border-color .2s, background-color .2s, transform .2s, box-shadow .2s;
}

.trust-row span:hover {
  color: var(--on-primary);
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--primary) 36%, transparent);
  transform: translateY(-3px);
}

.marquee-track {
  align-items: center;
  width: max-content;
  animation: 28s linear infinite marquee-scroll;
  display: flex;
}

.marquee-set {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.trust-row:hover .marquee-track, .partner-logos:hover .marquee-track, .reference-pill-row:hover .marquee-track {
  animation-play-state: paused;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

.hero-chips {
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.hero-chips .chip {
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  white-space: nowrap;
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, border-color .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.hero-chips .chip svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
  flex-shrink: 0;
}

.hero-chips .chip:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

@media (width <= 560px) {
  .hero-chips {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: grid;
  }

  .hero-chips .chip {
    text-align: center;
    white-space: normal;
    justify-content: center;
  }
}

@media (width <= 360px) {
  .hero-chips {
    grid-template-columns: 1fr;
  }
}

.hero-card {
  width: 100%;
  box-shadow: var(--shadow-card), 0 30px 70px -30px #06102080;
  background: linear-gradient(165deg, #10233f 0%, #081525 100%);
  border: 1px solid #78a5e13d;
  border-radius: 28px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-card:after {
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  pointer-events: none;
  background: linear-gradient(160deg, #ffffff59, #fff0 28% 72%, #6ea0ff61);
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.hero-card-media {
  line-height: 0;
  position: relative;
}

.hero-card-media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-card-media:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 60%, #04091899 100%);
  position: absolute;
  inset: 0;
}

@media (width >= 1000px) {
  .hero-card:has(.hero-card-light) .hero-card-media {
    aspect-ratio: 3 / 2;
    position: relative;
  }

  .hero-card:has(.hero-card-light) .hero-card-media-dark {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  html[data-theme="light"] .hero-card:has(.hero-card-light) .hero-card-light {
    min-height: 0;
    position: absolute;
    inset: 0;
  }
}

html[data-theme="dark"] .hero-card:has(.hero-card-light) .hero-card-media {
  padding: 20px 20px 6px;
}

html[data-theme="dark"] .hero-card:has(.hero-card-light) .hero-card-media-dark {
  border: 1px solid #78a5e138;
  border-radius: 18px;
  box-shadow: 0 22px 48px -20px #000000b3, inset 0 0 0 1px #ffffff0a;
}

html[data-theme="dark"] .hero-card:has(.hero-card-light) .hero-card-media:after {
  background: linear-gradient(#0000 64%, #04091866 100%);
  border-radius: 18px;
  inset: 20px 20px 6px;
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .hero-card-media:after {
  display: none;
}

.stats {
  border: 1px solid var(--border);
  border-radius: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  display: grid;
  overflow: hidden;
}

.stats div {
  text-align: center;
  border-right: 1px solid var(--border);
  background: var(--surface-2);
  padding: 26px 16px;
}

.stats div:last-child {
  border-right: none;
}

.stats strong, .stats span {
  font-family: var(--body-font);
  text-align: center;
  color: var(--heading);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.stats strong {
  margin-bottom: 4px;
}

.stats span {
  color: var(--muted);
  font-weight: 500;
}

.hero-card .stats {
  background: #ffffff08;
  border-color: #ffffff1a;
  width: auto;
  margin: 20px;
}

.hero-card .stats div {
  background: none;
  border-color: #ffffff1a;
}

.hero-card .stats strong, .hero-card .stats span {
  color: #eef3ff;
}

.hero-card .stats span {
  color: #e4ecff8c;
}

.section {
  background: var(--bg);
  padding: 112px 0 56px;
}

#services {
  background: var(--section-alt);
}

.process-section {
  background: var(--bg);
}

.about-section {
  background: var(--section-alt);
}

.section > .container > .eyebrow {
  margin-bottom: 14px;
}

#services > .container {
  text-align: center;
}

#services > .container > .cards {
  text-align: left;
}

.section-sub {
  max-width: 680px;
  color: var(--muted);
  margin: 14px auto 0;
  font-size: 17px;
  line-height: 1.6;
}

#services .cards {
  grid-template-columns: repeat(4, 1fr);
}

#services .card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media (width <= 1100px) {
  #services .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 620px) {
  #services .cards {
    grid-template-columns: 1fr;
  }
}

.card-arrow-link {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
}

.card-arrow-link svg {
  display: none;
}

.card-arrow-link:after {
  content: "→";
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s;
}

.service-card-link:hover .card-arrow-link:after {
  transform: translateX(4px);
}

.services-more {
  text-align: center;
  color: var(--muted);
  margin: 26px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.services-more a {
  color: var(--primary);
  font-weight: 600;
}

.services-more a:hover {
  text-decoration: underline;
}

.cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  display: grid;
}

.card, .process div {
  border: 1px solid var(--border);
  background: linear-gradient(165deg,
      color-mix(in srgb, var(--primary) 4%, var(--surface)) 0%,
      var(--surface) 46%);
  box-shadow: var(--shadow-card);
  border-radius: 24px;
  padding: 32px;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), border-color .28s, box-shadow .28s;
}

.card, .service-detail-card, .reference-card, .testimonial-card, .benefit-list article {
  position: relative;
  overflow: hidden;
}

.card:after, .service-detail-card:after, .reference-card:after, .benefit-list article:after {
  content: "";
  background: linear-gradient(90deg, transparent, var(--card-top), transparent);
  opacity: .4;
  height: 2px;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card:hover:after, .service-detail-card:hover:after, .reference-card:hover:after, .benefit-list article:hover:after {
  opacity: 1;
}

.card {
  min-height: 220px;
}

.process div {
  min-height: 200px;
}

.card:hover, .process div:hover {
  border-color: color-mix(in srgb, var(--primary) 40%, var(--border-strong));
  box-shadow: var(--shadow-card-hover),
    0 0 0 1px color-mix(in srgb, var(--primary) 12%, transparent);
  transform: translateY(-6px);
}

.card h3, .process h3 {
  color: var(--heading);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.card p, .process p, .about p, .contact p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.process {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  display: grid;
}

.card-icon, .process-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  width: 52px;
  height: 52px;
  color: var(--on-primary);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary) 30%, transparent);
  border-radius: 15px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s;
  display: inline-flex;
}

.card:hover .card-icon, .process div:hover .process-icon {
  box-shadow: 0 12px 26px color-mix(in srgb, var(--primary) 38%, transparent);
  transform: translateY(-2px) scale(1.06);
}

.card-icon .ico, .process-icon .ico {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
  display: block;
}

#services > .container > .eyebrow {
  box-shadow: none;
  letter-spacing: .22em;
  color: var(--primary);
  background: none;
  border: 0;
  padding: 0;
  font-size: 12px;
}

#services > .container > .eyebrow:before {
  display: none;
}

#services .card-icon {
  background: color-mix(in srgb, var(--primary) 12%, transparent);
  width: 48px;
  height: 48px;
  color: var(--primary);
  box-shadow: none;
  border-radius: 13px;
  margin-bottom: 22px;
}

#services .card:hover .card-icon {
  background: color-mix(in srgb, var(--primary) 20%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary) 22%, transparent);
}

#services .card-icon .ico {
  width: 23px;
  height: 23px;
}

#services .card-arrow-link {
  align-self: flex-end;
}

.about-section .about-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.about-section p {
  color: var(--text);
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.75;
}

.about-content .btn {
  margin-top: 8px;
}

.about-preview {
  border-radius: 24px;
  position: relative;
}

.about-preview:before {
  content: "";
  background: linear-gradient(140deg,
    color-mix(in srgb, var(--primary) 18%, transparent),
    color-mix(in srgb, var(--gold) 14%, transparent));
  z-index: 0;
  border-radius: 26px;
  position: absolute;
  inset: 22px 22px -22px -20px;
}

.about-preview-frame {
  z-index: 1;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 55px -26px #10285a6b;
}

.about-preview-frame img {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 460px;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.about-preview-frame:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 56%, #0e20484d);
  border-radius: 22px;
  position: absolute;
  inset: 0;
}

.about-preview:hover .about-preview-frame img {
  transform: scale(1.05);
}

.contact {
  background: var(--bg);
  padding: 112px 0;
}

.contact-grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 56px;
  display: grid;
}

.contact-intro {
  min-width: 0;
}

.contact h2 {
  margin-bottom: 20px;
}

.contact-intro p:not(.eyebrow) {
  color: var(--text);
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
}

.contact-form {
  border: 1px solid var(--border);
  background: var(--surface);
  width: 100%;
  max-width: 640px;
  box-shadow: var(--shadow-card);
  border-radius: 26px;
  justify-self: end;
  gap: 14px;
  padding: 34px;
  display: grid;
}

.form-field {
  gap: 8px;
  display: grid;
}

.form-field label {
  color: var(--heading);
  font-size: 15px;
  font-weight: 600;
}

input, textarea {
  border: 1px solid var(--border-strong);
  background: var(--field-bg);
  width: 100%;
  color: var(--field-text);
  font-family: var(--body-font);
  border-radius: 14px;
  outline: none;
  padding: 15px 17px;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

input:hover, textarea:hover {
  border-color: color-mix(in srgb, var(--primary) 45%, var(--border-strong));
}

textarea {
  resize: vertical;
  min-height: 150px;
}

input::placeholder, textarea::placeholder {
  color: var(--field-placeholder);
}

input:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent);
}

input.field-invalid, textarea.field-invalid {
  border-color: #dc2626;
}

input.field-invalid:focus, textarea.field-invalid:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px #dc26262e;
}

.privacy-consent {
  color: var(--text);
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  display: grid;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.privacy-consent a {
  color: var(--primary);
  text-decoration: underline;
}

.privacy-consent a:hover {
  color: var(--primary-strong);
}

.form-note {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.contact-form .btn {
  padding: 14px 24px;
  font-size: 15px;
}

.team-page {
  background: var(--hero-bg);
  min-height: 100vh;
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
}

.team-page .hero-bg {
  position: fixed;
}

.team-page > .container {
  z-index: 2;
  position: relative;
}

.team-page-intro {
  max-width: 900px;
  margin-bottom: 56px;
}

.team-page-intro > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.7;
}

.team-columns {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  display: grid;
}

.team-member {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 26px;
  overflow: hidden;
}

.team-member img {
  object-fit: cover;
  width: 100%;
  height: 420px;
  display: block;
}

.team-member:nth-of-type(2) img {
  object-position: center 6%;
}

.team-member-content {
  padding: 32px;
}

.team-role {
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}

.team-member h2 {
  margin-bottom: 18px;
  font-size: 30px;
}

.team-member p:not(.team-role) {
  color: var(--text);
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
}

.team-story {
  border: 1px solid var(--border);
  background: var(--surface);
  max-width: 1000px;
  box-shadow: var(--shadow-card);
  border-radius: 26px;
  margin-top: 60px;
  padding: 44px;
}

.team-story h2 {
  margin-bottom: 22px;
}

.team-story p:not(.eyebrow) {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.team-story .btn {
  margin-top: 20px;
}

footer {
  border-top: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--muted);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 54px 24px 40px;
  font-size: 15px;
  display: flex;
}

footer div {
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  display: flex;
}

footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

footer a {
  color: var(--muted);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

footer a:hover {
  color: var(--primary);
}

footer > div:last-child {
  border-top: 1px solid var(--border);
  gap: 14px 30px;
  width: min(720px, 100%);
  padding-top: 22px;
  font-size: 13.5px;
}

.legal-page {
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 130px;
}

.legal-content {
  z-index: 2;
  max-width: 940px;
  padding-bottom: 110px;
  position: relative;
}

.legal-content h2 {
  margin-bottom: 36px;
}

.legal-content h3 {
  color: var(--heading);
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 24px;
}

.legal-content p, .legal-content li {
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.legal-content ul {
  margin: 14px 0 4px;
  padding-left: 26px;
  list-style: none;
}

.legal-content li {
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

.legal-content li:before {
  content: "";
  background: linear-gradient(135deg, var(--primary), var(--accent2));
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 0;
}

.legal-content code {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 6px;
  padding: 2px 7px;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;
  font-size: .9em;
}

.imprint-lead {
  color: var(--muted);
  margin: 14px 0 36px;
  font-size: 18px;
  line-height: 1.6;
}

.imprint-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 36px;
  display: grid;
}

.imprint-card {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 18px;
  padding: 26px 28px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}

.imprint-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-3px);
}

.imprint-card--wide {
  grid-column: 1 / -1;
}

.imprint-card-head {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.imprint-card-head h3 {
  color: var(--heading);
  margin: 0;
  font-size: 19px;
}

.imprint-ic {
  width: 40px;
  height: 40px;
  color: var(--on-primary);
  background: linear-gradient(135deg, var(--primary), var(--accent2));
  box-shadow: 0 6px 16px color-mix(in srgb, var(--primary) 30%, transparent);
  border-radius: 12px;
  flex: none;
  place-items: center;
  display: inline-grid;
}

.imprint-ic svg {
  width: 20px;
  height: 20px;
}

.imprint-card p {
  color: var(--text);
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.7;
}

.imprint-note {
  border-top: 1px solid var(--border);
  color: var(--muted);
  margin-top: 14px;
  padding-top: 14px;
  font-size: 14px;
}

.imprint-contact {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.imprint-contact li {
  margin-bottom: 0;
  padding-left: 0;
  position: static;
}

.imprint-contact li:before {
  display: none;
}

.imprint-contact a {
  color: var(--text);
  align-items: center;
  gap: 11px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.imprint-contact a:hover {
  color: var(--accent);
}

.imprint-contact svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
  flex: none;
}

.imprint-legal {
  border-top: 1px solid var(--border);
  padding-top: 30px;
}

.imprint-legal h3 {
  color: var(--heading);
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 20px;
}

.imprint-legal h3:first-child {
  margin-top: 0;
}

.imprint-legal p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.imprint-stand {
  border: 1px solid var(--border);
  background: var(--surface);
  letter-spacing: .3px;
  color: var(--muted);
  border-radius: 999px;
  margin-top: 32px;
  padding: 8px 18px;
  font-size: 13px;
  display: inline-block;
}

@media (width <= 720px) {
  .imprint-grid {
    grid-template-columns: 1fr;
  }

  .imprint-card {
    padding: 22px;
  }
}

.references-page {
  align-items: flex-start;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 110px;
  overflow: visible;
}

.references-content {
  z-index: 2;
  position: relative;
}

.references-hero-layout {
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 28px;
  display: grid;
}

.references-hero-copy, .references-proof-panel, .reference-note, .reference-card, .reference-cta {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.references-hero-copy {
  border-radius: 28px;
  padding: 44px;
}

.references-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
}

.references-lead, .references-text {
  max-width: 680px;
  color: var(--text);
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.reference-pill-row {
  margin-top: 30px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 28px calc(100% - 28px), #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 28px calc(100% - 28px), #0000 100%);
}

.reference-pill-row .marquee-track, .reference-pill-row .marquee-set {
  gap: 10px;
}

.reference-pill-row span {
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  white-space: nowrap;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  transition: color .2s, border-color .2s, background-color .2s, transform .2s, box-shadow .2s;
}

.reference-pill-row span:hover {
  color: var(--on-primary);
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--primary) 36%, transparent);
  transform: translateY(-3px);
}

.references-proof-panel {
  border-radius: 28px;
  padding: 34px;
}

.references-proof-panel h2 {
  margin-bottom: 16px;
  font-size: 30px;
}

.references-proof-panel p {
  color: var(--text);
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.references-metrics {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
  display: grid;
}

.reference-metric {
  border: 1px solid var(--border);
  background: var(--surface-2);
  border-radius: 18px;
  padding: 22px 18px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.reference-metric:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.reference-metric strong {
  font-family: var(--brand-font);
  background: var(--heading-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.05;
  display: block;
}

.reference-metric span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

.reference-note {
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
  border-radius: 24px;
  margin-bottom: 26px;
  padding: 24px 28px 24px 32px;
  position: relative;
  overflow: hidden;
}

.reference-note:before {
  content: "";
  background: linear-gradient(180deg, var(--primary), var(--primary-2));
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.reference-note strong {
  color: var(--heading);
  margin-bottom: 8px;
  font-size: 19px;
  display: block;
}

.reference-note p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.reference-filter-bar {
  z-index: 20;
  background: var(--header-bg);
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(18px);
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 -6px 44px;
  padding: 14px 6px;
  display: flex;
  position: sticky;
  top: 100px;
}

.reference-filter {
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  min-height: 44px;
  color: var(--pill-text);
  font-family: var(--body-font);
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, border-color .2s, background-color .2s, transform .2s;
}

.reference-filter:hover, .reference-filter.is-active {
  color: var(--on-primary);
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  transform: translateY(-2px);
}

.reference-section-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 32px;
  display: flex;
}

.reference-section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.reference-section-head p {
  max-width: 520px;
  color: var(--text);
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

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

.reference-card {
  border-radius: 26px;
  flex-direction: column;
  min-height: 440px;
  padding: 30px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reference-card:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.reference-card-head {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.reference-category, .reference-impact {
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
}

.reference-category {
  border: 1px solid var(--pill-border);
  background: var(--surface-2);
  color: var(--primary);
}

.reference-impact {
  border: 1px solid color-mix(in srgb, var(--primary) 32%, transparent);
  background: color-mix(in srgb, var(--primary) 12%, var(--surface-3));
  color: var(--primary);
}

.reference-card h3 {
  color: var(--heading);
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.2;
}

.reference-card p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.reference-card ul {
  margin: 18px 0 20px;
  padding-left: 18px;
}

.reference-card li {
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.55;
}

.reference-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.reference-tags > span {
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--muted);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
}

.reference-tags > span > span {
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
}

.reference-details {
  border-top: 1px solid var(--border);
  margin-top: 20px;
  padding-top: 18px;
}

.reference-details summary {
  color: var(--primary);
  cursor: pointer;
  font-family: var(--body-font);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  transition: color .2s;
  display: flex;
}

.reference-details summary:hover {
  color: var(--primary-strong);
}

.reference-details summary::-webkit-details-marker {
  display: none;
}

.reference-details summary:after {
  content: "+";
  border: 1px solid color-mix(in srgb, var(--primary) 40%, transparent);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  border-radius: 999px;
  flex: none;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 1;
  transition: transform .25s, background-color .2s;
  display: grid;
}

.reference-details[open] summary:after {
  content: "–";
  background: color-mix(in srgb, var(--primary) 18%, transparent);
  transform: rotate(180deg);
}

.reference-details div {
  gap: 12px;
  margin-top: 16px;
  display: grid;
}

.reference-details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.reference-details strong {
  color: var(--heading);
  font-weight: 600;
}

.reference-card.is-hidden {
  display: none;
}

.reference-cta {
  background: radial-gradient(120% 140% at 100% 0%, var(--bloom-1), transparent 60%),
    radial-gradient(120% 140% at 0% 100%, var(--bloom-2), transparent 62%),
    var(--surface);
  border-radius: 28px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  padding: 38px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.reference-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 44px);
}

.reference-cta p:not(.eyebrow) {
  max-width: 800px;
  color: var(--text);
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.reference-cta-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  display: flex;
}

@keyframes reference-card-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.reference-card {
  animation: .55s cubic-bezier(.22, .61, .36, 1) backwards reference-card-in;
}

.reference-card:first-child {
  animation-delay: 0s;
}

.reference-card:nth-child(2) {
  animation-delay: 60ms;
}

.reference-card:nth-child(3) {
  animation-delay: .12s;
}

.reference-card:nth-child(4) {
  animation-delay: .18s;
}

.reference-card:nth-child(5) {
  animation-delay: .24s;
}

.reference-card:nth-child(6) {
  animation-delay: .3s;
}

.reference-card:nth-child(7) {
  animation-delay: .36s;
}

.reference-card:nth-child(n+8) {
  animation-delay: .42s;
}

.service-hero {
  background: var(--hero-bg);
  align-items: center;
  min-height: 760px;
  padding: 160px 0 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-grid {
  z-index: 2;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 64px;
  display: grid;
  position: relative;
}

.service-hero-copy h1 {
  max-width: 850px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 8px;
  display: flex;
}

.service-summary {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card), var(--glow);
  border-radius: 28px;
  padding: 36px;
}

.service-summary-label, .step-label {
  color: var(--accent);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.service-summary h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.check-list {
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.check-list li {
  color: var(--text);
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}

.check-list li:before {
  content: "✓";
  color: var(--primary);
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
}

.split-content, .faq-layout {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 72px;
  display: grid;
}

.prose p {
  color: var(--text);
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.75;
}

.service-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  display: grid;
}

.service-detail-card, .benefit-list article {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 22px;
  padding: 30px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.service-number {
  color: var(--accent);
  font-family: var(--brand-font);
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.service-detail-card h3, .benefit-list h3 {
  color: var(--heading);
  margin-bottom: 14px;
  font-size: 22px;
}

.service-detail-card p, .benefit-list p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.service-process {
  margin-top: 44px;
}

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

.faq-list {
  gap: 14px;
  display: grid;
}

.faq-list details {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 18px;
  padding: 0 24px;
}

.faq-list summary {
  color: var(--heading);
  cursor: pointer;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 600;
}

.faq-list details p {
  color: var(--text);
  margin: 0;
  padding: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
}

.service-card-link {
  color: inherit;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.service-card-link p {
  flex-grow: 1;
}

.card-link-text {
  color: var(--primary);
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  transition: color .2s, transform .2s;
  display: inline-flex;
}

.service-card-link:hover .card-link-text {
  color: var(--primary-strong);
  transform: translateX(4px);
}

.service-card-link:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 5px;
}

.partner-strip {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 52px 0;
}

.partner-strip .container {
  text-align: center;
}

.partner-label {
  color: var(--heading);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 28px;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}

.partner-logos {
  padding: 12px 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 56px calc(100% - 56px), #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 56px calc(100% - 56px), #0000 100%);
}

.partner-logos .marquee-track, .partner-logos .marquee-set {
  gap: 16px;
}

.partner-logos .marquee-track {
  animation-duration: 34s;
}

.partner-logos span {
  border: 1px solid var(--border);
  background: var(--surface);
  height: 52px;
  color: var(--muted);
  font-family: var(--brand-font);
  letter-spacing: .2px;
  box-shadow: var(--shadow-card);
  border-radius: 14px;
  align-items: center;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s, box-shadow .2s, transform .2s;
  display: inline-flex;
}

.partner-logos span:hover {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.partner-logos img {
  object-fit: contain;
  border: 1px solid var(--border);
  background: var(--surface);
  width: auto;
  min-width: 96px;
  height: 52px;
  box-shadow: var(--shadow-card);
  filter: grayscale();
  opacity: .75;
  border-radius: 14px;
  padding: 12px 22px;
  transition: filter .2s, opacity .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.partner-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
  border-color: var(--primary);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.testimonials {
  background: var(--section-alt);
  padding: 96px 0;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  display: grid;
}

.testimonial-card {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 22px;
  padding: 30px;
}

.testimonial-card p {
  color: var(--text);
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.7;
}

.testimonial-author {
  align-items: center;
  gap: 14px;
  display: flex;
}

.testimonial-author img {
  object-fit: cover;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.testimonial-author strong {
  color: var(--heading);
  font-size: 16px;
  display: block;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 14px;
}

.footer-top {
  flex-direction: column;
  align-items: center;
  gap: 18px;
  display: flex;
}

.social-links {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.social-links a {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: border-color .2s, transform .2s;
  display: inline-flex;
}

.social-links a:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.social-links img {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.support-fab {
  z-index: 1000;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  max-width: 58px;
  height: 58px;
  color: var(--on-primary);
  box-shadow: 0 10px 26px color-mix(in srgb, var(--primary) 34%, transparent);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  padding: 0 9px;
  transition: max-width .4s cubic-bezier(.22, 1, .36, 1), transform .2s, box-shadow .2s;
  animation: 4.2s ease-in-out infinite support-fab-pulse;
  display: inline-flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.support-fab-icon {
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.support-fab-icon svg {
  transform-origin: 50% 30%;
}

.support-fab-label {
  font-family: var(--body-font);
  letter-spacing: .2px;
  opacity: 0;
  padding: 0 18px 0 6px;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .25s 50ms;
}

.support-fab:hover, .support-fab:focus-visible {
  max-width: 220px;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--primary) 42%, transparent);
  animation-play-state: paused;
  transform: translateY(-2px);
}

.support-fab:hover .support-fab-label, .support-fab:focus-visible .support-fab-label {
  opacity: 1;
}

.support-fab:hover .support-fab-icon svg, .support-fab:focus-visible .support-fab-icon svg {
  animation: .7s ease-in-out infinite support-ring;
}

@keyframes support-fab-pulse {
  0%, 100% {
    box-shadow: 0 10px 26px color-mix(in srgb, var(--primary) 34%, transparent), 0 0 0 0 color-mix(in srgb, var(--primary) 26%, transparent);
  }

  50% {
    box-shadow: 0 10px 26px color-mix(in srgb, var(--primary) 34%, transparent), 0 0 0 9px transparent;
  }
}

@media (width <= 768px) {
  .support-fab {
    max-width: 52px;
    height: 52px;
    padding: 0 7px;
    bottom: 16px;
    left: 16px;
  }

  .support-fab-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (width <= 1000px) {
  .service-hero-grid, .split-content, .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

@media (width <= 900px) {
  .team-columns {
    grid-template-columns: 1fr;
  }

  .team-member img {
    height: 360px;
  }

  .team-story {
    padding: 30px;
  }
}

@media (width <= 860px) {
  .cards, .process, .reference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .about-section .about-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-preview img {
    height: 320px;
  }

  .site-header {
    height: 74px;
  }

  html {
    scroll-padding-top: 88px;
  }

  .header-inner {
    gap: 8px;
    width: calc(100% - 24px);
    position: relative;
  }

  .brand {
    flex: 1;
    order: 1;
  }

  .header-actions {
    order: 2;
    gap: 6px;
  }

  .header-actions .btn-small {
    display: none;
  }

  .nav .nav-cta {
    text-align: center;
    color: var(--on-primary);
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    border-bottom: none;
    border-radius: 14px;
    margin-top: 6px;
    display: block;
  }

  .nav .nav-support {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: none;
  }

  .icon-toggle, .lang-toggle {
    height: 42px;
  }

  .icon-toggle {
    width: 42px;
  }

  .header-phone {
    width: 42px;
    height: 42px;
  }

  .menu-toggle {
    order: 3;
    display: inline-flex;
  }

  .nav {
    width: min(82vw, 320px);
    height: calc(100vh - 74px);
    padding: 12px 14px calc(20px + env(safe-area-inset-bottom));
    background: var(--bg);
    border-left: 1px solid var(--header-border);
    -webkit-overflow-scrolling: touch;
    z-index: 1100;
    border-bottom-left-radius: 22px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
    display: flex;
    position: absolute;
    top: 74px;
    left: auto;
    right: 0;
    overflow-y: auto;
    transform: translateX(105%);
    box-shadow: -18px 0 50px #00000047;
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav a {
    border-bottom: 1px solid var(--border);
    padding: 15px 16px;
    font-size: 17px;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .nav-backdrop {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #0000006b;
    transition: opacity .32s, visibility .32s;
    position: fixed;
    inset: 74px 0 0;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  body.nav-open {
    overflow: hidden;
  }

  .container {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 60px;
    display: block;
  }

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

  .trust-row .marquee-track, .trust-row .marquee-set {
    gap: 10px;
  }

  .stats, .cards, .process, .reference-grid, .references-metrics, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .stats div {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .stats div:last-child {
    border-bottom: none;
  }

  .section, .contact {
    padding: 64px 0;
  }

  .card, .process div {
    min-height: auto;
    padding: 26px;
  }

  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-form {
    justify-self: stretch;
    max-width: 100%;
  }

  .references-hero-layout {
    grid-template-columns: 1fr;
  }

  .legal-page, .references-page {
    padding-top: 104px;
  }

  .reference-filter-bar {
    margin-bottom: 34px;
    position: static;
  }

  .reference-section-head {
    display: block;
  }

  .reference-section-head p {
    margin-top: 16px;
  }

  .reference-card {
    min-height: auto;
  }

  .reference-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .reference-cta {
    grid-template-columns: 1fr;
  }

  .reference-cta-actions, .reference-cta-actions .btn {
    width: 100%;
  }

  .service-hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .service-summary {
    padding: 26px;
  }

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

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

  .hero-actions .btn {
    width: 100%;
  }

  footer {
    gap: 18px;
    padding: 40px 22px 34px;
  }
}

.team-v2 .team-page-intro {
  max-width: 820px;
}

.team-v2 .team-columns {
  gap: 34px;
  margin-top: 8px;
}

.team-v2 .team-member {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border-radius: 28px;
  flex-direction: column;
  transition: transform .35s, box-shadow .35s, border-color .35s;
  display: flex;
  overflow: hidden;
}

.team-v2 .team-member:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}

.team-v2 .team-photo {
  aspect-ratio: 4 / 5;
  background: var(--surface-3);
  margin: 0;
  position: relative;
  overflow: hidden;
}

.team-v2 .team-photo img {
  object-fit: cover;
  object-position: center 12%;
  width: 100%;
  height: 100%;
  transition: transform .6s;
  display: block;
}

.team-v2 .team-member:hover .team-photo img {
  transform: scale(1.04);
}

.team-v2 .team-member:nth-of-type(2) .team-photo img {
  object-position: center top;
  transform-origin: 40%;
  transform: scale(1.14);
}

.team-v2 .team-member:nth-of-type(2):hover .team-photo img {
  transform: scale(1.19);
}

.team-v2 .team-photo:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#09122800 0%, #0912288c 100%);
  position: absolute;
  inset: 40% 0 0;
}

.team-v2 .team-photo-badge {
  z-index: 2;
  color: #16233d;
  letter-spacing: .4px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  background: #ffffffeb;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  left: 18px;
  box-shadow: 0 8px 22px #09122838;
}

.team-v2 .team-member-content {
  flex-direction: column;
  flex: 1;
  padding: 30px 32px 34px;
  display: flex;
}

.team-v2 .team-member h2 {
  margin: 0 0 4px;
  font-size: 27px;
  line-height: 1.2;
}

.team-v2 .team-role {
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.team-v2 .team-member p:not(.team-role) {
  color: var(--text);
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}

.team-v2 .team-skills {
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.team-v2 .team-skills li {
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 600;
}

.team-v2 .team-story {
  max-width: none;
  margin-top: 70px;
  padding: 52px;
}

.team-v2 .team-story-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.team-v2 .team-story-head p:not(.eyebrow) {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.team-v2 .team-values {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.team-v2 .team-value {
  border: 1px solid var(--border);
  background: var(--surface-2);
  border-radius: 20px;
  padding: 26px 24px;
}

.team-v2 .team-value-icon {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent2) 100%);
  color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  display: inline-flex;
}

.team-v2 .team-value-icon svg {
  width: 24px;
  height: 24px;
}

.team-v2 .team-value h3 {
  color: var(--heading);
  margin: 0 0 8px;
  font-size: 18px;
}

.team-v2 .team-value p {
  color: var(--text);
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.team-v2 .team-story .btn {
  margin-top: 36px;
}

@media (width <= 900px) {
  .team-v2 .team-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-v2 .team-story {
    padding: 34px 26px;
  }
}

.team-v2 .team-page-intro h1 {
  letter-spacing: -.5px;
}

.team-v2 .team-member:hover {
  transform: translateY(-8px);
}

.team-v2 .team-story {
  background: radial-gradient(120% 100% at 0% 0%,
      color-mix(in srgb, var(--primary) 7%, transparent) 0%, transparent 55%),
    var(--surface);
  position: relative;
  overflow: hidden;
}

.team-v2 .team-story:before {
  content: "";
  background: linear-gradient(90deg, var(--primary), var(--accent2));
  height: 3px;
  position: absolute;
  inset: 0 0 auto;
}

.team-v2 .team-value {
  transition: transform .3s, box-shadow .3s, border-color .3s, background .3s;
}

.team-v2 .team-value:hover {
  border-color: var(--border-strong);
  background: var(--surface);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.team-v2 .team-value-icon {
  box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 35%, transparent);
}

.team-v2 .team-skills li {
  transition: color .2s, border-color .2s, background .2s;
}

.team-v2 .team-skills li:hover {
  border-color: var(--accent);
  color: var(--accent);
}

@media (width >= 769px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 56px;
  }
}

.hero h1 .hero-line1 {
  -webkit-text-fill-color: var(--heading);
  color: var(--heading);
}

.hero h1 .hero-grad {
  background: linear-gradient(100deg, var(--primary) 0%, var(--primary-2) 52%, var(--accent2) 100%);
  color: #0000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero .trust-row {
  margin-top: 26px;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero .trust-row .marquee-track {
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
  animation: none !important;
}

.hero .trust-row .marquee-set {
  flex-wrap: wrap;
  gap: 10px;
}

.hero .trust-row .marquee-set[aria-hidden="true"] {
  display: none;
}

.hero .trust-row span {
  box-shadow: none;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  font-size: 13.5px;
  display: inline-flex;
}

.hero-cta-buttons {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}

.hero-cta-buttons .btn {
  gap: 8px;
  padding: 14px 26px;
}

.btn-arrow {
  width: 18px;
  height: 18px;
  transition: transform .2s;
}

.hero-cta-buttons .btn:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-hero-secondary {
  color: var(--primary);
}

html[data-theme="dark"] .btn-hero-secondary {
  color: var(--accent);
}

.hero-card .stats:has(.trust-txt) {
  -webkit-backdrop-filter: blur(8px);
  background: #ffffff0d;
  border-color: #ffffff1f;
  border-radius: 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 18px;
}

.hero-card .stats:has(.trust-txt) div {
  text-align: left;
  background: none;
  border-right: 1px solid #ffffff1f;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 13px;
  display: flex;
}

.hero-card .stats:has(.trust-txt) div:last-child {
  border-right: none;
}

@media (width <= 520px), (width >= 769px) and (width <= 1240px) {
  .hero-card .stats:has(.trust-txt) {
    grid-template-columns: 1fr;
  }

  .hero-card .stats:has(.trust-txt) div {
    border-bottom: 1px solid #ffffff1f;
    border-right: none;
  }

  .hero-card .stats:has(.trust-txt) div:last-child {
    border-bottom: none;
  }
}

.hero-card .stats .trust-ic {
  width: 34px;
  height: 34px;
  color: var(--primary-2);
  background: #5b9bff29;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hero-card .stats .trust-ic svg {
  width: 18px;
  height: 18px;
}

.hero-card .stats .trust-txt {
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.hero-card .stats:has(.trust-txt) strong {
  text-align: left;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.2;
}

.hero-card .stats:has(.trust-txt) span {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.32;
}

.hero-card-media-dark {
  display: block;
}

.hero-card-light {
  display: none;
}

html[data-theme="light"] .hero-card:has(.hero-card-light) {
  border-color: var(--border-strong);
  background: linear-gradient(160deg, #fff 0%, #eaf1ff 58%, #dfeaff 100%);
  box-shadow: 0 30px 70px -30px #1365f647;
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .hero-card-media-dark {
  display: none;
}

html[data-theme="light"] .hero-card-light {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 52px 26px 116px;
  display: flex;
  position: relative;
  overflow: hidden;
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .stats {
  border-color: var(--border);
  background: #fff9;
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .stats div {
  border-right-color: var(--border);
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .stats strong {
  color: var(--heading);
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .stats span {
  color: var(--muted);
}

html[data-theme="light"] .hero-card:has(.hero-card-light) .stats .trust-ic {
  color: var(--primary);
  background: #1265f61f;
}

.hcl-sky {
  opacity: .85;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 400 160\" preserveAspectRatio=\"xMaxYMax meet\"><g fill=\"%231265f6\" fill-opacity=\"0.13\"><rect x=\"150\" y=\"70\" width=\"22\" height=\"90\"/><rect x=\"176\" y=\"44\" width=\"26\" height=\"116\"/><rect x=\"206\" y=\"86\" width=\"18\" height=\"74\"/><rect x=\"228\" y=\"30\" width=\"30\" height=\"130\"/><rect x=\"262\" y=\"60\" width=\"20\" height=\"100\"/><rect x=\"286\" y=\"80\" width=\"24\" height=\"80\"/><rect x=\"314\" y=\"16\" width=\"28\" height=\"144\"/><rect x=\"346\" y=\"54\" width=\"22\" height=\"106\"/><rect x=\"372\" y=\"74\" width=\"20\" height=\"86\"/></g></svg>") 100% 100% / contain no-repeat;
  width: 100%;
  height: 118px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(to top, #000 62%, #0000);
  mask-image: linear-gradient(to top, #000 62%, #0000);
}

.hcl-dots {
  opacity: .5;
  pointer-events: none;
  background-image: radial-gradient(#1265f621 1px, #0000 1px);
  background-size: 22px 22px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 60%);
  mask-image: linear-gradient(#000, #0000 60%);
}

.hcl-hex {
  opacity: .6;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" fill=\"none\"><polygon points=\"50,6 88,28 88,72 50,94 12,72 12,28\" stroke=\"%231265f6\" stroke-opacity=\"0.3\" stroke-width=\"1.4\"/><polygon points=\"50,22 74,36 74,64 50,78 26,64 26,36\" stroke=\"%2318b9ea\" stroke-opacity=\"0.35\" stroke-width=\"1.2\"/></svg>") center / contain no-repeat;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 22px;
  right: 22px;
}

.hcl-logo {
  z-index: 1;
  filter: drop-shadow(0 12px 26px #1265f62e);
  width: auto;
  height: 126px;
  position: relative;
}

.hcl-tag {
  z-index: 1;
  font-family: var(--brand-font);
  letter-spacing: .24em;
  color: var(--heading);
  margin: 18px 0 0;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.hcl-sub {
  z-index: 1;
  letter-spacing: .2em;
  color: color-mix(in srgb, var(--heading) 62%, transparent);
  margin: 11px 0 0;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}

@media (width <= 768px) {
  .hero-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-buttons .btn {
    width: 100%;
  }

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

  .hero-card .stats div {
    border-bottom: 1px solid #ffffff1f;
    border-right: none;
  }

  .hero-card .stats div:last-child {
    border-bottom: none;
  }

  html[data-theme="light"] .hero-card .stats div {
    border-bottom-color: var(--border);
  }
}

::selection {
  background: color-mix(in srgb, var(--primary) 28%, transparent);
  color: var(--heading);
}

html {
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--primary) 45%, transparent) transparent;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: color-mix(in srgb, var(--primary) 42%, transparent);
  border: 3px solid #0000;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--primary) 62%, transparent);
}

.card:before {
  content: "";
  border-radius: inherit;
  background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%),
    color-mix(in srgb, var(--primary) 16%, transparent),
    transparent 62%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.card:hover:before {
  opacity: 1;
}

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

@media (prefers-reduced-motion: reduce) {
  .card:before {
    display: none;
  }

  .about-preview:hover img {
    transform: none;
  }
}

html[data-theme="dark"] .card:hover, html[data-theme="dark"] .process div:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: #6ea0dc6b;
}

html[data-theme="dark"] .card-icon, html[data-theme="dark"] .process-icon {
  box-shadow: 0 8px 22px #0006;
}

html[data-theme="dark"] .hero-chips .chip svg {
  color: var(--primary-2);
}

html[data-theme="dark"] .hero-chips .chip:hover {
  border-color: #6ea0dc80;
}

html[data-theme="dark"] .nav a:hover {
  color: var(--primary-2);
}

html[data-theme="dark"] .header-phone:hover, html[data-theme="dark"] .icon-toggle:hover, html[data-theme="dark"] .lang-toggle:hover {
  border-color: var(--primary);
  color: var(--primary-2);
  box-shadow: none;
}

.eyebrow:before, .legal-content li:before, .nav a:not(.nav-cta):after {
  background: linear-gradient(135deg, var(--primary), var(--gold));
}

html[data-theme="dark"] .header-phone svg {
  color: var(--accent);
}

html[data-theme="dark"] input:focus, html[data-theme="dark"] textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px #3f9bf02e;
}

html[data-theme="dark"] .partner-logos span:hover {
  color: var(--primary-2);
  box-shadow: var(--shadow-card);
  border-color: #6ea0dc80;
}

html[data-theme="dark"] .support-fab:hover, html[data-theme="dark"] .support-fab:focus-visible {
  box-shadow: 0 14px 34px #00000080;
}

html[data-theme="dark"] ::selection {
  color: #fff;
  background: #3f9bf04d;
}

.card h3, .process h3, .service-detail-card h3, .benefit-list h3, .reference-card h3, .testimonial-card h3 {
  font-size: var(--fs-card-title);
  line-height: 1.25;
}

.card p, .process p, .service-detail-card p, .benefit-list p, .reference-card p, .testimonial-card p, .about p, .contact p {
  font-size: var(--fs-card-body);
}

.section-sub, .references-lead, .references-text, .reference-section-head p {
  font-size: var(--fs-section-sub);
}

.hero-visual {
  z-index: 2;
  flex-direction: column;
  gap: 22px;
  display: flex;
  position: relative;
}

.hero-logo-stage {
  text-align: center;
  padding: 8px 16px 4px;
  position: relative;
}

.hero-logo-stage:before {
  content: "";
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 50%,
      color-mix(in srgb, var(--primary) 20%, transparent) 0%,
      color-mix(in srgb, var(--accent2) 11%, transparent) 26%,
      color-mix(in srgb, var(--gold) 7%, transparent) 44%,
      transparent 64%);
  filter: blur(6px);
  z-index: 0;
  pointer-events: none;
  width: 116%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-logo {
  z-index: 1;
  width: min(66%, 360px);
  height: auto;
  filter: drop-shadow(0 18px 40px color-mix(in srgb, var(--primary) 20%, transparent));
  margin: 0 auto;
  display: block;
  position: relative;
}

html[data-theme="dark"] .hero-logo {
  filter: brightness(1.06) saturate(1.04)
    drop-shadow(0 22px 46px #00000080)
    drop-shadow(0 0 28px color-mix(in srgb, var(--primary) 28%, transparent));
}

.hero-logo-tag {
  z-index: 1;
  font-family: var(--brand-font);
  letter-spacing: .26em;
  color: var(--heading);
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.hero-logo-sub {
  z-index: 1;
  letter-spacing: .2em;
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 11.5px;
  font-weight: 600;
  position: relative;
}

.hero-trust {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-trust li {
  border-top: 1px solid var(--border);
  align-items: center;
  gap: 16px;
  padding: 16px 2px;
  display: flex;
}

.hero-trust li:first-child {
  border-top: none;
  padding-top: 4px;
}

.ht-ic {
  background: color-mix(in srgb, var(--primary) 11%, transparent);
  width: 46px;
  height: 46px;
  color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .25s, color .25s, transform .25s;
  display: inline-flex;
}

.ht-ic svg {
  width: 22px;
  height: 22px;
}

.hero-trust li:hover .ht-ic {
  background: var(--primary);
  color: var(--on-primary);
  transform: translateY(-1px);
}

.ht-txt {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.ht-txt strong {
  color: var(--heading);
  font-size: 15px;
  line-height: 1.25;
  transition: color .2s;
}

.hero-trust li:hover .ht-txt strong {
  color: var(--primary);
}

.ht-txt small {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
}

#services .card, .process div {
  box-shadow: none;
  background: none;
  border: none;
  min-height: 0;
  padding: 26px 22px;
}

#services .card:after, #services .card:before, .process div:after {
  display: none !important;
}

#services .card:hover, .process div:hover, html[data-theme="dark"] #services .card:hover, html[data-theme="dark"] .process div:hover {
  box-shadow: none;
  border-color: #0000;
  transform: none;
}

#services .card:hover h3, .process div:hover h3 {
  color: var(--primary);
}

#services .card-icon, .process-icon {
  width: auto;
  height: auto;
  color: var(--primary);
  border-radius: 0;
  margin-bottom: 18px;
  transition: color .25s, transform .3s;
  box-shadow: none !important;
  background: none !important;
}

#services .card:hover .card-icon, .process div:hover .process-icon {
  color: var(--primary-strong);
  animation: .6s cubic-bezier(.34, 1.4, .6, 1) both icon-pop;
  box-shadow: none !important;
  background: none !important;
}

@keyframes icon-pop {
  0% {
    transform: translateY(0) scale(1) rotate(0);
  }

  45% {
    transform: translateY(-8px) scale(1.15) rotate(-7deg);
  }

  100% {
    transform: translateY(-3px) scale(1.06) rotate(0);
  }
}

#services .card-icon .ico, .process-icon .ico {
  stroke-width: 1.5px;
  width: 46px;
  height: 46px;
}

html.anim-icons #services .card .card-icon .ico, html.anim-icons .process div .process-icon .ico {
  stroke-dasharray: 220;
  stroke-dashoffset: 220px;
}

html.anim-icons #services .card.is-inview .card-icon .ico, html.anim-icons .process div.is-inview .process-icon .ico {
  animation: 1.1s cubic-bezier(.55, .06, .2, 1) forwards icon-draw;
}

@keyframes icon-draw {
  from {
    stroke-dashoffset: 220px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.anim-icons #services .card .card-icon .ico, html.anim-icons .process div .process-icon .ico {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    animation: none;
  }
}

#services .cards {
  gap: 30px 34px;
}

.process {
  gap: 34px 36px;
}

.focus-chips {
  justify-content: center;
  max-width: 720px;
  margin: 24px auto 0;
}

.why-section {
  background: var(--section-alt);
  text-align: center;
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 34px;
  margin-top: 46px;
  display: grid;
}

.why-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 8px 18px;
  display: flex;
}

.why-ic {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  width: 62px;
  height: 62px;
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  transition: background-color .25s, color .25s, transform .25s;
  display: inline-flex;
}

.why-ic svg {
  width: 28px;
  height: 28px;
}

.why-item:hover .why-ic {
  background: var(--primary);
  color: var(--on-primary);
  transform: translateY(-2px);
}

.why-item h3 {
  font-size: var(--fs-card-title);
  color: var(--heading);
  margin-bottom: 10px;
}

.why-item p {
  font-size: var(--fs-card-body);
  color: var(--text);
  max-width: 330px;
  margin: 0;
  line-height: 1.7;
}

@media (width <= 860px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 460px;
    margin-inline: auto;
  }
}

.wave-divider {
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  background: url("assets/blue-mist-2.jpg") center / 100% 100% no-repeat;
  height: 120px;
  margin: -30px 0;
  position: relative;
}

.wave-divider.flip {
  transform: scaleY(-1);
}

html[data-theme="dark"] .wave-divider {
  mix-blend-mode: normal;
  opacity: .7;
  background-image: url("assets/blue-mist-dark.png");
}

@media (width <= 768px) {
  .wave-divider {
    height: 80px;
    margin: -20px 0;
  }
}

.service-detail-card, .benefit-list article {
  background: linear-gradient(165deg,
      color-mix(in srgb, var(--primary) 4%, var(--surface)) 0%,
      var(--surface) 46%);
  border-radius: 24px;
  padding: 32px;
}

.service-detail-card:hover, .benefit-list article:hover {
  border-color: color-mix(in srgb, var(--primary) 40%, var(--border-strong));
  box-shadow: var(--shadow-card-hover),
    0 0 0 1px color-mix(in srgb, var(--primary) 12%, transparent);
  transform: translateY(-6px);
}

html[data-theme="dark"] .service-detail-card:hover, html[data-theme="dark"] .benefit-list article:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: #6ea0dc6b;
}

.service-detail-card:before, .benefit-list article:before {
  content: "";
  border-radius: inherit;
  background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%),
    color-mix(in srgb, var(--primary) 16%, transparent),
    transparent 62%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.service-detail-card:hover:before, .benefit-list article:hover:before {
  opacity: 1;
}

.service-detail-card > *, .benefit-list article > * {
  z-index: 1;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-card:before, .benefit-list article:before {
    display: none;
  }
}

.service-detail-card .card-icon {
  background: color-mix(in srgb, var(--primary) 12%, transparent);
  width: 48px;
  height: 48px;
  color: var(--primary);
  box-shadow: none;
  border-radius: 13px;
  margin-bottom: 22px;
}

.service-detail-card:hover .card-icon {
  background: color-mix(in srgb, var(--primary) 20%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary) 22%, transparent);
  transform: translateY(-2px) scale(1.06);
}

.service-detail-card .card-icon .ico {
  width: 23px;
  height: 23px;
}

.team-v2 .team-columns {
  grid-template-columns: 1fr;
  gap: 26px;
}

.team-v2 .team-member {
  flex-direction: row;
  align-items: stretch;
}

.team-v2 .team-photo {
  aspect-ratio: auto;
  flex: 0 0 38%;
  min-width: 240px;
  max-width: 340px;
}

.team-v2 .team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.team-v2 .team-member-content {
  justify-content: center;
  padding: 34px 40px;
}

@media (width <= 720px) {
  .team-v2 .team-member {
    flex-direction: column;
  }

  .team-v2 .team-photo {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 320px;
  }

  .team-v2 .team-member-content {
    padding: 28px 24px 32px;
  }
}

.reference-card {
  background: linear-gradient(165deg,
      color-mix(in srgb, var(--primary) 4%, var(--surface)) 0%,
      var(--surface) 46%);
}

.reference-card:hover {
  border-color: color-mix(in srgb, var(--primary) 40%, var(--border-strong));
  box-shadow: var(--shadow-card-hover),
    0 0 0 1px color-mix(in srgb, var(--primary) 12%, transparent);
}

html[data-theme="dark"] .reference-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: #6ea0dc6b;
}

.legal-page:not(.references-page):after {
  content: "";
  mix-blend-mode: multiply;
  opacity: .6;
  pointer-events: none;
  z-index: 0;
  background: url("assets/blue-mist-2.jpg") bottom / 100% 100% no-repeat;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

html[data-theme="dark"] .legal-page:not(.references-page):after {
  mix-blend-mode: normal;
  opacity: .5;
  background-image: url("assets/blue-mist-dark.png");
}

.legal-page:not(.references-page) .legal-content:not(.imprint) {
  border: 1px solid var(--border);
  background: linear-gradient(165deg,
      color-mix(in srgb, var(--primary) 4%, var(--surface)) 0%,
      var(--surface) 46%);
  box-shadow: var(--shadow-card);
  border-radius: 26px;
  padding: clamp(34px, 5vw, 56px) clamp(24px, 4vw, 58px) clamp(40px, 5vw, 60px);
  overflow: hidden;
}

.legal-page:not(.references-page) .legal-content:not(.imprint):before {
  content: "";
  background: linear-gradient(90deg, var(--primary), var(--accent2));
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.legal-content h1 {
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.legal-content > .eyebrow {
  margin-bottom: 6px;
}

.legal-content:not(.imprint) ul {
  margin: 16px 0 6px;
  padding-left: 0;
  list-style: none;
}

.legal-content:not(.imprint) li {
  margin-bottom: 9px;
  padding-left: 30px;
  position: relative;
}

.legal-content:not(.imprint) li:before {
  content: "";
  background: linear-gradient(135deg, var(--primary), var(--gold));
  border-radius: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: .4em;
  left: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

.error-page {
  min-height: calc(100vh - 160px);
}

.error-section {
  text-align: center;
  place-items: center;
  min-height: 70vh;
  padding: 120px 24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-content {
  z-index: 1;
  max-width: 760px;
  position: relative;
}

.error-code {
  letter-spacing: -.08em;
  color: #0000;
  opacity: .9;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 12px;
  font-size: clamp(6rem, 18vw, 12rem);
  font-weight: 800;
  line-height: .8;
}

.error-content h1 {
  margin: 24px 0 16px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.error-description {
  opacity: .78;
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

.error-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}

.error-secondary-button {
  background: none;
  border: 1px solid #38bdf873;
}

.error-glow {
  pointer-events: none;
  background: radial-gradient(circle, #38bdf829, #0000 68%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
}

@media (width <= 600px) {
  .error-section {
    min-height: 65vh;
    padding: 90px 20px;
  }

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

  .error-actions .btn {
    width: 100%;
  }
}

:root, html[data-theme="light"] {
  --lux-bg: #f7f9fc;
  --lux-bg-2: #fff;
  --lux-ink: #071b33;
  --lux-muted: #536579;
  --lux-line: #071b331c;
  --lux-accent: #0078d4;
  --lux-accent-2: #2b88d8;
  --lux-surface: #ffffffd1;
  --lux-surface-solid: #fff;
  --lux-shadow: 0 24px 60px #123e6f1a;
  --lux-header: #f7f9fcd4;
}

html[data-theme="dark"] {
  --lux-bg: #06111f;
  --lux-bg-2: #0b1d2e;
  --lux-ink: #f4f7fa;
  --lux-muted: #93a6b8;
  --lux-line: #93a6b82e;
  --lux-accent: #35c6e8;
  --lux-accent-2: #1a9ec5;
  --lux-surface: #10283bad;
  --lux-surface-solid: #10283b;
  --lux-shadow: 0 30px 80px #00000057;
  --lux-header: #06111fd6;
}

html {
  scroll-behavior: smooth;
  background: var(--lux-bg);
}

body {
  background: radial-gradient(circle at 80% 7%, color-mix(in srgb, var(--lux-accent) 10%, transparent), transparent 34rem),
    var(--lux-bg);
  color: var(--lux-ink);
  font-feature-settings: "kern" 1, "liga" 1;
  letter-spacing: -.01em;
  font-family: Inter, Arial, sans-serif;
}

body:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: .3;
  background-image: linear-gradient(var(--lux-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--lux-line) 1px, transparent 1px);
  background-size: 72px 72px;
  position: fixed;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 55%);
  mask-image: linear-gradient(#000, #0000 55%);
}

.container {
  width: min(100% - 48px, 1400px);
}

.site-header {
  background: var(--lux-header);
  border-bottom: 1px solid var(--lux-line);
  min-height: 92px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.header-inner {
  gap: 28px;
  min-height: 92px;
}

.brand {
  flex: none;
  width: 174px;
  min-width: 174px;
  height: 72px;
  padding: 0;
  overflow: hidden;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
}

.brand img {
  object-fit: contain !important;
  object-position: center 56% !important;
  filter: none !important;
  width: 174px !important;
  height: 72px !important;
  transform: scale(1.56) !important;
}

.nav {
  gap: clamp(18px, 2.2vw, 38px);
}

.nav a {
  color: var(--lux-ink);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.nav a:not(.nav-cta):after {
  content: "";
  background: var(--lux-accent);
  height: 1px;
  transition: right .28s;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 100%;
}

.nav a:hover:after, .nav a[aria-current="page"]:after {
  right: 0;
}

.header-actions {
  gap: 13px;
}

.header-phone {
  color: var(--lux-ink);
  border-right: 1px solid var(--lux-line);
  padding-right: 18px;
}

.icon-toggle, .lang-toggle, .menu-toggle {
  color: var(--lux-ink);
  border: 1px solid var(--lux-line);
  background: color-mix(in srgb, var(--lux-surface-solid) 78%, transparent);
  border-radius: 10px;
  transition: border-color .25s, transform .25s, background .25s;
}

.icon-toggle:hover, .lang-toggle:hover, .menu-toggle:hover {
  border-color: var(--lux-accent);
  transform: translateY(-1px);
}

.btn, button.btn, .nav-cta {
  border: 1px solid var(--lux-accent);
  background: var(--lux-accent);
  color: #fff;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--lux-accent) 25%, transparent);
  border-radius: 8px;
  font-weight: 600;
  transition: transform .25s, box-shadow .25s, background .25s;
}

html[data-theme="dark"] .btn, html[data-theme="dark"] button.btn, html[data-theme="dark"] .nav-cta {
  color: #04121d;
}

.btn:hover, button.btn:hover, .nav-cta:hover {
  box-shadow: 0 16px 38px color-mix(in srgb, var(--lux-accent) 33%, transparent);
  transform: translateY(-2px);
}

.btn.ghost, .btn-secondary, .btn-hero-secondary {
  color: var(--lux-accent) !important;
  border-color: color-mix(in srgb, var(--lux-accent) 72%, transparent) !important;
  box-shadow: none !important;
  background: none !important;
}

.hero, .page-hero, .subpage-hero {
  border-bottom: 1px solid var(--lux-line);
  position: relative;
  overflow: clip;
  background: none !important;
}

.hero {
  align-items: center;
  min-height: min(820px, 100vh - 92px);
  display: flex;
}

.hero-bg, .page-hero:after, .subpage-hero:after {
  content: "";
  z-index: 0;
  opacity: .96;
  background: url("assets/hero-light.webp") 100% / cover no-repeat;
  position: absolute;
  inset: 0 0 0 42%;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 24% 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 24% 100%);
}

html[data-theme="dark"] .hero-bg, html[data-theme="dark"] .page-hero:after, html[data-theme="dark"] .subpage-hero:after {
  background-image: url("assets/hero-dark.webp");
}

.hero-canvas {
  opacity: .22;
  mix-blend-mode: screen;
}

.hero-grid, .page-hero .container, .subpage-hero .container {
  z-index: 2;
  position: relative;
}

.hero-grid {
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  min-height: 700px;
}

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

.hero > .hero-grid > .hero-visual {
  display: none !important;
}

.hero > .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
}

.eyebrow {
  letter-spacing: .025em;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--lux-accent) !important;
}

h1, h2, h3 {
  color: var(--lux-ink);
  font-family: Sora, Inter, Arial, sans-serif;
}

.hero h1 {
  letter-spacing: -.055em;
  max-width: 720px;
  margin: 25px 0 28px;
  font-size: clamp(54px, 5.2vw, 80px);
  font-weight: 600;
  line-height: 1.06;
}

.hero-grad {
  color: var(--lux-ink);
  -webkit-text-fill-color: currentColor;
  background: none;
}

.lead, .hero p, .page-hero p, .subpage-hero p {
  color: var(--lux-muted);
}

.hero .lead {
  max-width: 610px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.65;
}

.hero-cta-buttons {
  gap: 18px;
  margin-top: 38px;
}

section {
  scroll-margin-top: 108px;
}

.section, section:not(.hero):not(.page-hero):not(.subpage-hero) {
  position: relative;
}

.section-head, .section-header {
  max-width: 780px;
  margin-bottom: 48px;
}

.section h2, section h2 {
  letter-spacing: -.042em;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
}

.service-card, .service-detail-card, .benefit-card, .reference-card, .team-card, .process-steps > *, .faq-item, .contact-card, .contact-form, .stat-card, .feature-card {
  color: var(--lux-ink);
  box-shadow: var(--lux-shadow);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .3s, border-color .3s, box-shadow .3s;
  background: var(--lux-surface) !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 14px !important;
}

.service-card:hover, .service-detail-card:hover, .benefit-card:hover, .reference-card:hover, .team-card:hover, .feature-card:hover {
  box-shadow: 0 32px 70px color-mix(in srgb, var(--lux-accent) 13%, transparent);
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--lux-accent) 45%, transparent) !important;
}

.card-icon, .process-icon {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 22%, transparent);
  color: var(--lux-accent) !important;
  background: color-mix(in srgb, var(--lux-accent) 11%, transparent) !important;
}

.ico {
  stroke: currentColor;
}

.process-steps:before {
  background: linear-gradient(90deg, transparent, var(--lux-accent), transparent) !important;
}

.faq-item summary {
  color: var(--lux-ink);
}

input, textarea, select {
  color: var(--lux-ink) !important;
  background: color-mix(in srgb, var(--lux-surface-solid) 82%, transparent) !important;
  border: 1px solid var(--lux-line) !important;
  border-radius: 8px !important;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--lux-accent) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lux-accent) 15%, transparent) !important;
}

.site-footer, footer {
  border-top: 1px solid #93a6b82e;
  background: #04101c !important;
}

.support-fab {
  background: var(--lux-accent);
  box-shadow: 0 14px 35px color-mix(in srgb, var(--lux-accent) 30%, transparent);
  border-radius: 12px;
}

[data-aos] {
  transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
}

@media (width <= 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 740px;
  }

  .hero-bg, .page-hero:after, .subpage-hero:after {
    opacity: .34;
    inset: 15% -18% 0 32%;
  }

  .nav {
    background: var(--lux-bg-2);
    border: 1px solid var(--lux-line);
    box-shadow: var(--lux-shadow);
  }
}

@media (width <= 720px) {
  .container {
    width: min(100% - 30px, 1400px);
  }

  .site-header, .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 128px;
    min-width: 128px;
    height: 56px;
  }

  .brand img {
    width: 128px !important;
    height: 56px !important;
  }

  .header-phone, .header-actions > .btn {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 50px 0 64px;
  }

  .hero-grid {
    align-items: end;
    min-height: 620px;
  }

  .hero-bg {
    opacity: .5;
    inset: 0 -42% 28% 0;
    -webkit-mask-image: linear-gradient(#000 0, #0000 100%);
    mask-image: linear-gradient(#000 0, #0000 100%);
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .hero-cta-buttons {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-cta-buttons .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.contact-page-body {
  background: #edf5fa;
}

.contact-experience {
  color: #102d42;
  background: radial-gradient(circle at 5% 12%, #5e68e11f, #0000 31%), radial-gradient(circle at 92% 20%, #24c4e02b, #0000 28%), linear-gradient(145deg, #eaf2fb 0%, #fbfdfe 48%, #e8f3f8 100%);
  min-height: 980px;
  padding: 146px 0 110px;
  position: relative;
  overflow: hidden;
}

.contact-page-pattern {
  z-index: 0;
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(#1b8ab60a 1px, #0000 1px), linear-gradient(90deg, #1b8ab60a 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 54px 54px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(90deg, #000, #0000 46%, #000);
}

.contact-page-pattern span {
  filter: drop-shadow(0 0 15px #2bc0de1f);
  border: 1px solid #26aed329;
  border-radius: 50%;
  position: absolute;
}

.contact-page-pattern span:first-child {
  width: 670px;
  height: 270px;
  top: 90px;
  left: -170px;
  transform: rotate(-12deg);
}

.contact-page-pattern span:nth-child(2) {
  width: 760px;
  height: 290px;
  bottom: 45px;
  right: -260px;
  transform: rotate(16deg);
}

.contact-page-pattern span:nth-child(3) {
  width: 480px;
  height: 480px;
  top: -360px;
  right: 26%;
}

.contact-page-pattern i {
  border-top: 1.5px solid #3ad0e98c;
  border-radius: 50%;
  height: 120px;
  animation: 10s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  top: 48%;
  left: -12%;
  right: -12%;
  box-shadow: 0 -2px 8px #37d2eb4d, 0 -18px 45px #595de521;
}

.contact-page-grid {
  z-index: 1;
  grid-template-columns: minmax(0, .9fr) minmax(590px, 1.1fr);
  align-items: center;
  gap: clamp(70px, 8vw, 140px);
  display: grid;
  position: relative;
}

.contact-page-intro .eyebrow {
  width: max-content;
  margin-bottom: 30px;
}

.contact-page-intro h1 {
  color: #0d2940;
  letter-spacing: -.064em;
  max-width: 730px;
  margin: 0 0 30px;
  font-size: clamp(56px, 5.45vw, 82px);
  line-height: .99;
}

.contact-page-intro h1:first-line {
  color: #0d2940;
}

.contact-page-lead {
  color: #587183;
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.78;
}

.contact-page-channels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
  display: grid;
}

.contact-page-channels a {
  color: #183b51;
  backdrop-filter: blur(16px);
  background: #ffffff9e;
  border: 1px solid #1b80ab24;
  border-radius: 17px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 16px;
  text-decoration: none;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: flex;
  box-shadow: 0 15px 38px #1c4e6c12;
}

.contact-page-channels a:hover {
  border-color: #27b7d85c;
  transform: translateY(-3px);
  box-shadow: 0 20px 46px #195b7b1f;
}

.contact-channel-icon {
  color: #168dbc;
  background: linear-gradient(145deg, #28c1de2b, #4868cf14);
  border-radius: 13px;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.contact-page-channels a > span:last-child {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.contact-page-channels small {
  color: #728a99;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 800;
}

.contact-page-channels strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.contact-page-proof {
  flex-wrap: wrap;
  gap: 17px 25px;
  margin-top: 30px;
  display: flex;
}

.contact-page-proof > span {
  color: #617b8b;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.contact-page-proof b {
  color: #21a8cb;
  font-family: Sora, sans-serif;
  font-size: 9px;
}

.contact-page-form-shell {
  position: relative;
}

.contact-page-form-shell:before {
  content: "";
  z-index: -1;
  filter: blur(30px);
  background: radial-gradient(circle at 70% 30%, #29c6e233, #535dde14 50%, #0000 72%);
  border-radius: 34px;
  position: absolute;
  inset: 10% -8% -6% 10%;
}

.contact-page-form {
  backdrop-filter: blur(26px);
  background: radial-gradient(circle at 100% 0, #2fc4e024, #0000 34%), #ffffffc4;
  border: 1px solid #1b84b029;
  border-radius: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding: clamp(30px, 3.3vw, 48px);
  scroll-margin-top: 112px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 38px 100px #16486724, inset 0 1px #ffffffe6;
}

.contact-page-form:before {
  content: "";
  background: linear-gradient(90deg, #0000, #34cae5e6, #685cea8c, #0000);
  width: 84%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 8%;
  box-shadow: 0 0 22px #3ccfe88c;
}

.contact-page-form-head {
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 12px;
  display: flex;
}

.contact-page-form-head h2 {
  color: #102f43;
  letter-spacing: -.04em;
  max-width: 500px;
  margin: 8px 0 0;
  font-size: clamp(27px, 2.4vw, 36px);
  line-height: 1.13;
}

.contact-page-form .form-field {
  gap: 7px;
}

.contact-page-form .form-field label {
  color: #315163;
  font-size: 11px;
  font-weight: 800;
}

.contact-page-form input, .contact-page-form textarea, .contact-page-form select {
  color: #13384d;
  width: 100%;
  font: 14px var(--body-font);
  background: #edf6fab8;
  border: 1px solid #1a729b29;
  border-radius: 13px;
  outline: none;
  padding: 13px 15px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.contact-page-form input:focus, .contact-page-form textarea:focus, .contact-page-form select:focus {
  background: #ffffffe6;
  border-color: #26b9dab8;
  box-shadow: 0 0 0 4px #2abcdd1a;
}

.contact-page-message, .contact-page-form .privacy-consent, .contact-page-form .btn, .contact-page-form .form-note {
  grid-column: 1 / -1;
}

.contact-page-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-page-form .privacy-consent {
  color: #647d8c;
  font-size: 11px;
  line-height: 1.55;
}

.contact-page-form .privacy-consent input {
  width: 17px;
  height: 17px;
  padding: 0;
}

.contact-page-form .btn {
  min-height: 54px;
  position: relative;
  box-shadow: 0 17px 38px #1da8ca38;
  border-radius: 13px !important;
}

.contact-page-form .btn:after {
  content: "↗";
  font-size: 18px;
  position: absolute;
  right: 20px;
}

.contact-page-form .form-note {
  text-align: center;
  font-size: 10px;
}

.home-contact-cta {
  background: radial-gradient(circle at 88% 0, #2ac5e126, #0000 32%), linear-gradient(145deg, #e8f3f9, #f9fcfd 52%, #e9f2f8);
  padding: 95px 0;
  position: relative;
  overflow: hidden;
}

.home-contact-glow {
  pointer-events: none;
  border-top: 1.5px solid #39cfe88c;
  border-radius: 50%;
  height: 110px;
  animation: 10s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  top: 48%;
  left: -8%;
  right: -8%;
  box-shadow: 0 -3px 10px #35d1ea4d, 0 -18px 45px #5b5ee61f;
}

.home-contact-cta-inner {
  backdrop-filter: blur(22px);
  background: #ffffff9e;
  border: 1px solid #1f8bb624;
  border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
  padding: 52px 58px;
  display: flex;
  position: relative;
  box-shadow: 0 28px 75px #1849671a;
}

.home-contact-cta h2 {
  color: #102f43;
  letter-spacing: -.05em;
  max-width: 770px;
  margin: 10px 0 14px;
  font-size: clamp(36px, 4vw, 57px);
  line-height: 1.06;
}

.home-contact-cta p:not(.eyebrow) {
  color: #617a8a;
  max-width: 680px;
  margin: 0;
  line-height: 1.7;
}

.home-contact-button {
  flex: none;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  padding: 0 22px 0 26px;
  display: inline-flex;
  box-shadow: 0 17px 38px #1ca5c838;
  border-radius: 15px !important;
}

.home-contact-button i {
  font-size: 18px;
  font-style: normal;
}

html[data-theme="dark"] .contact-page-body {
  background: #061522;
}

html[data-theme="dark"] .contact-experience {
  color: #eaf6fb;
  background: radial-gradient(circle at 5% 12%, #524fd321, #0000 31%), radial-gradient(circle at 92% 20%, #26bbda24, #0000 28%), linear-gradient(145deg, #061522 0%, #0a1f2e 48%, #071823 100%);
}

html[data-theme="dark"] .contact-page-pattern {
  background-color: #0000;
  background-image: linear-gradient(#36bedb0a 1px, #0000 1px), linear-gradient(90deg, #36bedb0a 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 54px 54px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

html[data-theme="dark"] .contact-page-intro h1, html[data-theme="dark"] .contact-page-intro h1:first-line {
  color: #edf8fc;
}

html[data-theme="dark"] .contact-page-lead {
  color: #9bb2c0;
}

html[data-theme="dark"] .contact-page-channels a {
  color: #d8eaf3;
  background: #082233a8;
  border-color: #38bdda1f;
  box-shadow: 0 14px 38px #00000029;
}

html[data-theme="dark"] .contact-page-channels small, html[data-theme="dark"] .contact-page-proof > span {
  color: #8fa7b5;
}

html[data-theme="dark"] .contact-page-form {
  background: radial-gradient(circle at 100% 0, #2cbbd81c, #0000 34%), #071d2cd1;
  border-color: #3bc0dc24;
  box-shadow: 0 38px 105px #00000052, inset 0 1px #ffffff0a;
}

html[data-theme="dark"] .contact-page-form-head h2 {
  color: #ecf7fb;
}

html[data-theme="dark"] .contact-page-form .form-field label {
  color: #bed3df;
}

html[data-theme="dark"] .contact-page-form input, html[data-theme="dark"] .contact-page-form textarea, html[data-theme="dark"] .contact-page-form select {
  color: #edf8fb;
  background: #051724ad;
  border-color: #48a1c42b;
}

html[data-theme="dark"] .contact-page-form .privacy-consent {
  color: #91aab8;
}

html[data-theme="dark"] .home-contact-cta {
  background: radial-gradient(circle at 88% 0, #2abbd81f, #0000 32%), linear-gradient(145deg, #061522, #0a1e2d 52%, #071824);
}

html[data-theme="dark"] .home-contact-cta-inner {
  background: #082030b0;
  border-color: #38beda1f;
  box-shadow: 0 30px 80px #00000040;
}

html[data-theme="dark"] .home-contact-cta h2 {
  color: #edf8fb;
}

html[data-theme="dark"] .home-contact-cta p:not(.eyebrow) {
  color: #96aebb;
}

@media (width <= 1120px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .contact-page-intro {
    max-width: 800px;
  }

  .contact-page-form-shell {
    max-width: 850px;
  }
}

@media (width <= 760px) {
  .contact-experience {
    min-height: 0;
    padding: 112px 0 76px;
  }

  .contact-page-grid {
    gap: 40px;
  }

  .contact-page-intro h1 {
    font-size: clamp(44px, 12.3vw, 62px);
  }

  .contact-page-channels {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .contact-page-proof {
    gap: 11px;
    display: grid;
  }

  .contact-page-form {
    border-radius: 22px;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px 19px;
  }

  .contact-page-form-head {
    flex-direction: column;
    gap: 14px;
  }

  .contact-page-form .form-field, .contact-page-message, .contact-page-form .privacy-consent, .contact-page-form .btn, .contact-page-form .form-note {
    grid-column: 1;
  }

  .home-contact-cta {
    padding: 68px 0;
  }

  .home-contact-cta-inner {
    border-radius: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 31px 24px;
  }

  .home-contact-button {
    justify-content: space-between;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-pattern i, .home-contact-glow {
    animation: none !important;
  }
}

body:not(.home-page) main {
  color: var(--lux-text);
}

body:not(.home-page) main > section {
  position: relative;
}

body:not(.home-page) main > section h1, body:not(.home-page) main > section h2, body:not(.home-page) main > section h3 {
  text-wrap: balance;
}

body:not(.home-page) main > section p, body:not(.home-page) main > section li {
  overflow-wrap: break-word;
}

.services-page .services-hero {
  background: linear-gradient(90deg, #eff7fcfa 0%, #eff7fcdb 38%, #eff7fc33 64%, #0000 78%), radial-gradient(circle at 83% 23%, #2ac7e22e, #0000 28%), radial-gradient(circle at 63% 1%, #585bdf1c, #0000 29%), linear-gradient(145deg, #eaf3f9, #f9fcfd 54%, #e8f2f8) !important;
  min-height: 760px !important;
  padding: 145px 0 66px !important;
}

.services-page .services-hero:after {
  content: "";
  z-index: -1;
  border-top: 1.5px solid #39d1e994;
  border-radius: 50%;
  height: 130px;
  animation: 10s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  bottom: 5%;
  left: -10%;
  right: -10%;
  box-shadow: 0 -2px 8px #38d1ea57, 0 -18px 44px #5b5ee721;
}

.services-page .services-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr) !important;
  gap: clamp(54px, 7vw, 108px) !important;
}

.services-page .services-hero-copy h1 {
  color: #102c43 !important;
  letter-spacing: -.06em !important;
  max-width: 800px !important;
  margin: 24px 0 23px !important;
  font-size: clamp(54px, 5.45vw, 84px) !important;
  line-height: .99 !important;
}

.services-page .services-hero-copy .lead {
  color: #587182 !important;
  max-width: 670px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.72 !important;
}

.services-page .services-orbit {
  width: min(100%, 500px) !important;
}

.services-page .services-metrics {
  margin-top: 42px !important;
}

.services-page main > .services-overview {
  color: #17384d;
  background: radial-gradient(circle at 8% 22%, #6654dc17, #0000 28%), radial-gradient(circle at 93% 75%, #27bedb1a, #0000 28%), #eef5fb !important;
}

.services-page main > .services-approach {
  color: #17384d;
  background: radial-gradient(circle at 12% 18%, #2b9bd91a, #0000 30%), #f9fcfd !important;
}

.services-page main > .services-cta {
  color: #eff8ff !important;
  background: radial-gradient(circle at 8% 12%, #09bdd547, #0000 28%), radial-gradient(circle at 92% 85%, #805cf545, #0000 31%), linear-gradient(135deg, #06182c, #0a3154 54%, #111d40) !important;
}

.services-page main > .services-cta h2 {
  color: #fff !important;
}

.services-page main > .services-cta p {
  color: #bfd3e2 !important;
}

.services-page main > .services-cta .eyebrow {
  color: #6fe3f4 !important;
}

.service-page .service-hero {
  isolation: isolate;
  background: linear-gradient(90deg, #eff7fcf7, #eff7fccc 42%, #0000 77%), radial-gradient(circle at 86% 24%, #2bc2df2b, #0000 29%), radial-gradient(circle at 60% 0, #5e56dc1a, #0000 28%), linear-gradient(145deg, #eaf3f9, #f9fcfd 52%, #e8f2f8) !important;
  min-height: 740px !important;
  padding: 145px 0 76px !important;
}

.service-page .service-hero:after {
  content: "";
  z-index: -1;
  border-top: 1.5px solid #39d1e98a;
  border-radius: 50%;
  height: 125px;
  animation: 10s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  bottom: 2%;
  left: -10%;
  right: -10%;
  box-shadow: 0 -2px 8px #38d1ea4d, 0 -17px 42px #5b5ee71f;
}

.service-page .service-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr) !important;
  align-items: center !important;
  gap: clamp(52px, 7vw, 105px) !important;
}

.service-page .service-hero-copy h1 {
  color: #102c43 !important;
  letter-spacing: -.058em !important;
  max-width: 820px !important;
  font-size: clamp(52px, 5.35vw, 82px) !important;
  line-height: 1 !important;
}

.service-page .service-hero-copy .lead {
  color: #587182 !important;
  max-width: 690px !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  line-height: 1.72 !important;
}

.service-page .service-summary {
  color: #17384d !important;
  background: radial-gradient(circle at 100% 0, #2bc2df1f, #0000 38%), #ffffffb8 !important;
}

.service-page .service-summary p, .service-page .service-summary li {
  color: #60798a !important;
}

.services-page main > section:not(.services-hero):not(.services-cta), .service-page main > section:not(.service-hero):not(.contact), .about-page main > section, .process-body main > section, .references-body main > section, .legal-body main > section {
  --internal-heading: #102f43;
  --internal-text: #526c7e;
}

.services-page main > section:not(.services-hero):not(.services-cta) h2, .service-page main > section:not(.service-hero):not(.contact) h2, .about-page main > section h2, .process-body main > section h2, .references-body main > section h2, .legal-body main > section h1, .legal-body main > section h2 {
  color: var(--internal-heading, var(--lux-heading));
}

.services-page main > section:not(.services-hero):not(.services-cta) p, .service-page main > section:not(.service-hero):not(.contact) p, .about-page main > section p, .process-body main > section p, .references-body main > section p, .legal-body main > section p {
  color: var(--internal-text, var(--lux-muted));
}

html[data-theme="dark"] .services-page .services-hero, html[data-theme="dark"] .service-page .service-hero {
  background: linear-gradient(90deg, #061522f7, #061522cc 42%, #0000 77%), radial-gradient(circle at 86% 24%, #29bbd924, #0000 29%), radial-gradient(circle at 60% 0, #5149c41f, #0000 28%), linear-gradient(145deg, #061522, #0a1f2e 52%, #071823) !important;
}

html[data-theme="dark"] .services-page .services-hero-copy h1, html[data-theme="dark"] .service-page .service-hero-copy h1 {
  color: #edf8fc !important;
}

html[data-theme="dark"] .services-page .services-hero-copy .lead, html[data-theme="dark"] .service-page .service-hero-copy .lead {
  color: #9bb2c0 !important;
}

html[data-theme="dark"] .services-page main > .services-overview {
  color: #e9f6fb;
  background: radial-gradient(circle at 8% 22%, #6750d51a, #0000 28%), radial-gradient(circle at 93% 75%, #26b4d014, #0000 28%), #071a2a !important;
}

html[data-theme="dark"] .services-page main > .services-approach {
  color: #e9f6fb;
  background: radial-gradient(circle at 12% 18%, #2896ca17, #0000 30%), #061522 !important;
}

html[data-theme="dark"] .service-page .service-summary {
  color: #e7f5fa !important;
  background: radial-gradient(circle at 100% 0, #2bb8d51a, #0000 38%), #081f2fc2 !important;
}

html[data-theme="dark"] .service-page .service-summary p, html[data-theme="dark"] .service-page .service-summary li {
  color: #9cb3c0 !important;
}

html[data-theme="dark"] .services-page main > section:not(.services-hero):not(.services-cta), html[data-theme="dark"] .service-page main > section:not(.service-hero):not(.contact), html[data-theme="dark"] .about-page main > section, html[data-theme="dark"] .process-body main > section, html[data-theme="dark"] .references-body main > section, html[data-theme="dark"] .legal-body main > section {
  --internal-heading: #edf8fc;
  --internal-text: #9bb2c0;
}

@media (width <= 1080px) {
  .services-page .services-hero-grid, .service-page .service-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .services-page .services-orbit {
    justify-self: center !important;
    width: min(76vw, 480px) !important;
  }

  .service-page .service-summary {
    width: 100%;
    justify-self: stretch !important;
    max-width: 760px !important;
  }
}

@media (width <= 760px) {
  body:not(.home-page) .container {
    width: min(100% - 32px, 1360px);
  }

  .services-page .services-hero, .service-page .service-hero {
    min-height: auto !important;
    padding: 112px 0 68px !important;
  }

  .services-page .services-hero-copy h1, .service-page .service-hero-copy h1 {
    font-size: clamp(43px, 12.2vw, 60px) !important;
    line-height: 1.02 !important;
  }

  .services-page .services-hero-copy .lead, .service-page .service-hero-copy .lead {
    font-size: 16px !important;
  }

  .services-page .services-orbit {
    width: min(88vw, 390px) !important;
  }

  .services-page main > section:not(.services-hero), .service-page main > section:not(.service-hero), .about-page main > section:not(.team-page), .process-body main > section:not(.process-hero), .references-body main > section {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .services-page .services-section-head, .services-page .services-approach-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .services-page .services-showcase, .services-page .services-steps {
    grid-template-columns: 1fr !important;
  }

  .services-page .services-cta-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .services-hero:after, .service-page .service-hero:after {
    animation: none !important;
  }
}

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

body:not(.home-page) main, body:not(.home-page) main > section, body:not(.home-page) .container {
  min-width: 0;
}

body:not(.home-page) img, body:not(.home-page) svg, body:not(.home-page) video {
  max-width: 100%;
}

body:not(.home-page) :where(.services-hero-grid, .services-section-head, .services-showcase, .services-approach-grid, .services-cta-inner, .service-hero-grid, .split-content, .service-grid, .benefit-list, .faq-layout, .contact-grid, .team-columns, .team-story-grid, .references-hero-layout, .reference-grid, .reference-section-head, .process-hero-inner, .process-intro, .process-timeline, .contact-page-grid) > * {
  min-width: 0;
}

body:not(.home-page) :where(h1, h2, h3, p, li, a, label) {
  overflow-wrap: break-word;
}

@media (width <= 1240px) {
  body:not(.home-page) .header-inner {
    gap: 18px;
    width: min(100% - 38px, 1360px);
  }

  body:not(.home-page) .header-phone {
    display: none !important;
  }

  body:not(.home-page) .nav {
    gap: clamp(13px, 1.6vw, 22px);
  }

  body:not(.home-page) .nav a {
    font-size: 13px;
  }

  .services-page .services-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .references-body .references-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr) !important;
  }
}

@media (width <= 1040px) {
  body:not(.home-page) .container {
    width: min(100% - 44px, 1360px);
  }

  .services-page .services-section-head, .services-page .services-approach-grid, .services-page .services-cta-inner, .service-page .service-hero-grid, .service-page .split-content, .service-page .faq-layout, .service-page .contact-grid, .about-page .team-story-grid, .references-body .references-hero-layout, .references-body .reference-section-head, .process-body .process-hero-inner, .contact-page-body .contact-page-grid {
    grid-template-columns: 1fr !important;
  }

  .service-page .service-summary, .references-body .references-proof-panel, .contact-page-body .contact-page-form-shell {
    width: 100%;
    justify-self: stretch !important;
    max-width: 820px !important;
  }

  .about-page .team-columns, .process-body .process-timeline, .references-body .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (width <= 900px) {
  body:not(.home-page) .site-header, body:not(.home-page) .header-inner {
    min-height: 78px;
  }

  body:not(.home-page) .brand {
    flex: none;
  }

  body:not(.home-page) .brand img {
    width: 92px !important;
    height: auto !important;
  }

  body:not(.home-page) .header-actions {
    gap: 8px;
    margin-left: auto;
  }

  body:not(.home-page) .header-actions > .btn, body:not(.home-page) .header-actions > .nav-cta {
    display: none !important;
  }

  body:not(.home-page) .menu-toggle {
    flex: 0 0 44px;
    order: 5;
    place-items: center;
    width: 44px;
    height: 44px;
    display: grid !important;
  }

  body:not(.home-page) .nav {
    z-index: 1000;
    border: 1px solid var(--lux-border);
    background: color-mix(in srgb, var(--lux-card) 94%, transparent);
    backdrop-filter: blur(22px);
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    max-height: calc(100vh - 96px);
    padding: 15px;
    display: none;
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    overflow-y: auto;
    box-shadow: 0 24px 65px #0a304c2e;
  }

  body:not(.home-page) .nav.is-open {
    display: flex;
  }

  body:not(.home-page) .nav a {
    border-radius: 11px;
    width: 100%;
    padding: 12px 13px;
    font-size: 14px;
  }

  body:not(.home-page) .nav .nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--site-blue), var(--site-cyan));
    justify-content: center;
    margin-top: 5px;
    display: flex !important;
  }

  .services-page .services-metrics {
    width: min(100% - 44px, 800px);
  }
}

@media (width <= 720px) {
  body:not(.home-page) .container {
    width: min(100% - 30px, 1360px);
  }

  body:not(.home-page) .site-header, body:not(.home-page) .header-inner {
    min-height: 72px;
  }

  body:not(.home-page) .nav {
    top: 72px;
  }

  body:not(.home-page) .header-actions .lang-toggle, body:not(.home-page) .header-actions .icon-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  body:not(.home-page) :where(.services-hero-copy h1, .service-hero-copy h1, .team-page-intro h1, .references-hero-copy h1, .process-hero h1, .contact-page-intro h1) {
    letter-spacing: -.052em !important;
    font-size: clamp(41px, 12vw, 58px) !important;
    line-height: 1.03 !important;
  }

  body:not(.home-page) :where(.services-section-head h2, .services-approach-grid h2, .services-cta h2, .service-page section h2, .about-page section h2, .references-body section h2, .process-body section h2, .contact-page-form h2) {
    font-size: clamp(31px, 9vw, 44px) !important;
    line-height: 1.1 !important;
  }

  .services-page .services-showcase, .services-page .services-steps, .service-page .service-grid, .service-page .benefit-list, .about-page .team-columns, .references-body .reference-grid, .process-body .process-timeline, .contact-page-body .contact-page-form {
    grid-template-columns: 1fr !important;
  }

  .services-page .service-showcase-card {
    min-height: 0 !important;
    padding: 23px !important;
  }

  .services-page .services-metrics {
    width: min(100% - 30px, 700px);
    grid-template-columns: 1fr !important;
    margin-top: 28px !important;
  }

  .services-page .services-metrics span {
    border-bottom: 1px solid color-mix(in srgb, var(--sp-blue) 10%, var(--lux-border));
    padding: 17px 21px;
    border-right: 0 !important;
  }

  .services-page .services-metrics span:last-child {
    border-bottom: 0;
  }

  .services-page .services-cta-button, .service-page .btn, .contact-page-form .btn {
    max-width: 100%;
    white-space: normal !important;
  }

  .service-page .service-summary, .service-page .service-detail-card, .service-page .benefit-card, .references-body .reference-card, .about-page .team-member, .process-body .process-timeline article {
    border-radius: 18px !important;
    min-height: 0 !important;
    padding: 22px !important;
  }

  .contact-page-body .contact-page-form-head, .process-body .process-cta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (width <= 430px) {
  body:not(.home-page) .container {
    width: min(100% - 24px, 1360px);
  }

  body:not(.home-page) .brand img {
    width: 82px !important;
  }

  body:not(.home-page) .header-actions {
    gap: 5px;
  }

  body:not(.home-page) .header-actions .lang-toggle {
    font-size: 11px;
  }

  body:not(.home-page) .support-fab-label {
    display: none !important;
  }

  body:not(.home-page) .support-fab {
    width: 46px !important;
    min-width: 46px !important;
    padding: 4px !important;
  }

  .contact-page-body .contact-page-channels {
    grid-template-columns: 1fr !important;
  }

  .references-body .references-proof-panel, .contact-page-body .contact-page-form, .process-body .process-hero-visual {
    border-radius: 18px !important;
  }
}

.security-page .service-hero {
  border-bottom: 1px solid var(--security-line);
}

.security-page .service-hero:after {
  content: "";
  background: linear-gradient(90deg, transparent 10%, var(--lux-accent), transparent 90%);
  opacity: .34;
  height: 1px;
  position: absolute;
  inset: auto 0 0;
}

.security-hero-visual {
  border-bottom: 1px solid color-mix(in srgb, var(--lux-accent) 18%, transparent);
  background: radial-gradient(circle at 50% 52%, color-mix(in srgb, var(--lux-accent) 25%, transparent), transparent 35%),
    linear-gradient(145deg,
      color-mix(in srgb, var(--lux-bg-2) 86%, var(--lux-accent) 14%),
      color-mix(in srgb, var(--lux-bg) 92%, var(--lux-accent) 8%));
  height: 214px;
  margin: -34px -34px 30px;
  position: relative;
  overflow: hidden;
}

.security-hero-visual:before {
  content: "";
  opacity: .28;
  background-image: linear-gradient(color-mix(in srgb, var(--lux-accent) 18%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--lux-accent) 18%, transparent) 1px, transparent 1px);
  background-size: 34px 34px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 72%);
  mask-image: radial-gradient(circle, #000, #0000 72%);
}

.security-shield {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 38%, transparent);
  color: #fff;
  width: 78px;
  height: 78px;
  box-shadow: 0 18px 42px #006fd647,
    0 0 36px color-mix(in srgb, var(--lux-accent) 25%, transparent),
    inset 0 1px 0 #ffffff5c;
  background: linear-gradient(145deg, #006fd6, #12bddd);
  border-radius: 24px;
  place-items: center;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%) rotate(-2deg);
}

.security-shield .ico {
  stroke-width: 1.55px;
  width: 39px;
  height: 39px;
}

.security-orbit {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 25%, transparent);
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.security-orbit--one {
  width: 142px;
  height: 142px;
  animation: 16s linear infinite security-orbit-spin;
}

.security-orbit--two {
  border-color: color-mix(in srgb, var(--lux-accent) 16%, transparent);
  width: 190px;
  height: 100px;
  animation: 21s linear infinite reverse security-orbit-spin-wide;
  transform: translate(-50%, -50%) rotate(-14deg);
}

.security-node {
  background: var(--lux-accent);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--lux-accent) 10%, transparent),
              0 0 18px color-mix(in srgb, var(--lux-accent) 72%, transparent);
  border-radius: 50%;
  animation: 3.4s ease-in-out infinite security-node-pulse;
  position: absolute;
}

.security-node--one {
  top: 34%;
  left: 28%;
}

.security-node--two {
  animation-delay: -.9s;
  top: 42%;
  right: 26%;
}

.security-node--three {
  animation-delay: -1.7s;
  bottom: 26%;
  left: 33%;
}

.security-node--four {
  animation-delay: -2.5s;
  bottom: 21%;
  right: 32%;
}

.security-scan {
  background: linear-gradient(90deg, transparent, var(--lux-accent), transparent);
  height: 1px;
  box-shadow: 0 0 14px color-mix(in srgb, var(--lux-accent) 58%, transparent);
  opacity: 0;
  animation: 4.8s ease-in-out infinite security-scan;
  position: absolute;
  top: 30%;
  left: 17%;
  right: 17%;
}

.security-live {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 24%, transparent);
  color: var(--lux-muted);
  background: color-mix(in srgb, var(--lux-bg-2) 76%, transparent);
  letter-spacing: .12em;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.security-live i {
  background: #826cf0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px #826cf0b8;
}

.security-page .section > .container > h2, .security-page #security-services .security-services-head > h2, .security-page .section .split-content h2 {
  position: relative;
}

.security-page .section > .container > h2:after, .security-page #security-services .security-services-head > h2:after, .security-page .section .split-content h2:after {
  content: "";
  background: linear-gradient(90deg, var(--lux-accent), var(--premium-cyan));
  width: 58px;
  height: 3px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--lux-accent) 28%, transparent);
  border-radius: 999px;
  margin-top: 24px;
  display: block;
}

.security-page #security-services .security-services-head > h2:after, .security-page #process > .container > h2:after {
  margin-inline: auto;
}

.security-page .service-card-grid {
  counter-reset: security-service;
}

.security-page .service-detail-card {
  counter-increment: security-service;
  border-color: color-mix(in srgb, var(--lux-accent) 13%, transparent) !important;
}

.security-page .service-detail-card:after {
  content: "0" counter(security-service);
  width: auto;
  height: auto;
  color: color-mix(in srgb, var(--lux-accent) 38%, transparent);
  letter-spacing: .12em;
  opacity: 1;
  background: none;
  font-family: Sora, Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 16px;
  left: auto;
  right: 19px;
}

.security-page .service-detail-card .card-icon {
  transition: color .28s, background .28s, transform .28s;
}

.security-page .service-detail-card:hover .card-icon {
  transform: scale(1.05) rotate(-3deg);
  color: #fff !important;
  background: linear-gradient(145deg, var(--premium-blue), var(--premium-cyan)) !important;
}

.security-page .benefit-list article {
  background: linear-gradient(145deg,
      color-mix(in srgb, var(--security-surface) 96%, white),
      color-mix(in srgb, var(--lux-accent) 4%, var(--security-surface))) !important;
}

.security-page .benefit-list h3:before {
  content: "";
  background: var(--lux-accent);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--lux-accent) 60%, transparent);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

html[data-theme="dark"] .security-hero-visual {
  background: radial-gradient(circle at 50% 52%, #35c6e833, #0000 35%), linear-gradient(145deg, #0d2840, #071725);
}

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

@keyframes security-orbit-spin-wide {
  to {
    transform: translate(-50%, -50%) rotate(346deg);
  }
}

@keyframes security-node-pulse {
  0%, 100% {
    opacity: .42;
    transform: scale(.78);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes security-scan {
  0%, 15%, 100% {
    opacity: 0;
    top: 27%;
  }

  28% {
    opacity: .7;
  }

  72% {
    opacity: .5;
    top: 72%;
  }

  86% {
    opacity: 0;
  }
}

@media (width <= 680px) {
  .security-hero-visual {
    height: 185px;
    margin: -34px -34px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-orbit, .security-node, .security-scan {
    animation: none !important;
  }
}

.security-page {
  --security-surface: color-mix(in srgb, var(--lux-bg-2) 92%, transparent);
  --security-line: color-mix(in srgb, var(--lux-accent) 16%, transparent);
  --security-soft: color-mix(in srgb, var(--lux-accent) 6%, var(--lux-bg));
}

.security-page main {
  background: var(--lux-bg);
}

.security-page .service-hero {
  min-height: 660px;
  padding: 132px 0 80px;
  background: radial-gradient(circle at 80% 34%, color-mix(in srgb, var(--lux-accent) 12%, transparent), transparent 27rem),
    linear-gradient(135deg, var(--lux-bg), color-mix(in srgb, var(--lux-bg-2) 94%, var(--lux-accent) 6%)) !important;
}

.security-page .service-hero:before {
  opacity: .16;
  background-size: 88px 88px;
}

.security-page .service-hero .hero-bg, .security-page .service-hero .hero-canvas {
  opacity: .12;
}

.security-page .service-hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.security-page .service-hero-copy {
  max-width: 790px;
}

.security-page .service-hero-copy h1 {
  max-width: 780px;
  margin: 22px 0 24px;
  line-height: 1.04;
  font-size: clamp(46px, 4.9vw, 72px) !important;
}

.security-page .service-hero-copy .lead {
  max-width: 720px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.security-page .hero-actions {
  margin-top: 30px;
}

.security-page .trust-row {
  border-block: 1px solid var(--security-line);
  max-width: 720px;
  margin-top: 34px;
  overflow: hidden;
}

.security-page .trust-row .marquee-track {
  padding: 14px 0;
}

.security-page .trust-row .marquee-set span {
  letter-spacing: .02em;
  font-size: 13px;
}

.security-page .service-summary {
  background: var(--security-surface) !important;
  border-radius: 22px !important;
  padding: 34px !important;
  box-shadow: 0 24px 62px #0739671a !important;
}

.security-page .service-summary h2 {
  letter-spacing: -.035em;
  margin-top: 10px;
  font-size: clamp(24px, 2.15vw, 32px);
  line-height: 1.2;
}

.security-page .service-summary .check-list {
  gap: 14px;
  margin-top: 24px;
}

.security-page .service-summary .check-list li {
  font-size: 15px;
  line-height: 1.55;
}

.security-page .section {
  padding: 94px 0;
  background: var(--lux-bg) !important;
}

.security-page .section:nth-of-type(odd) {
  background: var(--security-soft) !important;
}

.security-page .section:before {
  display: none;
}

.security-page .section .eyebrow {
  margin-bottom: 18px;
}

.security-page .section h2 {
  letter-spacing: -.045em;
  max-width: 830px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
}

.security-page .service-intro .prose {
  border-left: 2px solid var(--security-line);
  padding-left: 34px;
}

.security-page .service-intro .prose p {
  font-size: 17px;
  line-height: 1.78;
}

.security-page #process > .container > h2, .security-page #process > .container > .eyebrow {
  text-align: center;
  margin-inline: auto;
}

.security-page #process > .container > h2 {
  max-width: 880px;
}

.security-page #security-services .security-services-head {
  text-align: left;
  width: min(100%, 1160px);
  margin: 0 0 clamp(38px, 4.5vw, 52px);
}

.security-page #security-services .security-services-head > .eyebrow, .security-page #security-services .security-services-head > h2 {
  margin-inline: 0;
}

.security-page .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
}

.security-page .service-detail-card {
  grid-template-columns: 54px 1fr;
  align-items: start;
  column-gap: 20px;
  min-height: 0;
  padding: 25px 26px;
  display: grid;
  background: var(--security-surface) !important;
  border-radius: 17px !important;
  box-shadow: 0 12px 36px #06376512 !important;
}

.security-page .service-detail-card:before, .security-page .service-detail-card:after {
  display: none;
}

.security-page .service-detail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px #064b821f !important;
}

.security-page .service-detail-card .card-icon {
  grid-row: 1 / span 2;
  margin: 0;
}

.security-page .service-detail-card h3 {
  margin: 2px 0 8px;
  font-size: 20px;
}

.security-page .service-detail-card p {
  font-size: 15px;
  line-height: 1.62;
}

.security-page .service-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1220px;
  margin: 50px auto 0;
}

.security-page .service-process:before {
  display: none;
}

.security-page .service-process > div {
  min-height: 285px;
  padding: 27px 24px;
  border-radius: 17px !important;
  box-shadow: 0 12px 34px #06376512 !important;
}

.security-page .service-process > div:before {
  display: none;
}

.security-page .service-process .process-icon {
  margin-bottom: 24px;
}

.security-page .service-process .step-label {
  margin-bottom: 8px;
  font-size: 11px;
}

.security-page .benefit-list article {
  min-height: 176px;
  padding: 25px;
  background: var(--security-surface) !important;
  border-radius: 17px !important;
  box-shadow: 0 12px 34px #06376512 !important;
}

.security-page .benefit-list article:before, .security-page .benefit-list article:after {
  display: none;
}

.security-page .benefit-list h3 {
  font-size: 19px;
}

.security-page .faq-list {
  gap: 10px;
}

.security-page .faq-list details {
  box-shadow: none;
  border-radius: 14px;
}

.security-page .faq-list summary {
  padding: 19px 0;
  font-size: 16px;
}

.security-page .contact {
  padding: 100px 0;
  background: radial-gradient(circle at 84% 22%, color-mix(in srgb, var(--lux-accent) 11%, transparent), transparent 26rem),
    var(--security-soft) !important;
}

.security-page .contact-form {
  box-shadow: 0 22px 58px #0637651a !important;
}

@media (width <= 1040px) {
  .security-page .service-hero-grid, .security-page .service-intro .split-content, .security-page .service-benefits .split-content, .security-page .faq-layout {
    grid-template-columns: 1fr;
  }

  .security-page .service-summary {
    max-width: 720px;
  }

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

  .security-page .service-intro .prose {
    border-left: 0;
    padding-left: 0;
  }
}

@media (width <= 680px) {
  .security-page .service-hero {
    min-height: auto;
    padding: 112px 0 64px;
  }

  .security-page .service-hero-copy h1 {
    font-size: clamp(39px, 11vw, 54px) !important;
  }

  .security-page .trust-row {
    display: none;
  }

  .security-page .section {
    padding: 72px 0;
  }

  .security-page #security-services .security-services-head {
    text-align: left;
    margin-bottom: 32px;
  }

  .security-page #security-services .security-services-head > .eyebrow, .security-page #security-services .security-services-head > h2, .security-page #security-services .security-services-head > h2:after {
    margin-inline: 0;
  }

  .security-page .service-card-grid, .security-page .service-process, .security-page .benefit-list {
    grid-template-columns: 1fr;
  }

  .security-page .service-detail-card {
    grid-template-columns: 46px 1fr;
    padding: 22px 20px;
  }

  .security-page .service-process > div {
    min-height: 0;
  }
}

:root, html[data-theme="light"] {
  --premium-cyan: #00a8e8;
  --premium-blue: #006fd6;
  --premium-navy: #071a31;
  --premium-wash: #edf6ff;
  --premium-card: #ffffffc7;
  --premium-border: #1e65a424;
  --premium-shadow: 0 22px 65px #114c851c;
  --premium-shadow-hover: 0 34px 88px #0e60a42e;
}

html[data-theme="dark"] {
  --premium-cyan: #42d7ee;
  --premium-blue: #159dce;
  --premium-navy: #f1f8ff;
  --premium-wash: #0a1c2d;
  --premium-card: #0b1f31c7;
  --premium-border: #75d0eb29;
  --premium-shadow: 0 24px 72px #00000057;
  --premium-shadow-hover: 0 36px 90px #00000075;
}

body {
  background: radial-gradient(circle at 8% 22%, color-mix(in srgb, var(--premium-cyan) 8%, transparent), transparent 30rem),
    radial-gradient(circle at 92% 52%, color-mix(in srgb, var(--premium-blue) 7%, transparent), transparent 34rem),
    var(--lux-bg);
}

body:before {
  opacity: .2;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--lux-accent) 30%, transparent) 1px, transparent 1.4px),
    linear-gradient(120deg, transparent 46%, color-mix(in srgb, var(--lux-accent) 7%, transparent) 47%, transparent 48%);
  background-size: 34px 34px, 180px 180px;
  -webkit-mask-image: linear-gradient(#000, #0000 72%);
  mask-image: linear-gradient(#000, #0000 72%);
}

.site-header {
  border-bottom-color: color-mix(in srgb, var(--lux-accent) 15%, transparent);
  min-height: 86px;
  box-shadow: 0 10px 40px #0526450d;
}

.header-inner {
  min-height: 86px;
}

.nav a:not(.nav-cta) {
  padding: 11px 0;
}

.nav a:not(.nav-cta):after {
  background: linear-gradient(90deg, var(--premium-blue), var(--premium-cyan));
  border-radius: 999px;
  height: 2px;
  bottom: 3px;
}

.btn, button.btn, .nav-cta {
  isolation: isolate;
  background: linear-gradient(120deg, var(--premium-blue), var(--premium-cyan));
  min-height: 48px;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--premium-blue) 24%, transparent);
  border-color: #0000;
  border-radius: 12px;
  padding-inline: 24px;
  position: relative;
  overflow: hidden;
}

.btn:before, button.btn:before, .nav-cta:before {
  content: "";
  z-index: -1;
  background: linear-gradient(110deg, #0000 20%, #ffffff47 48%, #0000 76%);
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

.btn:hover:before, button.btn:hover:before, .nav-cta:hover:before {
  transform: translateX(120%);
}

.eyebrow {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 22%, transparent);
  background: color-mix(in srgb, var(--premium-card) 82%, transparent);
  width: fit-content;
  box-shadow: 0 8px 26px color-mix(in srgb, var(--lux-accent) 7%, transparent);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  display: inline-flex;
}

.eyebrow:before {
  content: "";
  background: var(--premium-cyan);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--premium-cyan) 13%, transparent),
              0 0 14px color-mix(in srgb, var(--premium-cyan) 65%, transparent);
  border-radius: 50%;
}

.section, main > section:not(.hero):not(.service-hero):not(.team-page) {
  isolation: isolate;
  overflow: clip;
}

.section:before, main > section:not(.hero):not(.service-hero):not(.team-page):before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: .52;
  background: radial-gradient(circle at 10% 18%, color-mix(in srgb, var(--lux-accent) 8%, transparent), transparent 23rem),
    radial-gradient(circle at 92% 78%, color-mix(in srgb, var(--premium-cyan) 7%, transparent), transparent 27rem);
  position: absolute;
  inset: 0;
}

main > section:nth-of-type(2n):not(.hero):not(.service-hero):not(.team-page) {
  background: linear-gradient(135deg, color-mix(in srgb, var(--premium-wash) 74%, transparent), transparent 68%),
    var(--lux-bg-2) !important;
}

.section > .container, main > section > .container {
  z-index: 1;
  position: relative;
}

.section h2, section h2 {
  text-wrap: balance;
  max-width: 880px;
}

.section-sub, .prose p, .service-detail-card p, .benefit-list p, .why-item p, .reference-card p, .team-member p, .legal-content p, .legal-content li {
  color: var(--lux-muted);
}

.cards, .service-card-grid, .benefit-list, .process, .why-grid, .testimonial-grid, .reference-grid, .references-metrics, .team-values, .imprint-grid {
  gap: clamp(18px, 2vw, 28px);
}

.card, .service-detail-card, .benefit-list article, .process > div, .why-item, .testimonial-card, .reference-card, .reference-metric, .team-member, .team-value, .service-summary, .contact-form, .imprint-card, .legal-content:not(.imprint) {
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--premium-border) !important;
  background: linear-gradient(145deg, color-mix(in srgb, var(--premium-card) 92%, white 3%), color-mix(in srgb, var(--premium-card) 86%, transparent)) !important;
  box-shadow: var(--premium-shadow) !important;
  border-radius: 22px !important;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1), border-color .38s, box-shadow .38s !important;
}

.card:before, .service-detail-card:before, .benefit-list article:before, .process > div:before, .why-item:before, .testimonial-card:before, .reference-card:before, .team-member:before, .team-value:before, .service-summary:before, .imprint-card:before {
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--lux-accent) 16%, transparent), transparent 70%);
  opacity: .75;
  pointer-events: none;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  transition: transform .5s, opacity .5s;
  position: absolute;
  top: -80px;
  right: -80px;
}

.card:hover, .service-detail-card:hover, .benefit-list article:hover, .process > div:hover, .why-item:hover, .testimonial-card:hover, .reference-card:hover, .reference-metric:hover, .team-member:hover, .team-value:hover, .imprint-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--lux-accent) 42%, transparent) !important;
  box-shadow: var(--premium-shadow-hover) !important;
}

.card:hover:before, .service-detail-card:hover:before, .benefit-list article:hover:before, .process > div:hover:before, .why-item:hover:before, .testimonial-card:hover:before, .reference-card:hover:before, .team-member:hover:before {
  opacity: 1;
  transform: scale(1.35);
}

.card:after, .service-detail-card:after, .reference-card:after, .benefit-list article:after {
  background: linear-gradient(90deg, transparent, var(--premium-cyan), transparent);
  height: 1px;
  left: 28px;
  right: 28px;
}

.card-icon, .process-icon, .why-ic, .team-value-icon {
  width: 54px;
  height: 54px;
  color: var(--lux-accent) !important;
  background: linear-gradient(145deg,
      color-mix(in srgb, var(--lux-accent) 14%, var(--premium-card)),
      color-mix(in srgb, var(--premium-cyan) 8%, transparent)) !important;
  border: 1px solid color-mix(in srgb, var(--lux-accent) 24%, transparent) !important;
  box-shadow: inset 0 1px 0 #ffffff38,
              0 12px 28px color-mix(in srgb, var(--lux-accent) 11%, transparent) !important;
  border-radius: 16px !important;
}

.partner-strip {
  border-block: 1px solid var(--premium-border);
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--lux-accent) 5%, transparent), transparent),
    var(--lux-bg) !important;
}

.marquee-set span {
  color: var(--lux-muted);
  transition: color .25s, transform .25s;
}

.marquee-set span:hover {
  color: var(--lux-accent);
  transform: translateY(-2px);
}

.process-section .process, .service-process {
  position: relative;
}

.process-section .process:before, .service-process:before {
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--lux-accent) 55%, transparent), transparent);
  height: 1px;
  position: absolute;
  top: 58px;
  left: 8%;
  right: 8%;
}

.process > div {
  z-index: 1;
}

.service-hero {
  border-bottom: 1px solid var(--premium-border);
  min-height: 700px;
  background: radial-gradient(circle at 82% 30%, color-mix(in srgb, var(--lux-accent) 16%, transparent), transparent 28rem),
    radial-gradient(circle at 15% 80%, color-mix(in srgb, var(--premium-cyan) 7%, transparent), transparent 24rem),
    var(--lux-bg) !important;
}

.service-hero:before {
  content: "";
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(color-mix(in srgb, var(--lux-accent) 12%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--lux-accent) 12%, transparent) 1px, transparent 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 76% 44%, #000, #0000 68%);
  mask-image: radial-gradient(circle at 76% 44%, #000, #0000 68%);
}

.service-hero-copy h1, .team-page-intro h1, .legal-content h1, .references-hero-copy h1 {
  letter-spacing: -.055em;
  text-wrap: balance;
  line-height: 1.03;
  font-size: clamp(48px, 5.4vw, 82px) !important;
}

.service-summary {
  padding: clamp(28px, 3vw, 42px);
  border-radius: 28px !important;
}

.service-summary:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, #ffffff1f, transparent 34%, color-mix(in srgb, var(--lux-accent) 7%, transparent));
  position: absolute;
  inset: 0;
}

.check-list li {
  padding-left: 36px;
}

.check-list li:before {
  color: #fff;
  background: linear-gradient(135deg, var(--premium-blue), var(--premium-cyan));
  width: 22px;
  height: 22px;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--lux-accent) 22%, transparent);
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  display: grid;
}

.faq-list details {
  border: 1px solid var(--premium-border);
  background: var(--premium-card);
  border-radius: 18px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  overflow: hidden;
  box-shadow: 0 12px 34px #0c498012;
}

.faq-list details:hover, .faq-list details[open] {
  border-color: color-mix(in srgb, var(--lux-accent) 40%, transparent);
  box-shadow: var(--premium-shadow);
  transform: translateY(-2px);
}

.faq-list summary {
  padding-right: 36px;
  position: relative;
}

.faq-list summary:after {
  content: "+";
  color: var(--lux-accent);
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq-list details[open] summary:after {
  content: "−";
}

.contact {
  background: radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--premium-cyan) 12%, transparent), transparent 24rem),
    linear-gradient(145deg, color-mix(in srgb, var(--premium-wash) 74%, transparent), var(--lux-bg)) !important;
}

.contact-form {
  border-radius: 28px !important;
  padding: clamp(26px, 3vw, 42px) !important;
}

.form-field input, .form-field textarea, .form-field select {
  min-height: 52px;
  border-radius: 12px !important;
}

.form-field textarea {
  min-height: 140px;
}

.team-v2 .team-member {
  grid-template-columns: minmax(220px, .8fr) 1.2fr;
  min-height: 420px;
  padding: 14px;
  display: grid;
  border-radius: 28px !important;
}

.team-v2 .team-photo {
  border-radius: 20px;
  min-height: 390px;
  overflow: hidden;
}

.team-v2 .team-photo img {
  object-fit: cover;
  height: 100%;
}

.team-v2 .team-member-content {
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 54px);
  display: flex;
}

.team-skills li, .chip, .reference-tags span, .reference-pill-row span {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 20%, transparent);
  background: color-mix(in srgb, var(--lux-accent) 8%, transparent);
  color: var(--lux-accent);
  border-radius: 999px;
}

.reference-filter-bar {
  border: 1px solid var(--premium-border);
  background: var(--premium-card);
  box-shadow: var(--premium-shadow);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  padding: 12px;
}

.reference-filter {
  border-radius: 12px;
}

.reference-filter.is-active, .reference-filter:hover {
  color: #fff;
  background: linear-gradient(120deg, var(--premium-blue), var(--premium-cyan));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--lux-accent) 20%, transparent);
}

.reference-impact {
  background: color-mix(in srgb, var(--lux-accent) 7%, transparent);
  border-radius: 14px;
}

.legal-page {
  min-height: auto;
  padding: 150px 0 90px;
  background: radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--lux-accent) 12%, transparent), transparent 30rem),
    var(--lux-bg) !important;
}

.legal-content:not(.imprint) {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 72px) !important;
}

.legal-content h2 {
  border-top: 1px solid var(--premium-border);
  padding-top: 20px;
}

.site-footer, footer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 10%, #32c9e821, #0000 24rem), linear-gradient(145deg, #04101c, #061b2b 70%) !important;
}

.site-footer:before, footer:before {
  content: "";
  pointer-events: none;
  opacity: .2;
  background-image: radial-gradient(circle, #62d5ef66 1px, #0000 1.4px);
  background-size: 32px 32px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000);
  mask-image: linear-gradient(90deg, #0000, #000);
}

@media (width <= 980px) {
  .process-section .process:before, .service-process:before {
    display: none;
  }

  .team-v2 .team-member {
    grid-template-columns: 1fr;
  }

  .team-v2 .team-photo {
    min-height: 340px;
  }
}

@media (width <= 680px) {
  .container {
    width: min(100% - 30px, 1400px);
  }

  .section, main > section:not(.hero):not(.service-hero) {
    padding-block: 78px;
  }

  .section h2, section h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .card, .service-detail-card, .benefit-list article, .process > div, .why-item, .testimonial-card, .reference-card, .service-summary {
    border-radius: 18px !important;
  }
}

body.is-loading {
  overflow: auto;
}

.cinematic-loader {
  z-index: 9999;
  color: #f4f7fa;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, #35c6e812, #0000 22rem), #05090e;
  place-items: center;
  animation: 3.4s linear forwards loader-failsafe;
  display: grid;
  position: fixed;
  inset: 0;
}

.cinematic-loader:before {
  content: "";
  opacity: .16;
  background-image: linear-gradient(#ffffff09 1px, #0000 1px), linear-gradient(90deg, #ffffff09 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 68%);
  mask-image: radial-gradient(circle, #000, #0000 68%);
}

.cinematic-loader__core {
  justify-items: center;
  width: min(420px, 78vw);
  display: grid;
  position: relative;
}

.cinematic-loader__logo {
  z-index: 2;
  object-fit: contain;
  object-position: center 56%;
  filter: none;
  will-change: transform, opacity;
  width: 216px;
  height: 150px;
  position: relative;
  transform: scale(1.5);
}

.cinematic-loader__rail {
  background: #ffffff2b;
  width: min(310px, 66vw);
  height: 1px;
  margin-top: 24px;
  position: relative;
  overflow: visible;
}

.cinematic-loader__progress {
  transform-origin: 0;
  will-change: transform;
  background: linear-gradient(90deg, #58728c, #f3fbff);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.cinematic-loader__rail i {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  width: 7px;
  animation: 1.15s ease-in-out infinite alternate loader-spark;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  box-shadow: 0 0 5px #fff, 0 0 18px #35c6e8, 0 0 38px #35c6e8;
}

.cinematic-loader__count {
  color: #8b9bac;
  letter-spacing: .48em;
  font-variant-numeric: tabular-nums;
  margin-top: 15px;
  font-size: 11px;
}

.cinematic-loader.is-complete {
  pointer-events: none;
  animation: .72s cubic-bezier(.76, 0, .24, 1) forwards loader-curtain;
}

@keyframes loader-failsafe {
  0%, 88% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.motion-enabled:not(.hero-ready) .site-header {
  opacity: 0;
  transform: translateY(-18px);
}

.motion-enabled:not(.hero-ready) .hero-copy > *, .motion-enabled:not(.hero-ready) .hero-bg, .motion-enabled:not(.hero-ready) .hero-atmosphere {
  opacity: 0;
}

.motion-enabled.hero-ready .site-header {
  animation: .68s cubic-bezier(.22, 1, .36, 1) both header-enter;
}

html.logo-intro-seen .site-header {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

.motion-enabled.hero-ready .hero-bg {
  animation: 1.3s cubic-bezier(.22, 1, .36, 1) 80ms both visual-enter;
}

.motion-enabled.hero-ready .hero-copy .eyebrow {
  animation: .72s cubic-bezier(.22, 1, .36, 1) .18s both copy-enter;
}

.motion-enabled.hero-ready .hero-copy h1 {
  animation: .86s cubic-bezier(.22, 1, .36, 1) .27s both copy-enter;
}

.motion-enabled.hero-ready .hero-copy .lead {
  animation: .82s cubic-bezier(.22, 1, .36, 1) .39s both copy-enter;
}

.motion-enabled.hero-ready .hero-cta-buttons {
  animation: .78s cubic-bezier(.22, 1, .36, 1) .5s both copy-enter;
}

.hero {
  --hero-x: 0px;
  --hero-y: 0px;
  isolation: isolate;
}

.hero-bg {
  transition: opacity .5s;
  overflow: hidden;
  background: none !important;
}

.hero-bg:before {
  content: "";
  z-index: 0;
  background: url("assets/hero-dark.webp") 100% / cover no-repeat;
  transition: filter .45s, opacity .45s;
  position: absolute;
  inset: -4%;
  transform: scale(1.035);
}

html[data-theme="dark"] .hero-bg:before {
  opacity: 1;
  filter: none;
}

html[data-theme="light"] .hero-bg:before {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  background-image: url("assets/hero-light-v2.webp");
}

@media (width <= 760px) {
  .hero-bg:before {
    background-image: url("assets/hero-dark-960.webp");
  }

  html[data-theme="light"] .hero-bg:before {
    background-image: url("assets/hero-light-v2-960.webp");
  }
}

html[data-theme="light"] .hero-bg:after {
  content: "";
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, #fbfdff 0%, #fbfdfff0 18%, #fbfdff33 43%, #0000 58%), radial-gradient(circle at 72% 43%, #ffffff3d, #0000 31%);
  position: absolute;
  inset: 0;
}

.hero-atmosphere {
  display: none !important;
}

.cloud-node-layer {
  z-index: 2;
  pointer-events: none;
  width: 108%;
  height: 108%;
  position: absolute;
  inset: -4%;
  overflow: visible;
  transform: scale(1.035);
}

.cloud-node-layer circle {
  transform-box: fill-box;
  transform-origin: center;
  fill: #29c8ff;
  stroke: #d2f6ffe6;
  stroke-width: 1.4px;
  opacity: .38;
  filter: drop-shadow(0 0 3px #24c9ffeb) drop-shadow(0 0 8px #0084dc8a);
  animation: 4.8s ease-in-out infinite image-node-pulse;
}

.cloud-signal-lines path {
  fill: none;
  stroke: #d9f8ff;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: .1 172;
  opacity: .92;
  filter: drop-shadow(0 0 3px #dbf9ff) drop-shadow(0 0 8px #3ad3ffeb) drop-shadow(0 0 15px #0084dc9e);
  animation: 4.6s linear infinite cloud-signal-flow;
}

html[data-theme="light"] .cloud-signal-lines path {
  stroke: #e9fbff;
  stroke-width: 4.8px;
  opacity: .94;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 7px #00a6e8e6) drop-shadow(0 0 13px #007ed680);
}

.cloud-signal-lines path:nth-child(2) {
  animation-duration: 5.8s;
  animation-delay: -2.1s;
}

.cloud-signal-lines path:nth-child(3) {
  animation-duration: 4.9s;
  animation-delay: -3.4s;
}

.cloud-signal-lines path:nth-child(4) {
  animation-duration: 6.4s;
  animation-delay: -1.3s;
}

.cloud-signal-lines path:nth-child(5) {
  animation-duration: 5.2s;
  animation-delay: -4.1s;
}

.cloud-signal-lines path:nth-child(6) {
  animation-duration: 4.3s;
  animation-delay: -2.8s;
}

.cloud-signal-lines path:nth-child(7) {
  animation-duration: 6.1s;
  animation-delay: -.8s;
}

.cloud-signal-lines path:nth-child(8) {
  animation-duration: 5.5s;
  animation-delay: -3.7s;
}

html[data-theme="light"] .cloud-node-layer circle {
  fill: #009ee7;
  stroke: #ebfcfffa;
  opacity: .48;
  filter: drop-shadow(0 0 2px #0089d8e6) drop-shadow(0 0 7px #00a6e86b);
}

.cloud-node-layer circle:nth-child(3n+1) {
  animation-name: image-node-drift-a;
  animation-duration: 5.7s;
}

.cloud-node-layer circle:nth-child(3n+2) {
  animation-name: image-node-drift-b;
  animation-duration: 6.8s;
}

.cloud-node-layer circle:nth-child(4n) {
  animation-duration: 4.2s;
}

.cloud-node-layer circle:nth-child(5n) {
  animation-duration: 7.6s;
}

.cloud-node-layer circle:first-child {
  animation-delay: -1.1s;
}

.cloud-node-layer circle:nth-child(2) {
  animation-delay: -3.8s;
}

.cloud-node-layer circle:nth-child(3) {
  animation-delay: -2.4s;
}

.cloud-node-layer circle:nth-child(4) {
  animation-delay: -5.2s;
}

.cloud-node-layer circle:nth-child(5) {
  animation-delay: -.7s;
}

.cloud-node-layer circle:nth-child(6) {
  animation-delay: -4.4s;
}

.cloud-node-layer circle:nth-child(7) {
  animation-delay: -2.9s;
}

.cloud-node-layer circle:nth-child(8) {
  animation-delay: -6.1s;
}

.cloud-node-layer circle:nth-child(9) {
  animation-delay: -1.8s;
}

.cloud-node-layer circle:nth-child(10) {
  animation-delay: -4.9s;
}

.cloud-node-layer circle:nth-child(11) {
  animation-delay: -.3s;
}

.cloud-node-layer circle:nth-child(12) {
  animation-delay: -3.3s;
}

.cloud-node-layer circle:nth-child(13) {
  animation-delay: -5.8s;
}

.cloud-node-layer circle:nth-child(14) {
  animation-delay: -2.1s;
}

.cloud-node-layer circle:nth-child(15) {
  animation-delay: -4.1s;
}

.cloud-node-layer circle:nth-child(16) {
  animation-delay: -1.4s;
}

.cloud-node-layer circle:nth-child(17) {
  animation-delay: -6.5s;
}

.cloud-node-layer circle:nth-child(18) {
  animation-delay: -3.6s;
}

.cloud-node-layer circle:nth-child(19) {
  animation-delay: -.9s;
}

.cloud-node-layer circle:nth-child(20) {
  animation-delay: -5.4s;
}

.cloud-node-layer circle:nth-child(21) {
  animation-delay: -2.7s;
}

.cloud-node-layer circle:nth-child(22) {
  animation-delay: -4.7s;
}

@keyframes image-node-pulse {
  0%, 100% {
    opacity: .25;
    transform: translate(0) scale(.78);
  }

  48% {
    opacity: .92;
    transform: translate(0) scale(1.42);
  }

  72% {
    opacity: .48;
    transform: translate(0) scale(1);
  }
}

@keyframes image-node-drift-a {
  0%, 100% {
    opacity: .3;
    transform: translate(0) scale(.82);
  }

  42% {
    opacity: .88;
    transform: translate(0) scale(1.34);
  }

  68% {
    opacity: .5;
    transform: translate(0) scale(1.02);
  }
}

@keyframes image-node-drift-b {
  0%, 100% {
    opacity: .28;
    transform: translate(0) scale(.8);
  }

  38% {
    opacity: .9;
    transform: translate(0) scale(1.38);
  }

  70% {
    opacity: .46;
    transform: translate(0) scale(.98);
  }
}

@keyframes cloud-signal-flow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -344px;
  }
}

.hero-atmosphere {
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(5% 48%, 9% 34%, 19% 27%, 25% 9%, 42% 1%, 58% 9%, 65% 27%, 78% 31%, 83% 43%, 94% 51%, 99% 66%, 94% 82%, 81% 88%, 18% 89%, 6% 77%);
  width: 47%;
  height: 72%;
  position: absolute;
  top: 12%;
  left: 47%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(at 49% 58%, #000 43%, #000000f0 64%, #0000 82%);
  mask-image: radial-gradient(at 49% 58%, #000 43%, #000000f0 64%, #0000 82%);
}

.hero-atmosphere span {
  aspect-ratio: 1;
  background: var(--lux-accent);
  width: 5px;
  box-shadow: 0 0 6px color-mix(in srgb, var(--lux-accent) 88%, white),
    0 0 17px color-mix(in srgb, var(--lux-accent) 64%, transparent);
  opacity: .52;
  will-change: transform, opacity, filter;
  animation: cloud-node-live var(--node-speed, 7.4s) cubic-bezier(.45,0,.55,1) infinite;
  border-radius: 50%;
  position: absolute;
}

.hero-atmosphere span:after {
  content: "";
  border: 1px solid color-mix(in srgb, var(--lux-accent) 22%, transparent);
  opacity: 0;
  animation: node-ring var(--node-speed, 7.4s) cubic-bezier(.22,1,.36,1) infinite;
  animation-delay: inherit;
  border-radius: 50%;
  position: absolute;
  inset: -9px;
}

html[data-theme="light"] .hero-atmosphere span {
  opacity: .58;
  background: #058ed7;
  box-shadow: 0 0 5px #0078d4d1, 0 0 15px #1192e05c;
}

.hero-atmosphere span:first-child {
  --node-speed: 7.2s;
  --node-x: 3px;
  --node-y: -4px;
  animation-delay: -1.2s;
  top: 51%;
  left: 18%;
}

.hero-atmosphere span:nth-child(2) {
  --node-speed: 8.4s;
  --node-x: -3px;
  --node-y: 3px;
  width: 6px;
  animation-delay: -5.7s;
  top: 39%;
  left: 25%;
}

.hero-atmosphere span:nth-child(3) {
  --node-speed: 6.8s;
  --node-x: 2px;
  --node-y: 4px;
  animation-delay: -3.4s;
  top: 61%;
  left: 31%;
}

.hero-atmosphere span:nth-child(4) {
  --node-speed: 7.8s;
  --node-x: 4px;
  --node-y: -2px;
  width: 6px;
  animation-delay: -6.8s;
  top: 48%;
  left: 38%;
}

.hero-atmosphere span:nth-child(5) {
  --node-speed: 8.8s;
  --node-x: -3px;
  --node-y: -3px;
  animation-delay: -2.5s;
  top: 67%;
  left: 45%;
}

.hero-atmosphere span:nth-child(6) {
  --node-speed: 7.1s;
  --node-x: 3px;
  --node-y: 3px;
  width: 7px;
  animation-delay: -4.9s;
  top: 55%;
  left: 51%;
}

.hero-atmosphere span:nth-child(7) {
  --node-speed: 9.2s;
  --node-x: -4px;
  --node-y: 2px;
  animation-delay: -.4s;
  top: 72%;
  left: 58%;
}

.hero-atmosphere span:nth-child(8) {
  --node-speed: 6.6s;
  --node-x: 2px;
  --node-y: -4px;
  width: 4px;
  animation-delay: -7.1s;
  top: 43%;
  left: 61%;
}

.hero-atmosphere span:nth-child(9) {
  --node-speed: 8.1s;
  --node-x: 4px;
  --node-y: 2px;
  animation-delay: -4.1s;
  top: 60%;
  left: 69%;
}

.hero-atmosphere span:nth-child(10) {
  --node-speed: 7.6s;
  --node-x: -2px;
  --node-y: -3px;
  width: 6px;
  animation-delay: -1.9s;
  top: 71%;
  left: 76%;
}

.hero-atmosphere span:nth-child(11) {
  --node-speed: 8.7s;
  --node-x: 3px;
  --node-y: 2px;
  width: 4px;
  animation-delay: -6.2s;
  top: 28%;
  left: 33%;
}

.hero-atmosphere span:nth-child(12) {
  --node-speed: 7.3s;
  --node-x: -2px;
  --node-y: 4px;
  animation-delay: -2.8s;
  top: 36%;
  left: 43%;
}

.hero-atmosphere span:nth-child(13) {
  --node-speed: 9.4s;
  --node-x: 4px;
  --node-y: -2px;
  width: 4px;
  animation-delay: -5.1s;
  top: 31%;
  left: 54%;
}

.hero-atmosphere span:nth-child(14) {
  --node-speed: 6.9s;
  --node-x: -3px;
  --node-y: -3px;
  animation-delay: -.9s;
  top: 48%;
  left: 67%;
}

.hero-atmosphere span:nth-child(15) {
  --node-speed: 8.5s;
  --node-x: 2px;
  --node-y: 3px;
  animation-delay: -3.8s;
  top: 62%;
  left: 82%;
}

.hero-atmosphere span:nth-child(16) {
  --node-speed: 7.9s;
  --node-x: -2px;
  --node-y: -4px;
  width: 4px;
  animation-delay: -6.5s;
  top: 69%;
  left: 24%;
}

.hero-atmosphere span:nth-child(17) {
  --node-speed: 9s;
  --node-x: 4px;
  --node-y: 1px;
  animation-delay: -1.6s;
  top: 79%;
  left: 49%;
}

.hero-atmosphere span:nth-child(18) {
  --node-speed: 7.5s;
  --node-x: -3px;
  --node-y: 2px;
  width: 4px;
  animation-delay: -4.6s;
  top: 81%;
  left: 72%;
}

@keyframes loader-spark {
  from {
    opacity: .55;
    transform: translateY(-50%) scale(.72);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) scale(1.16);
  }
}

@keyframes loader-curtain {
  0% {
    opacity: 1;
    clip-path: inset(0);
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 100%);
  }
}

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

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

@keyframes visual-enter {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1.08);
  }

  to {
    opacity: .96;
    filter: blur();
    transform: scale(1);
  }
}

@keyframes copy-enter {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(30px);
  }

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

@keyframes node-breathe {
  0%, 18%, 100% {
    opacity: .22;
    transform: translate3d(0, 0, 0) scale(.84);
  }

  43% {
    opacity: .52;
    transform: translate3d(2px, -3px, 0) scale(1.08);
  }

  62% {
    opacity: .34;
    transform: translate3d(-1px, 1px, 0) scale(.96);
  }
}

@keyframes cloud-node-live {
  0%, 100% {
    opacity: .28;
    filter: brightness(.92);
    transform: translate3d(0, 0, 0) scale(.78);
  }

  38% {
    transform: translate3d(var(--node-x, 3px), var(--node-y, -3px), 0) scale(1.24);
    opacity: .82;
    filter: brightness(1.2);
  }

  68% {
    opacity: .48;
    filter: brightness();
    transform: translate3d(-1px, 1px, 0) scale(.96);
  }
}

@keyframes node-ring {
  0%, 28%, 100% {
    opacity: 0;
    transform: scale(.45);
  }

  42% {
    opacity: .16;
  }

  65% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@media (width <= 720px) {
  .cinematic-loader__logo {
    width: 178px;
    height: 126px;
  }

  .hero-atmosphere {
    opacity: .58;
    width: 77%;
    height: 64%;
    inset: 6% auto auto 19%;
  }

  .hero-bg:before {
    background-position: 64%;
    inset: -2% -45% 22% -10%;
    transform: translate3d(0, 0, 0) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-loader {
    display: none !important;
  }

  .motion-enabled:not(.hero-ready) .site-header, .motion-enabled:not(.hero-ready) .hero-copy > *, .motion-enabled:not(.hero-ready) .hero-bg, .motion-enabled:not(.hero-ready) .hero-atmosphere {
    opacity: 1;
    transform: none;
  }

  .hero-bg:before, .cloud-signal-lines path, .cloud-node-layer circle, .hero-atmosphere span {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

.security-page .service-summary {
  overflow: hidden;
  border-color: color-mix(in srgb, var(--lux-accent) 22%, transparent) !important;
  box-shadow: 0 30px 80px #05325b24, inset 0 1px #ffffff47 !important;
}

.security-page .service-summary:before {
  display: none !important;
}

.security-page .service-detail-card:after {
  content: "0" counter(security-service);
  width: auto;
  height: auto;
  color: color-mix(in srgb, var(--lux-accent) 38%, transparent);
  letter-spacing: .12em;
  opacity: 1;
  background: none;
  font-family: Sora, Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: auto;
  right: 19px;
  display: block !important;
}

.security-page .service-process > div {
  border-top: 2px solid color-mix(in srgb, var(--lux-accent) 22%, transparent) !important;
}

.security-page .service-process > div:hover {
  border-top-color: var(--lux-accent) !important;
}

.security-page {
  --security-blue: #087bd6;
  --security-cyan: #13b8d4;
  --security-violet: #6f63e9;
  --security-mint: #826cf0;
  --security-ink: #0b2038;
}

.security-page .service-intro, .security-page #security-services, .security-page #process, .security-page .service-benefits, .security-page .faq-section, .security-page .contact {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.security-page .service-intro:after, .security-page #security-services:after, .security-page #process:after, .security-page .service-benefits:after, .security-page .faq-section:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  position: absolute;
}

.security-page .service-intro:after {
  border: 1px solid color-mix(in srgb, var(--security-blue) 14%, transparent);
  width: 310px;
  height: 310px;
  box-shadow: 0 0 0 42px color-mix(in srgb, var(--security-blue) 4%, transparent),
    0 0 0 86px color-mix(in srgb, var(--security-cyan) 3%, transparent);
  border-radius: 50%;
  bottom: -150px;
  right: -110px;
}

.security-page .service-intro .split-content {
  align-items: center;
}

.security-page .service-intro .prose {
  border: 1px solid color-mix(in srgb, var(--security-blue) 13%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 91%, transparent);
  border-radius: 22px;
  padding: 32px 34px 32px 38px;
  position: relative;
  box-shadow: 0 18px 50px #07366012;
}

.security-page .service-intro .prose:before {
  content: "";
  background: linear-gradient(180deg, var(--security-cyan), var(--security-blue), var(--security-violet));
  border-radius: 999px;
  width: 3px;
  position: absolute;
  inset: 25px auto 25px 0;
}

.security-page #security-services:after {
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--security-blue) 13%, transparent), transparent 69%);
  width: 42%;
  height: 52%;
  inset: 0 0 auto auto;
}

.security-page .service-card-grid {
  gap: 18px;
}

.security-page .service-detail-card {
  --card-accent: var(--security-blue);
  padding: 28px 30px 27px 84px;
  box-shadow: 0 14px 38px #0530580e;
  border: 1px solid color-mix(in srgb, var(--card-accent) 16%, var(--lux-border)) !important;
  background: linear-gradient(120deg, color-mix(in srgb, var(--card-accent) 7%, transparent), transparent 35%),
    color-mix(in srgb, var(--lux-card) 95%, transparent) !important;
}

.security-page .service-detail-card:nth-child(2), .security-page .service-detail-card:nth-child(5) {
  --card-accent: var(--security-cyan);
}

.security-page .service-detail-card:nth-child(3) {
  --card-accent: var(--security-violet);
}

.security-page .service-detail-card:nth-child(4), .security-page .service-detail-card:nth-child(6) {
  --card-accent: var(--security-mint);
}

.security-page .service-detail-card:before {
  content: "";
  background: linear-gradient(180deg, transparent, var(--card-accent), transparent);
  opacity: .78;
  border-radius: 18px 0 0 18px;
  width: 3px;
  position: absolute;
  inset: 0 auto 0 0;
  display: block !important;
}

.security-page .service-detail-card .card-icon {
  width: 42px;
  height: 42px;
  color: var(--card-accent);
  border: 1px solid color-mix(in srgb, var(--card-accent) 24%, transparent);
  background: color-mix(in srgb, var(--card-accent) 8%, var(--lux-card));
  border-radius: 13px;
  place-items: center;
  display: grid;
  position: absolute;
  top: 27px;
  left: 24px;
}

.security-page .service-detail-card:hover {
  box-shadow: 0 22px 50px color-mix(in srgb, var(--card-accent) 12%, transparent);
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--card-accent) 34%, var(--lux-border)) !important;
}

.security-page .service-detail-card:after {
  color: color-mix(in srgb, var(--card-accent) 48%, transparent) !important;
}

.security-page #process:after {
  opacity: .5;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--security-blue) 32%, transparent) 1.2px, transparent 1.4px);
  background-size: 18px 18px;
  width: 170px;
  height: 170px;
  top: 12%;
  right: 4%;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 72%);
  mask-image: radial-gradient(circle, #000, #0000 72%);
}

.security-page .service-process {
  gap: 0;
  margin-top: 58px;
  padding-top: 28px;
  position: relative;
}

.security-page .service-process:before {
  content: "";
  background: linear-gradient(90deg, transparent, var(--security-blue), var(--security-cyan), var(--security-violet), transparent);
  opacity: .42;
  height: 1px;
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  display: block !important;
}

.security-page .service-process > div {
  min-height: 270px;
  position: relative;
  border: 0 !important;
  border-right: 1px solid color-mix(in srgb, var(--security-blue) 13%, var(--lux-border)) !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 30px 28px 26px !important;
}

.security-page .service-process > div:last-child {
  border-right: 0 !important;
}

.security-page .service-process > div:before {
  content: "";
  border: 3px solid var(--lux-bg);
  background: var(--security-blue);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--security-blue) 13%, transparent);
  border-radius: 50%;
  position: absolute;
  top: -33px;
  left: 28px;
  display: block !important;
}

.security-page .service-process > div:nth-child(2):before {
  background: var(--security-cyan);
}

.security-page .service-process > div:nth-child(3):before {
  background: var(--security-violet);
}

.security-page .service-process > div:nth-child(4):before {
  background: var(--security-mint);
}

.security-page .service-process .process-icon {
  border: 1px solid color-mix(in srgb, var(--security-blue) 18%, transparent);
  background: color-mix(in srgb, var(--security-blue) 7%, var(--lux-card));
  border-radius: 16px;
  width: 50px;
  height: 50px;
  box-shadow: inset 0 1px #fff9;
}

.security-page .service-process > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px #05305812;
  background: color-mix(in srgb, var(--lux-card) 72%, transparent) !important;
}

.security-page .service-benefits:after {
  background: repeating-radial-gradient(circle, transparent 0 22px, color-mix(in srgb, var(--security-cyan) 8%, transparent) 23px 24px);
  border-radius: 50%;
  width: 340px;
  height: 340px;
  top: -80px;
  right: -80px;
}

.security-page .service-benefits .split-content {
  align-items: center;
}

.security-page .benefit-list {
  gap: 14px;
}

.security-page .benefit-list article {
  --benefit-accent: var(--security-blue);
  border-radius: 18px;
  min-height: 148px;
  padding: 27px 25px 24px 30px;
  position: relative;
  box-shadow: 0 14px 34px #0530580d;
  border: 1px solid color-mix(in srgb, var(--benefit-accent) 17%, var(--lux-border)) !important;
  background: color-mix(in srgb, var(--lux-card) 94%, transparent) !important;
}

.security-page .benefit-list article:nth-child(2) {
  --benefit-accent: var(--security-cyan);
}

.security-page .benefit-list article:nth-child(3) {
  --benefit-accent: var(--security-violet);
}

.security-page .benefit-list article:nth-child(4) {
  --benefit-accent: var(--security-mint);
}

.security-page .benefit-list article:before {
  content: "";
  background: var(--benefit-accent);
  width: 3px;
  height: 34px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--benefit-accent) 48%, transparent);
  border-radius: 0 999px 999px 0;
  position: absolute;
  top: 28px;
  left: 0;
  display: block !important;
}

.security-page .benefit-list h3 {
  color: color-mix(in srgb, var(--benefit-accent) 78%, var(--lux-text));
}

.security-page .benefit-list article:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--benefit-accent) 32%, var(--lux-border)) !important;
}

.security-page .faq-section:after {
  border: 1px solid color-mix(in srgb, var(--security-violet) 11%, transparent);
  background: linear-gradient(135deg, transparent 48%, color-mix(in srgb, var(--security-violet) 6%, transparent) 49% 51%, transparent 52%);
  width: 280px;
  height: 280px;
  bottom: -110px;
  left: -90px;
  transform: rotate(28deg);
}

.security-page .faq-layout {
  align-items: start;
}

.security-page .faq-layout > div:first-child {
  position: sticky;
  top: 118px;
}

.security-page .faq-list details {
  background: color-mix(in srgb, var(--lux-card) 92%, transparent);
  transition: border-color .25s, box-shadow .25s, transform .25s;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--security-blue) 12%, var(--lux-border)) !important;
  border-radius: 16px !important;
}

.security-page .faq-list details:hover {
  transform: translateX(-3px);
  border-color: color-mix(in srgb, var(--security-blue) 28%, var(--lux-border)) !important;
}

.security-page .faq-list details[open] {
  box-shadow: 0 16px 42px #05305814;
  border-color: color-mix(in srgb, var(--security-blue) 40%, var(--lux-border)) !important;
}

.security-page .faq-list summary {
  position: relative;
  padding: 21px 56px 21px 24px !important;
}

.security-page .faq-list details[open] summary {
  color: var(--security-blue);
}

.security-page .faq-list details p {
  padding: 0 24px 22px;
}

.security-page .contact {
  color: #eef8ff;
  background: radial-gradient(circle at 14% 20%, #24bfda2e, #0000 30%), radial-gradient(circle at 92% 90%, #6f63e929, #0000 28%), linear-gradient(135deg, #06172a 0%, #082d4c 54%, #07213b 100%) !important;
}

.security-page .contact:before {
  content: "";
  z-index: -1;
  opacity: .2;
  background-image: linear-gradient(#77caff24 1px, #0000 1px), linear-gradient(90deg, #77caff24 1px, #0000 1px);
  background-size: 46px 46px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 68%);
  mask-image: linear-gradient(90deg, #000, #0000 68%);
  display: block !important;
}

.security-page .contact .eyebrow {
  color: #69d9f1;
}

.security-page .contact h2 {
  color: #fff;
}

.security-page .contact-grid > div > p:last-child {
  color: #bcd0df;
}

.security-page .contact-form {
  backdrop-filter: blur(18px);
  border-radius: 24px;
  box-shadow: 0 28px 70px #00000040;
  background: #ffffff13 !important;
  border: 1px solid #a7dcff33 !important;
}

.security-page .contact-form label, .security-page .privacy-consent {
  color: #d7e8f4;
}

.security-page .contact-form input, .security-page .contact-form textarea {
  color: #fff;
  background: #04152570;
  border-color: #addcf938;
}

.security-page .contact-form input:focus, .security-page .contact-form textarea:focus {
  border-color: #52cfee;
  box-shadow: 0 0 0 3px #52cfee1f;
}

html[data-theme="dark"] .security-page {
  --security-soft: #071b2e;
}

html[data-theme="dark"] .security-page .service-detail-card, html[data-theme="dark"] .security-page .benefit-list article, html[data-theme="dark"] .security-page .service-intro .prose, html[data-theme="dark"] .security-page .faq-list details {
  box-shadow: 0 18px 48px #0003;
}

@media (width <= 980px) {
  .security-page .faq-layout > div:first-child {
    position: static;
  }

  .security-page .service-process {
    gap: 14px;
    padding-top: 0;
  }

  .security-page .service-process:before {
    display: none !important;
  }

  .security-page .service-process > div {
    border: 1px solid color-mix(in srgb, var(--security-blue) 13%, var(--lux-border)) !important;
    border-radius: 18px !important;
  }

  .security-page .service-process > div:before {
    display: none !important;
  }
}

@media (width <= 720px) {
  .security-page .service-intro .prose {
    padding: 26px 24px 26px 29px;
  }

  .security-page .service-detail-card {
    padding: 78px 22px 24px;
  }

  .security-page .service-detail-card .card-icon {
    top: 22px;
    left: 22px;
  }

  .security-page .service-process > div {
    min-height: 0;
    padding: 25px 23px !important;
  }

  .security-page .service-benefits .split-content {
    gap: 30px;
  }

  .security-page .benefit-list article {
    min-height: 0;
  }

  .security-page .contact-form {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-page .service-detail-card, .security-page .service-process > div, .security-page .benefit-list article, .security-page .faq-list details {
    transition: none !important;
    transform: none !important;
  }
}

.security-page {
  --security-blue: #246bfe;
  --security-cyan: #08b9d4;
  --security-violet: #805cf5;
  --security-azure: #1895eb;
  --security-gold: #e4a638;
}

.security-page .section:not(.contact) {
  padding-block: clamp(82px, 8vw, 124px);
}

.security-page .section:not(.contact):before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background: repeating-radial-gradient(ellipse at 50% 125%,
      transparent 0 28px,
      color-mix(in srgb, var(--security-cyan) 13%, transparent) 29px 30px,
      transparent 31px 53px,
      color-mix(in srgb, var(--security-violet) 9%, transparent) 54px 55px,
      transparent 56px 78px);
  height: 250px;
  position: absolute;
  bottom: -110px;
  left: -8%;
  right: -8%;
  -webkit-mask-image: linear-gradient(to top, #000 20%, #0000 83%);
  mask-image: linear-gradient(to top, #000 20%, #0000 83%);
  display: block !important;
}

.security-page #security-services:before, .security-page .service-benefits:before {
  top: -116px;
  bottom: auto;
  transform: rotate(180deg);
}

.security-page .section:not(.contact):after {
  background: radial-gradient(circle, color-mix(in srgb, var(--security-cyan) 18%, transparent), transparent 66%);
  filter: blur(8px);
  opacity: .75;
  width: 430px;
  height: 430px;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  top: 8%;
  right: -170px;
}

.security-page #security-services:after, .security-page .faq-section:after {
  background: radial-gradient(circle, color-mix(in srgb, var(--security-violet) 16%, transparent), transparent 67%);
  top: 22%;
  left: -180px;
  right: auto;
  transform: none;
}

.security-page #process:after {
  opacity: .75;
  background: radial-gradient(circle, color-mix(in srgb, var(--security-blue) 17%, transparent), transparent 68%);
  top: 22%;
  right: -140px;
  -webkit-mask-image: none;
  mask-image: none;
}

.security-page .section .container {
  z-index: 1;
  position: relative;
}

.security-page .section .eyebrow {
  border: 1px solid color-mix(in srgb, var(--security-cyan) 22%, var(--lux-border));
  width: max-content;
  max-width: 100%;
  color: color-mix(in srgb, var(--security-blue) 82%, var(--lux-text));
  background: color-mix(in srgb, var(--security-cyan) 7%, var(--lux-card));
  border-radius: 999px;
  padding: 8px 13px;
}

.security-page .section h2 {
  letter-spacing: -.035em;
  text-wrap: balance;
  max-width: 900px;
}

.security-page .section p {
  text-wrap: pretty;
}

.security-page .service-intro {
  background: radial-gradient(circle at 7% 18%, color-mix(in srgb, var(--security-cyan) 15%, transparent), transparent 30%),
    radial-gradient(circle at 82% 90%, color-mix(in srgb, var(--security-violet) 9%, transparent), transparent 32%),
    var(--lux-bg) !important;
}

.security-page .service-intro .split-content {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(50px, 7vw, 108px);
}

.security-page .service-intro .prose {
  border: 0;
  border-left: 1px solid color-mix(in srgb, var(--security-cyan) 26%, var(--lux-border));
  background: none;
  border-radius: 0;
  padding: 0 0 0 30px;
  box-shadow: none !important;
}

.security-page .service-intro .prose:before {
  background: linear-gradient(180deg, var(--security-cyan), var(--security-blue), var(--security-violet));
  width: 4px;
  height: 52px;
  box-shadow: 0 0 24px color-mix(in srgb, var(--security-cyan) 42%, transparent);
  inset: 2px auto auto -2px;
}

.security-page .service-intro .prose p {
  max-width: 690px;
  margin: 0;
  line-height: 1.75;
}

.security-page .service-intro .prose p + p {
  margin-top: 20px;
}

.security-page #security-services {
  background: radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--security-blue) 13%, transparent), transparent 28%),
    linear-gradient(145deg, color-mix(in srgb, var(--security-violet) 5%, transparent), transparent 42%),
    var(--security-soft) !important;
}

.security-page .service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.security-page .service-detail-card {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 245px;
  padding: 25px 25px 27px;
  display: flex;
  overflow: hidden;
}

.security-page .service-detail-card:before {
  background: linear-gradient(90deg, transparent, var(--card-accent), transparent);
  width: auto;
  height: 2px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--card-accent) 55%, transparent);
  border-radius: 999px 999px 0 0;
  inset: auto 24px 0;
}

.security-page .service-detail-card:after {
  top: 26px;
  right: 22px;
}

.security-page .service-detail-card .card-icon {
  width: 48px;
  height: 48px;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--card-accent) 14%, transparent);
  border-radius: 15px;
  flex: none;
  margin: 0 0 24px;
  position: static;
}

.security-page .service-detail-card h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.28;
}

.security-page .service-detail-card p {
  overflow-wrap: normal;
  word-break: normal;
  max-width: 100%;
  margin: 0;
  line-height: 1.65;
}

.security-page #process {
  background: radial-gradient(circle at 13% 15%, color-mix(in srgb, var(--security-violet) 12%, transparent), transparent 28%),
    radial-gradient(circle at 92% 76%, color-mix(in srgb, var(--security-cyan) 10%, transparent), transparent 27%),
    var(--lux-bg) !important;
}

.security-page .service-process {
  gap: 14px;
  padding-top: 25px;
}

.security-page .service-process:before {
  opacity: .58;
  height: 2px;
  box-shadow: 0 0 16px color-mix(in srgb, var(--security-cyan) 35%, transparent);
  left: 4%;
  right: 4%;
}

.security-page .service-process > div {
  min-width: 0;
  min-height: 285px;
  border: 1px solid color-mix(in srgb, var(--security-blue) 13%, var(--lux-border)) !important;
  background: linear-gradient(145deg, color-mix(in srgb, var(--security-blue) 6%, transparent), transparent 43%),
    color-mix(in srgb, var(--lux-card) 90%, transparent) !important;
  border-radius: 19px !important;
  padding: 31px 24px 27px !important;
}

.security-page .service-process > div:last-child {
  border: 1px solid color-mix(in srgb, var(--security-blue) 13%, var(--lux-border)) !important;
}

.security-page .service-process > div:before {
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.security-page .service-process > div p {
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.63;
}

.security-page .service-benefits {
  background: radial-gradient(circle at 12% 74%, color-mix(in srgb, var(--security-blue) 12%, transparent), transparent 31%),
    radial-gradient(circle at 93% 16%, color-mix(in srgb, var(--security-violet) 11%, transparent), transparent 29%),
    var(--security-soft) !important;
}

.security-page .service-benefits .split-content {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(46px, 7vw, 104px);
}

.security-page .benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.security-page .benefit-list article {
  min-width: 0;
  min-height: 175px;
  padding: 29px 25px 25px 28px;
  overflow: hidden;
}

.security-page .benefit-list article:after {
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--benefit-accent) 22%, transparent), transparent 68%);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: -58px;
  right: -54px;
  display: block !important;
}

.security-page .benefit-list h3, .security-page .benefit-list p {
  overflow-wrap: normal;
  word-break: normal;
}

.security-page .benefit-list p {
  line-height: 1.62;
}

.security-page .faq-section {
  background: radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--security-cyan) 12%, transparent), transparent 28%),
    radial-gradient(circle at 12% 90%, color-mix(in srgb, var(--security-violet) 8%, transparent), transparent 30%),
    var(--lux-bg) !important;
}

.security-page .faq-layout {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 110px);
}

.security-page .faq-list {
  gap: 12px;
  min-width: 0;
}

.security-page .faq-list details:hover {
  transform: translateY(-2px);
}

.security-page .faq-list summary {
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.45;
}

.security-page .faq-list details[open] {
  background: linear-gradient(115deg, color-mix(in srgb, var(--security-blue) 7%, transparent), transparent 48%),
    var(--lux-card);
}

.security-page .contact {
  background: radial-gradient(circle at 8% 18%, #08b9d447, #0000 29%), radial-gradient(circle at 92% 80%, #805cf540, #0000 30%), radial-gradient(circle at 55% 105%, #246bfe3b, #0000 34%), linear-gradient(135deg, #061528 0%, #092e50 52%, #111d3d 100%) !important;
}

.security-page .contact:before {
  opacity: .72;
  background-size: auto;
  -webkit-mask-image: linear-gradient(to top, #000, #0000 84%);
  mask-image: linear-gradient(to top, #000, #0000 84%);
  background: repeating-radial-gradient(at 50% 120%, #0000 0 32px, #58d6ef21 33px 34px, #0000 35px 61px, #9474ff1a 62px 63px, #0000 64px 90px) !important;
}

.security-page .contact:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  pointer-events: none;
  background: radial-gradient(circle, #1597eb36, #0000 68%);
  border-radius: 50%;
  width: 520px;
  height: 420px;
  position: absolute;
  top: -180px;
  left: 18%;
}

.security-page .contact-grid {
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}

.security-page .contact-grid > div > p:last-child {
  max-width: 640px;
  line-height: 1.75;
}

.security-page .contact-form {
  padding: clamp(26px, 3vw, 38px);
  box-shadow: 0 30px 80px #0000004d, inset 0 1px #ffffff21;
  background: linear-gradient(145deg, #ffffff1a, #ffffff0b) !important;
  border-color: #9adaff40 !important;
}

html[data-theme="light"] .security-page .service-detail-card, html[data-theme="light"] .security-page .benefit-list article, html[data-theme="light"] .security-page .faq-list details, html[data-theme="light"] .security-page .service-process > div {
  box-shadow: 0 18px 44px #11446e13;
}

html[data-theme="dark"] .security-page .section:not(.contact):before {
  opacity: .66;
}

html[data-theme="dark"] .security-page .service-detail-card, html[data-theme="dark"] .security-page .benefit-list article, html[data-theme="dark"] .security-page .faq-list details, html[data-theme="dark"] .security-page .service-process > div {
  box-shadow: 0 18px 48px #00000038, inset 0 1px #ffffff09;
  background-color: color-mix(in srgb, var(--lux-card) 88%, transparent) !important;
}

@media (width <= 1080px) {
  .security-page .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-page .service-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }

  .security-page .service-process:before, .security-page .service-process > div:before {
    display: none !important;
  }
}

@media (width <= 820px) {
  .security-page .service-intro .split-content, .security-page .service-benefits .split-content, .security-page .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .security-page .service-intro .prose {
    padding-left: 24px;
  }

  .security-page .faq-layout > div:first-child {
    position: static;
  }
}

@media (width <= 620px) {
  .security-page .section:not(.contact) {
    padding-block: 72px;
  }

  .security-page .service-card-grid, .security-page .service-process, .security-page .benefit-list {
    grid-template-columns: 1fr;
  }

  .security-page .service-detail-card, .security-page .service-process > div, .security-page .benefit-list article {
    min-height: 0;
  }

  .security-page .service-detail-card {
    padding: 23px;
  }

  .security-page .service-detail-card .card-icon {
    margin-bottom: 20px;
  }

  .security-page .contact-grid {
    gap: 38px;
  }
}

.services-page {
  --sp-blue: #246bfe;
  --sp-cyan: #09bdd5;
  --sp-violet: #805cf5;
  --sp-amber: #e7a83d;
  --sp-rose: #e95e83;
  --sp-green: #7568e8;
  --sp-surface: #f4f8ff;
  background: var(--lux-bg);
}

.services-page main {
  overflow: hidden;
}

.services-page .site-header {
  border-bottom-color: color-mix(in srgb, var(--sp-blue) 12%, var(--lux-border));
}

.services-page .nav a[aria-current="page"] {
  color: var(--sp-blue);
}

.services-hero {
  isolation: isolate;
  background: radial-gradient(circle at 82% 30%, color-mix(in srgb, var(--sp-cyan) 15%, transparent), transparent 28%),
    radial-gradient(circle at 64% 5%, color-mix(in srgb, var(--sp-violet) 13%, transparent), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--sp-blue) 6%, var(--lux-bg)), var(--lux-bg) 57%);
  min-height: 860px;
  padding: 158px 0 0;
  position: relative;
  overflow: hidden;
}

.services-hero:before {
  content: "";
  z-index: -2;
  opacity: .42;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--sp-blue) 22%, transparent) 1px, transparent 1.5px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000 0 43%, #000 74%, #0000);
  mask-image: linear-gradient(90deg, #0000 0 43%, #000 74%, #0000);
}

.services-hero-glow {
  z-index: -1;
  aspect-ratio: 1;
  background: radial-gradient(circle, color-mix(in srgb, var(--sp-blue) 15%, transparent), transparent 68%);
  filter: blur(24px);
  border-radius: 50%;
  width: 58%;
  position: absolute;
  top: 8%;
  right: -8%;
}

.services-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  display: grid;
}

.services-hero-copy {
  z-index: 2;
  position: relative;
}

.services-hero-copy .eyebrow {
  border: 1px solid color-mix(in srgb, var(--sp-cyan) 24%, var(--lux-border));
  width: max-content;
  color: var(--sp-blue);
  background: color-mix(in srgb, var(--sp-cyan) 7%, var(--lux-card));
  border-radius: 999px;
  padding: 9px 14px;
  display: inline-flex;
}

.services-hero-copy h1 {
  max-width: 820px;
  color: var(--lux-heading);
  letter-spacing: -.055em;
  text-wrap: balance;
  margin: 26px 0 24px;
  font-size: clamp(52px, 5.5vw, 86px);
  line-height: .98;
}

.services-hero-copy h1:after {
  content: "";
  background: linear-gradient(90deg, var(--sp-blue), var(--sp-cyan), var(--sp-violet));
  width: 118px;
  height: 4px;
  box-shadow: 0 0 22px color-mix(in srgb, var(--sp-cyan) 40%, transparent);
  border-radius: 999px;
  margin-top: 28px;
  display: block;
}

.services-hero-copy .lead {
  max-width: 670px;
  color: var(--lux-muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.68;
}

.services-hero-copy .hero-actions {
  margin-top: 34px;
}

.services-orbit {
  aspect-ratio: 1;
  justify-self: end;
  width: min(100%, 540px);
  position: relative;
}

.services-orbit-core {
  z-index: 3;
  border: 1px solid color-mix(in srgb, var(--sp-cyan) 28%, var(--lux-border));
  background: radial-gradient(circle at 35% 28%, #ffffff3d, transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--sp-blue) 16%, var(--lux-card)), color-mix(in srgb, var(--sp-violet) 11%, var(--lux-card)));
  box-shadow: 0 32px 90px color-mix(in srgb, var(--sp-blue) 18%, transparent),
    inset 0 1px 0 #ffffff59;
  border-radius: 36%;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 27%;
  transform: rotate(8deg);
}

.services-orbit-core img {
  filter: drop-shadow(0 12px 22px #0a3e772e);
  width: 76%;
  height: auto;
  transform: rotate(-8deg);
}

.orbit-ring {
  border: 1px solid color-mix(in srgb, var(--sp-cyan) 30%, transparent);
  box-shadow: inset 0 0 50px color-mix(in srgb, var(--sp-blue) 5%, transparent);
  border-radius: 50%;
  position: absolute;
  inset: 10%;
}

.orbit-ring:after {
  content: "";
  background: var(--sp-cyan);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 18px var(--sp-cyan);
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
}

.orbit-ring.ring-one {
  animation: 18s linear infinite services-spin;
}

.orbit-ring.ring-two {
  opacity: .52;
  border-style: dashed;
  animation: 30s linear infinite reverse services-spin;
  inset: 1%;
}

.orbit-node {
  z-index: 4;
  width: 58px;
  height: 58px;
  color: var(--sp-blue);
  border: 1px solid color-mix(in srgb, currentColor 28%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 88%, transparent);
  box-shadow: 0 18px 45px #114a8024, 0 0 26px color-mix(in srgb, currentColor 15%, transparent);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  place-items: center;
  display: grid;
  position: absolute;
}

.orbit-node .ico {
  width: 25px;
  height: 25px;
}

.orbit-node.node-one {
  color: var(--sp-blue);
  top: 47%;
  left: 3%;
}

.orbit-node.node-two {
  color: var(--sp-rose);
  top: 11%;
  right: 10%;
}

.orbit-node.node-three {
  color: var(--sp-amber);
  bottom: 25%;
  right: 0;
}

.orbit-node.node-four {
  color: var(--sp-violet);
  bottom: 2%;
  left: 22%;
}

.services-wave-field {
  z-index: -1;
  opacity: .7;
  transform-origin: bottom;
  height: 230px;
  position: absolute;
  bottom: 42px;
  left: -6%;
  right: -6%;
  transform: perspective(500px) rotateX(56deg);
}

.services-wave-field i {
  inset: auto 0 calc(var(--wave, 0) * 29px);
  border-top: 1px solid color-mix(in srgb, var(--sp-cyan) 31%, transparent);
  height: 75px;
  box-shadow: 0 -8px 26px color-mix(in srgb, var(--sp-blue) 7%, transparent);
  border-radius: 50%;
  position: absolute;
}

.services-wave-field i:first-child {
  --wave: 0;
}

.services-wave-field i:nth-child(2) {
  --wave: 1;
  opacity: .82;
}

.services-wave-field i:nth-child(3) {
  --wave: 2;
  opacity: .64;
}

.services-wave-field i:nth-child(4) {
  --wave: 3;
  opacity: .46;
}

.services-wave-field i:nth-child(5) {
  --wave: 4;
  opacity: .28;
}

.services-metrics {
  z-index: 3;
  border: 1px solid color-mix(in srgb, var(--sp-blue) 14%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 82%, transparent);
  backdrop-filter: blur(18px);
  border-radius: 22px 22px 0 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  display: grid;
  position: relative;
  box-shadow: 0 22px 60px #0e406c14;
}

.services-metrics span {
  border-right: 1px solid color-mix(in srgb, var(--sp-blue) 10%, var(--lux-border));
  padding: 24px 30px;
}

.services-metrics span:last-child {
  border-right: 0;
}

.services-metrics strong {
  color: var(--lux-heading);
  font-size: 31px;
  line-height: 1;
  display: block;
}

.services-metrics i {
  color: var(--lux-muted);
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  display: block;
}

.services-overview {
  isolation: isolate;
  padding: 124px 0;
  position: relative;
  background: radial-gradient(circle at 8% 22%, color-mix(in srgb, var(--sp-violet) 12%, transparent), transparent 28%),
    radial-gradient(circle at 93% 75%, color-mix(in srgb, var(--sp-cyan) 10%, transparent), transparent 28%),
    var(--sp-surface) !important;
}

.services-overview:before {
  content: "";
  z-index: -1;
  opacity: .42;
  background: repeating-radial-gradient(ellipse at 50% 110%, transparent 0 42px, color-mix(in srgb, var(--sp-blue) 10%, transparent) 43px 44px, transparent 45px 77px);
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to top, #000, #0000 62%);
  mask-image: linear-gradient(to top, #000, #0000 62%);
}

.services-section-head {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
  display: grid;
}

.services-section-head h2 {
  letter-spacing: -.045em;
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(39px, 4vw, 62px);
  line-height: 1.07;
}

.services-section-head .section-sub {
  margin: 0 0 8px;
  line-height: 1.72;
}

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

.service-showcase-card {
  --card-tone: var(--sp-blue);
  min-width: 0;
  min-height: 350px;
  color: var(--lux-text);
  border: 1px solid color-mix(in srgb, var(--card-tone) 18%, var(--lux-border));
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--card-tone) 14%, transparent), transparent 36%),
    color-mix(in srgb, var(--lux-card) 94%, transparent);
  border-radius: 23px;
  flex-direction: column;
  grid-column: span 4;
  padding: 29px;
  text-decoration: none;
  transition: transform .32s, border-color .32s, box-shadow .32s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px #0e3e6813;
}

.service-showcase-card:first-child, .service-showcase-card:nth-child(6) {
  grid-column: span 5;
}

.service-showcase-card:nth-child(2), .service-showcase-card:nth-child(5) {
  grid-column: span 7;
}

.service-showcase-card.tone-violet {
  --card-tone: var(--sp-violet);
}

.service-showcase-card.tone-cyan {
  --card-tone: var(--sp-cyan);
}

.service-showcase-card.tone-amber {
  --card-tone: var(--sp-amber);
}

.service-showcase-card.tone-rose {
  --card-tone: var(--sp-rose);
}

.service-showcase-card.tone-green {
  --card-tone: var(--sp-green);
}

.service-showcase-card:after {
  content: "";
  background: linear-gradient(90deg, transparent, var(--card-tone), transparent);
  height: 2px;
  box-shadow: 0 0 22px color-mix(in srgb, var(--card-tone) 55%, transparent);
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
}

.service-showcase-card:hover {
  color: var(--lux-text);
  border-color: color-mix(in srgb, var(--card-tone) 44%, var(--lux-border));
  box-shadow: 0 28px 65px color-mix(in srgb, var(--card-tone) 14%, transparent);
  transform: translateY(-6px);
}

.service-card-index {
  color: color-mix(in srgb, var(--card-tone) 62%, transparent);
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 26px;
  right: 26px;
}

.service-card-icon {
  width: 54px;
  height: 54px;
  color: var(--card-tone);
  border: 1px solid color-mix(in srgb, var(--card-tone) 26%, transparent);
  background: color-mix(in srgb, var(--card-tone) 8%, var(--lux-card));
  box-shadow: 0 12px 30px color-mix(in srgb, var(--card-tone) 13%, transparent);
  border-radius: 17px;
  place-items: center;
  margin-bottom: 42px;
  display: grid;
}

.service-card-icon .ico {
  width: 27px;
  height: 27px;
}

.service-showcase-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.service-showcase-card p {
  max-width: 610px;
  color: var(--lux-muted);
  margin: 0;
  line-height: 1.65;
}

.service-card-link {
  color: var(--card-tone);
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.service-card-link .ico {
  width: 17px;
  height: 17px;
  transition: transform .25s;
}

.service-showcase-card:hover .service-card-link .ico {
  transform: translateX(5px);
}

.services-approach {
  isolation: isolate;
  padding: 124px 0;
  position: relative;
  background: radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--sp-blue) 11%, transparent), transparent 30%),
    var(--lux-bg) !important;
}

.services-approach:after {
  content: "";
  z-index: -1;
  background: radial-gradient(circle, color-mix(in srgb, var(--sp-violet) 15%, transparent), transparent 68%);
  filter: blur(15px);
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  top: 5%;
  right: -160px;
}

.services-approach-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  display: grid;
}

.services-approach-grid > div > p:last-child {
  max-width: 600px;
  color: var(--lux-muted);
  line-height: 1.75;
}

.services-approach-grid h2 {
  letter-spacing: -.045em;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.05;
}

.services-steps {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.services-steps li {
  border: 1px solid color-mix(in srgb, var(--sp-blue) 13%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 90%, transparent);
  border-radius: 17px;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 20px;
  padding: 22px 24px;
  display: grid;
}

.services-steps li > span {
  width: 46px;
  height: 46px;
  color: var(--sp-blue);
  background: color-mix(in srgb, var(--sp-blue) 9%, var(--lux-card));
  border-radius: 14px;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}

.services-steps h3 {
  margin: 0 0 5px;
  font-size: 19px;
}


.services-steps p {
  color: var(--lux-muted);
  margin: 0;
  line-height: 1.55;
}

.services-cta {
  isolation: isolate;
  color: #eff8ff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 12%, #09bdd547, #0000 28%), radial-gradient(circle at 92% 85%, #805cf545, #0000 31%), linear-gradient(135deg, #06182c, #0a3154 54%, #111d40) !important;
}

.services-cta:before {
  content: "";
  z-index: -1;
  opacity: .68;
  background: repeating-radial-gradient(at 50% 120%, #0000 0 35px, #51cfea1f 36px 37px, #0000 38px 66px, #946fff1a 67px 68px, #0000 69px 98px);
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to top, #000, #0000 80%);
  mask-image: linear-gradient(to top, #000, #0000 80%);
}

.services-cta-glow {
  z-index: -1;
  filter: blur(18px);
  background: radial-gradient(circle, #2f9bff40, #0000 68%);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: -190px;
  right: 10%;
}

.services-cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  display: grid;
}

.services-cta .eyebrow {
  color: #6fe3f4;
}

.services-cta h2 {
  color: #fff;
  letter-spacing: -.045em;
  max-width: 850px;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.05;
}

.services-cta p {
  color: #bfd3e2;
  max-width: 720px;
  line-height: 1.7;
}

.services-cta-button {
  white-space: nowrap;
  box-shadow: 0 18px 45px #0069d447;
}

.services-cta-button .ico {
  width: 18px;
  height: 18px;
}

html[data-theme="dark"] .services-page {
  --sp-surface: #071a2c;
}

html[data-theme="dark"] .service-showcase-card, html[data-theme="dark"] .services-steps li, html[data-theme="dark"] .services-metrics {
  box-shadow: 0 20px 55px #0000003b;
}

@keyframes services-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (width <= 1050px) {
  .services-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-orbit {
    justify-self: center;
    width: min(82vw, 500px);
    margin-top: 20px;
  }

  .services-metrics {
    margin-top: 40px;
  }

  .services-section-head, .services-approach-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-showcase-card, .service-showcase-card:first-child, .service-showcase-card:nth-child(2), .service-showcase-card:nth-child(5), .service-showcase-card:nth-child(6) {
    grid-column: span 6;
  }
}

@media (width <= 720px) {
  .services-hero {
    padding-top: 112px;
  }

  .services-hero-copy h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .services-orbit {
    width: min(92vw, 420px);
  }

  .orbit-node {
    border-radius: 15px;
    width: 48px;
    height: 48px;
  }

  .services-metrics {
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .services-metrics span {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--sp-blue) 10%, var(--lux-border));
  }

  .services-metrics span:last-child {
    border-bottom: 0;
  }

  .services-overview, .services-approach, .services-cta {
    padding: 82px 0;
  }

  .services-showcase {
    grid-template-columns: 1fr;
  }

  .service-showcase-card, .service-showcase-card:first-child, .service-showcase-card:nth-child(2), .service-showcase-card:nth-child(5), .service-showcase-card:nth-child(6) {
    grid-column: auto;
    min-height: 330px;
  }

  .services-cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .services-cta-button {
    white-space: normal;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-ring {
    animation: none !important;
  }

  .service-showcase-card {
    transition: none;
  }
}

.nav .nav-home-link {
  position: relative;
}

.nav .nav-home-link:before {
  content: "";
  background: var(--lux-accent);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px color-mix(in srgb, var(--lux-accent) 45%, transparent);
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.nav .nav-home-link[aria-current="page"] {
  color: var(--lux-accent);
}

.services-page .header-inner {
  gap: 22px;
}

.services-page .nav {
  gap: clamp(18px, 2vw, 30px);
}

.services-hero {
  min-height: 720px;
  padding-top: 132px;
}

.services-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: clamp(46px, 6vw, 92px);
}

.services-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
}

.services-orbit {
  width: min(100%, 440px);
}

.services-metrics {
  border-radius: 20px;
  max-width: 1000px;
  margin-top: 48px;
}

.services-metrics span {
  padding: 20px 26px;
}

.services-overview, .services-approach {
  padding-block: 104px;
}

.services-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  gap: 60px;
  margin-bottom: 44px;
}

.services-section-head h2 {
  font-size: clamp(38px, 3.6vw, 56px);
}

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

.service-showcase-card, .service-showcase-card:first-child, .service-showcase-card:nth-child(2), .service-showcase-card:nth-child(5), .service-showcase-card:nth-child(6) {
  grid-column: auto;
  min-height: 330px;
  padding: 26px;
}

.service-card-icon {
  margin-bottom: 30px;
}

.service-showcase-card h3 {
  font-size: 22px;
}

.services-approach-grid {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(52px, 7vw, 104px);
}

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

.services-steps li {
  grid-template-columns: 1fr;
  min-height: 148px;
  padding: 24px 26px;
}

.services-steps li > span {
  width: 40px;
  height: 40px;
}

@media (width <= 1180px) {
  .services-page .header-phone {
    display: none;
  }
}

@media (width <= 1050px) {
  .services-hero {
    min-height: auto;
    padding-top: 126px;
  }

  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-orbit {
    width: min(72vw, 430px);
  }

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

  .services-approach-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 760px) {
  .nav .nav-home-link:before {
    width: 5px;
    height: 5px;
  }

  .services-hero {
    padding-top: 104px;
  }

  .services-hero-copy h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .services-orbit {
    width: min(88vw, 390px);
  }

  .services-overview, .services-approach, .services-cta {
    padding-block: 76px;
  }

  .services-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .services-showcase, .services-steps {
    grid-template-columns: 1fr;
  }

  .service-showcase-card, .service-showcase-card:first-child, .service-showcase-card:nth-child(2), .service-showcase-card:nth-child(5), .service-showcase-card:nth-child(6) {
    min-height: 300px;
  }

  .services-steps li {
    min-height: 0;
  }
}

.references-body .references-page {
  background-color: #0000 !important;
  background-image: radial-gradient(48% 24% at 88% 2%, #2bb5dc1c, #0000 72%), radial-gradient(42% 22% at 4% 28%, #3770cd0e, #0000 74%), linear-gradient(#f9fbfd 0%, #f4f8fb 42%, #eef4f8 100%) !important;
  background-position: 0 0, 0 0, 0 0 !important;
  background-repeat: repeat, repeat, repeat !important;
  background-size: auto !important;
  background-attachment: scroll, scroll, scroll !important;
  background-origin: padding-box, padding-box, padding-box !important;
  background-clip: border-box, border-box, border-box !important;
  padding: 126px 0 92px !important;
}

.references-body .references-page:before {
  display: none !important;
}

.references-body .references-hero-copy {
  max-width: 840px;
  padding: 36px 0 20px;
}

.references-body .references-proof-panel {
  backdrop-filter: blur(18px);
  background: #ffffff94 !important;
  border: 1px solid #297eb11f !important;
  border-radius: 18px !important;
  padding: 30px 34px !important;
  box-shadow: 0 18px 60px #2149690e !important;
}

.references-body .reference-note {
  border: 0;
  border-left: 2px solid color-mix(in srgb, var(--site-cyan) 68%, var(--site-blue));
  background: none;
  border-radius: 0;
}

.references-body .reference-section-head {
  border-top: 1px solid #2668951f;
  padding-top: 56px;
  margin-top: 104px !important;
}

.references-body .reference-section-head:before {
  width: 72px;
  height: 2px;
  box-shadow: none;
}

.references-body .reference-filter-bar {
  width: max-content;
  max-width: 100%;
  box-shadow: none;
  backdrop-filter: blur(14px);
  background: #ffffff8a;
  border: 1px solid #2668951a;
  margin: 0 0 26px;
  position: static;
  border-radius: 13px !important;
  padding: 6px !important;
}

.references-body .reference-filter {
  border-radius: 9px;
  min-height: 38px;
  padding-inline: 15px;
}

.references-body .reference-grid {
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
  padding: 0 !important;
  display: grid !important;
}

.references-body .reference-card {
  backdrop-filter: blur(14px);
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: start;
  column-gap: 34px;
  background: #ffffff9e !important;
  border: 1px solid #2668951b !important;
  border-radius: 16px !important;
  padding: 29px 66px 27px 30px !important;
  display: grid !important;
  box-shadow: 0 9px 32px #1f435f09 !important;
}

.references-body .reference-card:hover {
  transform: translateY(-2px);
  background: #ffffffdb !important;
  border-color: #1da7cf40 !important;
  box-shadow: 0 17px 46px #1f4d6c12 !important;
}

.references-body .reference-card:before {
  content: "";
  opacity: 1;
  background: #2668951a;
  border: 0;
  width: 1px;
  height: auto;
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 207px;
  transform: none;
}

.references-body .reference-card:after {
  color: #375b776b;
  font-size: 11px;
  top: 28px;
  bottom: auto;
  right: 27px;
}

.references-body .reference-card-head {
  flex-direction: column;
  grid-area: 1 / 1 / span 5;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
  margin: 1px 0 0;
  padding-right: 24px;
  display: flex;
}

.references-body .reference-category, .references-body .reference-impact {
  text-align: left;
  width: auto;
  max-width: 100%;
  padding: 7px 10px;
}

.references-body .reference-impact {
  color: var(--lux-muted);
  background: none;
  border: 0;
  padding: 2px 1px;
  font-size: 12px;
}

.references-body .reference-card h3, .references-body .reference-card > p, .references-body .reference-tags, .references-body .reference-details {
  grid-column: 2;
}

.references-body .reference-card h3 {
  letter-spacing: -.025em;
  max-width: 690px;
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 29px) !important;
}

.references-body .reference-tags {
  margin: 0 0 16px;
}

.references-body .reference-details {
  border-top-color: #2668951a;
  width: 100%;
}

.references-body .reference-cta {
  background: radial-gradient(42% 120% at 100% 0, #2bbddc1a, #0000 70%), #ffffff94;
  border: 1px solid #2668951f;
  box-shadow: 0 20px 58px #1e46650e;
  margin-top: 76px !important;
}

html[data-theme="dark"] .references-body .references-page {
  background-color: #0000 !important;
  background-image: radial-gradient(48% 24% at 88% 2%, #25b1d216, #0000 72%), radial-gradient(42% 22% at 4% 28%, #345db412, #0000 74%), linear-gradient(#081a29 0%, #071927 42%, #061521 100%) !important;
  background-position: 0 0, 0 0, 0 0 !important;
  background-repeat: repeat, repeat, repeat !important;
  background-size: auto !important;
  background-attachment: scroll, scroll, scroll !important;
  background-origin: padding-box, padding-box, padding-box !important;
  background-clip: border-box, border-box, border-box !important;
}

html[data-theme="dark"] .references-body .reference-filter-bar {
  box-shadow: none;
  background: #081d2c8a;
  border-color: #47b9d71a;
}

html[data-theme="dark"] .references-body .reference-card {
  background: #09203199 !important;
  border-color: #47b9d717 !important;
  box-shadow: 0 10px 34px #0000001a !important;
}

html[data-theme="dark"] .references-body .reference-card:before {
  background: #47b9d71a;
}

html[data-theme="dark"] .references-body .reference-card:after {
  color: #87aec861;
}

@media (width <= 820px) {
  .references-body .reference-card {
    grid-template-columns: 1fr;
    padding: 24px 48px 22px 22px !important;
  }

  .references-body .reference-card:before {
    display: none;
  }

  .references-body .reference-card-head {
    flex-flow: wrap;
    grid-area: auto / 1;
    align-items: center;
    margin-bottom: 18px;
    padding: 0;
  }

  .references-body .reference-card h3, .references-body .reference-card > p, .references-body .reference-tags, .references-body .reference-details {
    grid-column: 1;
  }
}

@media (width <= 560px) {
  .references-body .references-page {
    padding-top: 100px !important;
  }

  .references-body .references-proof-panel {
    padding: 22px 19px !important;
  }

  .references-body .reference-card {
    border-radius: 14px !important;
    padding: 22px 20px 20px !important;
  }

  .references-body .reference-card:after {
    display: none;
  }
}

.references-body .references-hero-copy {
  padding-bottom: 6px;
}

.references-body .references-proof-panel {
  grid-template-columns: minmax(220px, .65fr) minmax(0, 2fr);
}

.references-body .reference-metric {
  padding-bottom: 17px;
  position: relative;
}

.references-body .reference-metric:after {
  content: "";
  background: linear-gradient(90deg, var(--site-cyan) 0 72%, color-mix(in srgb, var(--site-blue) 10%, transparent) 72%);
  opacity: .72;
  border-radius: 99px;
  width: calc(100% - 40px);
  height: 3px;
  position: absolute;
  bottom: 1px;
  left: 20px;
  overflow: hidden;
}

.references-body .reference-metric:nth-child(2):after {
  background: linear-gradient(90deg, var(--site-blue) 0 84%, color-mix(in srgb, var(--site-blue) 10%, transparent) 84%);
}

.references-body .reference-metric:nth-child(3):after {
  background: linear-gradient(90deg, #7c75ec 0 66%, #7c75ec1a 66%);
}

.references-body .reference-card {
  --case-accent: #25bde0;
  --case-accent-rgb: 37, 189, 224;
  grid-template-columns: 190px minmax(0, 1fr);
  border-left: 3px solid var(--case-accent) !important;
  background: linear-gradient(100deg, rgba(var(--case-accent-rgb), .075), transparent 31%),
    #ffffffad !important;
  min-height: 248px !important;
  padding: 31px 68px 28px 32px !important;
}

.references-body .reference-card[data-category~="exchange"] {
  --case-accent: #1da6e8;
  --case-accent-rgb: 29, 166, 232;
}

.references-body .reference-card[data-category~="backup"] {
  --case-accent: #6d78e8;
  --case-accent-rgb: 109, 120, 232;
}

.references-body .reference-card[data-category~="azure"] {
  --case-accent: #2587df;
  --case-accent-rgb: 37, 135, 223;
}

.references-body .reference-card[data-category~="security"] {
  --case-accent: #8b6ce3;
  --case-accent-rgb: 139, 108, 227;
}

.references-body .reference-card[data-category="migration"] {
  --case-accent: #ed9f43;
  --case-accent-rgb: 237, 159, 67;
}

.references-body .reference-card:before {
  background: rgba(var(--case-accent-rgb), .16);
  left: 221px;
}

.references-body .reference-card-head {
  padding-right: 28px;
}

.references-body .reference-card-head:before {
  content: counter(reference-item, decimal-leading-zero);
  border: 1px solid rgba(var(--case-accent-rgb), .27);
  background: radial-gradient(circle at 72% 24%, #ffffffa6, transparent 25%),
    linear-gradient(145deg, rgba(var(--case-accent-rgb), .2), rgba(var(--case-accent-rgb), .055));
  width: 68px;
  height: 68px;
  box-shadow: inset 0 1px 0 #ffffffa6,
    0 13px 30px rgba(var(--case-accent-rgb), .12);
  letter-spacing: -.04em;
  color: var(--case-accent);
  border-radius: 19px;
  place-items: center;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: grid;
}

.references-body .reference-category {
  border-color: rgba(var(--case-accent-rgb), .18);
  background: rgba(var(--case-accent-rgb), .09);
  color: color-mix(in srgb, var(--case-accent) 78%, var(--lux-text));
}

.references-body .reference-impact {
  max-width: 150px;
  color: var(--lux-text);
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 650;
}

.references-body .reference-card:after {
  display: none;
}

.references-body .reference-card h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2.2vw, 30px) !important;
}

.references-body .reference-card > p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 670px;
  display: -webkit-box;
  overflow: hidden;
}

.references-body .reference-tags > span:nth-child(n+4) {
  display: none;
}

.references-body .reference-tags span {
  border-color: rgba(var(--case-accent-rgb), .13);
  background: rgba(var(--case-accent-rgb), .055);
}

.references-body .reference-details summary {
  color: var(--case-accent);
}

.references-body .reference-details summary:after {
  border-color: rgba(var(--case-accent-rgb), .2);
  background: rgba(var(--case-accent-rgb), .08);
}

html[data-theme="dark"] .references-body .reference-card {
  background: linear-gradient(100deg, rgba(var(--case-accent-rgb), .1), transparent 32%),
    #081f30ad !important;
}

html[data-theme="dark"] .references-body .reference-card-head:before {
  border-color: rgba(var(--case-accent-rgb), .24);
  background: radial-gradient(circle at 72% 24%, #ffffff1c, transparent 25%),
    linear-gradient(145deg, rgba(var(--case-accent-rgb), .2), rgba(var(--case-accent-rgb), .045));
  box-shadow: inset 0 1px #ffffff14, 0 14px 32px #0000002e;
}

html[data-theme="dark"] .references-body .reference-category {
  color: color-mix(in srgb, var(--case-accent) 82%, white);
}

@media (width <= 980px) {
  .references-body .references-proof-panel {
    grid-template-columns: 1fr;
  }

  .references-body .reference-metric:first-child:after {
    width: calc(100% - 20px);
    left: 0;
  }
}

.references-body .references-page {
  background: radial-gradient(46% 38% at 92% 8%, #1db2db30, #0000 70%), radial-gradient(36% 28% at 5% 32%, #436fd61a, #0000 72%), linear-gradient(145deg, #e9f3fa 0%, #f8fbfd 44%, #eaf4f9 100%) !important;
  padding: 112px 0 96px !important;
}

.references-body .references-hero-copy {
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: none;
  display: flex;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 46px 14px 46px 0 !important;
}

.references-body .references-hero-copy h1 {
  max-width: 720px;
  letter-spacing: -.05em !important;
  font-size: clamp(44px, 4.6vw, 66px) !important;
  line-height: 1.03 !important;
}

.references-body .references-lead {
  max-width: 630px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.62;
}

.references-body .reference-pill-row .marquee-track {
  width: auto;
  display: block;
  animation: none !important;
  transform: none !important;
}

.references-body .references-proof-panel {
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  display: flex;
  background: radial-gradient(circle at 100% 0, #28bedc24, #0000 40%), #ffffffb3 !important;
  border: 1px solid #167db226 !important;
  border-radius: 22px !important;
  padding: 34px !important;
  box-shadow: 0 24px 70px #1d52741a !important;
}

.references-body .references-proof-panel > h2 {
  max-width: 350px;
  margin: 0 0 28px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.25;
}

.references-body .references-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  display: grid;
}

.references-body .reference-metric {
  background: #ffffff8f;
  border: 1px solid #187fb71c;
  border-radius: 14px;
  min-height: 126px;
  padding: 18px 17px 24px;
}

.references-body .reference-metric:after {
  bottom: 14px;
  width: calc(100% - 34px) !important;
  left: 17px !important;
}

.references-body .reference-metric strong {
  font-size: 26px;
}

.references-body .reference-note {
  margin-top: 24px;
  padding: 16px 20px;
}

.references-body .reference-section-head {
  padding-top: 48px;
  margin-top: 86px !important;
}

.references-body .reference-filter-bar {
  margin-bottom: 30px;
}

.references-body .reference-card {
  flex-direction: column;
  border: 1px solid #1e74a421 !important;
  border-top: 3px solid var(--case-accent) !important;
  background: radial-gradient(circle at 100% 0, rgba(var(--case-accent-rgb), .11), transparent 34%),
    #ffffffb8 !important;
  border-left-width: 1px !important;
  border-radius: 20px !important;
  min-height: 390px !important;
  padding: 28px !important;
  display: flex !important;
  box-shadow: 0 17px 48px #1c486611 !important;
}

.references-body .reference-card:before {
  display: none !important;
}

.references-body .reference-card-head {
  grid-template-rows: auto auto;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 13px;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
}

.references-body .reference-card-head:before {
  border-radius: 15px;
  grid-area: 1 / 1 / span 2;
  width: 56px;
  height: 56px;
  margin: 0;
  font-size: 16px;
}

.references-body .reference-category {
  grid-area: 1 / 2;
  justify-self: start;
}

.references-body .reference-impact {
  grid-area: 2 / 2;
  max-width: none;
}

.references-body .reference-card h3 {
  min-height: 68px;
  margin: 0 0 12px;
  font-size: clamp(23px, 2vw, 29px) !important;
}

.references-body .reference-card > p {
  min-height: 48px;
  margin-bottom: 20px;
}

.references-body .reference-tags {
  margin-top: auto;
  margin-bottom: 20px;
}

.references-body .reference-details {
  margin-top: 0;
}

html[data-theme="dark"] .references-body .reference-card {
  border-color: #43c1de1a !important;
  border-top-color: var(--case-accent) !important;
  background: radial-gradient(circle at 100% 0, rgba(var(--case-accent-rgb), .11), transparent 34%),
    #081e2ebf !important;
  box-shadow: 0 18px 50px #00000029 !important;
}

@media (width <= 1050px) {
  .references-body .references-hero-layout {
    grid-template-columns: 1fr !important;
  }

  .references-body .references-hero-copy {
    padding-right: 0 !important;
  }

  .references-body .references-proof-panel {
    max-width: none;
  }
}

@media (width <= 760px) {
  .references-body .references-page {
    padding-top: 96px !important;
  }

  .references-body .references-hero-copy {
    padding: 26px 0 12px !important;
  }

  .references-body .references-hero-copy h1 {
    font-size: clamp(39px, 11vw, 52px) !important;
  }

  .references-body .references-proof-panel {
    padding: 23px !important;
  }

  .references-body .reference-grid {
    grid-template-columns: 1fr !important;
    gap: 17px !important;
  }

  .references-body .reference-card {
    min-height: 0 !important;
    padding: 23px !important;
  }

  .references-body .reference-card h3, .references-body .reference-card > p {
    min-height: 0;
  }
}

@media (width <= 480px) {
  .references-body .references-metrics {
    grid-template-columns: 1fr;
  }

  .references-body .reference-metric {
    min-height: 108px;
  }
}

@media (width <= 820px) {
  .references-body .reference-card {
    grid-template-columns: 1fr;
    min-height: 0 !important;
    padding: 24px 24px 22px !important;
  }

  .references-body .reference-card-head {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 13px;
    display: grid;
  }

  .references-body .reference-card-head:before {
    border-radius: 15px;
    grid-row: 1 / span 2;
    width: 56px;
    height: 56px;
    margin: 0;
    font-size: 17px;
  }

  .references-body .reference-category, .references-body .reference-impact {
    grid-column: 2;
  }
}

@media (width <= 560px) {
  .references-body .references-metrics {
    gap: 22px 0;
  }

  .references-body .reference-metric:after {
    width: calc(100% - 40px);
    left: 20px;
  }

  .references-body .reference-metric:nth-child(odd):after {
    width: calc(100% - 20px);
    left: 0;
  }
}

.references-body {
  background: #f4f8fc;
}

.references-body .references-page {
  isolation: isolate;
  background: linear-gradient(#1473b909 1px, #0000 1px) 0 0 / 56px 56px, linear-gradient(90deg, #1473b909 1px, #0000 1px) 0 0 / 56px 56px, radial-gradient(66% 34% at 82% 3%, #25c0e024, #0000 68%), radial-gradient(50% 28% at 8% 16%, #457ee514, #0000 72%), linear-gradient(#f8fbfe 0%, #f3f7fb 34%, #edf4f9 100%) !important;
  padding-top: 120px !important;
}

.references-body .references-page:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  border: 1px solid #28b2da24;
  border-radius: 50%;
  width: 620px;
  height: 620px;
  position: absolute;
  top: 90px;
  right: -160px;
  box-shadow: 0 0 0 95px #28b2da09, 0 0 0 190px #28b2da05;
}

.references-body .references-page .hero-bg, .references-body .references-page .hero-canvas {
  display: none !important;
}

.references-body .references-content {
  z-index: 1;
  position: relative;
}

.references-body .references-hero-copy {
  padding: 42px 0 24px;
}

.references-body .references-proof-panel {
  backdrop-filter: blur(20px);
  background: #ffffffb8 !important;
  border-color: #1f84be29 !important;
  box-shadow: 0 20px 55px #20527814 !important;
}

.references-body .reference-note {
  background: #ffffff7a;
  border: 1px solid #1f84be1f;
}

.references-body .reference-section-head {
  border-top: 1px solid #1f84be26;
  padding-top: 62px;
  position: relative;
  margin-top: 96px !important;
}

.references-body .reference-section-head:before {
  content: "";
  background: linear-gradient(90deg, var(--site-blue), var(--site-cyan));
  border-radius: 9px;
  width: 96px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  box-shadow: 0 0 22px #23c1e257;
}

.references-body .reference-filter-bar {
  background: #f7fbfedb;
  border-color: #1f84be24;
  margin-bottom: 22px;
  top: 94px;
}

.references-body .reference-grid {
  background: linear-gradient(135deg, #ffffffc2, #f7fbfe94);
  border: 1px solid #1f84be1f;
  border-radius: 25px;
  padding: 22px;
  box-shadow: 0 28px 80px #1f4e7113;
}

.references-body .reference-card {
  box-shadow: none !important;
  background: #ffffffd6 !important;
  border-color: #1f84be21 !important;
}

.references-body .reference-card:hover {
  background: #fffffffa !important;
  box-shadow: 0 18px 42px #1f5b831a !important;
}

.references-body .reference-cta {
  background: radial-gradient(circle at 88% 15%, #2dcae329, #0000 34%), linear-gradient(135deg, #ffffffe0, #eef7fdc7);
  border: 1px solid #27abd530;
  overflow: hidden;
  box-shadow: 0 24px 65px #1f537817;
}

html[data-theme="dark"] .references-body {
  background: #061522;
}

html[data-theme="dark"] .references-body .references-page:before {
  border-color: #3ac9e61c;
  box-shadow: 0 0 0 95px #28bedc06, 0 0 0 190px #28bedc03;
}

html[data-theme="dark"] .references-body .reference-note {
  background: #091f3094;
  border-color: #41c6e41c;
}

html[data-theme="dark"] .references-body .reference-section-head {
  border-top-color: #41c6e41f;
}

html[data-theme="dark"] .references-body .reference-filter-bar {
  background: #061826db;
  border-color: #41c6e421;
  box-shadow: 0 14px 38px #00000038;
}

html[data-theme="dark"] .references-body .reference-grid {
  background: linear-gradient(135deg, #0a2335c7, #071b2b9e);
  border-color: #41c6e41c;
  box-shadow: 0 28px 80px #00000038;
}

html[data-theme="dark"] .references-body .reference-card {
  box-shadow: none !important;
  background: #0a2437d1 !important;
  border-color: #41c6e41a !important;
}

html[data-theme="dark"] .references-body .reference-card:hover {
  background: #0c2a40f5 !important;
  border-color: #41c6e445 !important;
  box-shadow: 0 18px 46px #0000003d !important;
}

html[data-theme="dark"] .references-body .reference-cta {
  background: radial-gradient(circle at 88% 15%, #2cc3e01f, #0000 34%), linear-gradient(135deg, #0a263ae6, #071d2ed1);
  border-color: #41c6e421;
  box-shadow: 0 26px 70px #0000003d;
}

@media (width <= 760px) {
  .references-body .references-page {
    background-size: 38px 38px, 38px 38px, auto, auto, auto !important;
    padding-top: 98px !important;
  }

  .references-body .references-hero-copy {
    padding-top: 28px;
  }

  .references-body .reference-section-head {
    padding-top: 44px;
    margin-top: 68px !important;
  }

  .references-body .reference-grid {
    border-radius: 20px;
    padding: 10px;
  }
}

.home-page .why-section {
  text-align: left !important;
  background: radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--site-cyan) 10%, transparent), transparent 28%),
    radial-gradient(circle at 8% 90%, color-mix(in srgb, var(--site-violet) 7%, transparent), transparent 30%),
    var(--site-soft) !important;
  padding: 72px 0 86px !important;
}

.home-page .why-section > .container {
  display: block;
}

.home-page .why-section .eyebrow {
  text-align: left;
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 8px 13px;
  display: inline-flex;
}

.home-page .why-section .section-sub {
  max-width: 720px;
  color: var(--lux-muted);
  text-align: left;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

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

.home-page .why-item {
  flex-direction: column;
  min-width: 0;
  min-height: 206px;
  display: flex;
  text-align: left !important;
  border-radius: 18px !important;
  align-items: flex-start !important;
  padding: 26px 28px !important;
  box-shadow: 0 14px 36px #0a386011 !important;
}

.home-page .why-item:before {
  opacity: .55;
  width: 110px;
  height: 110px;
  top: -60px;
  right: -58px;
}

.home-page .why-ic {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 28%, var(--lux-border));
  background: color-mix(in srgb, var(--site-cyan) 8%, var(--lux-card));
  border-radius: 14px;
  width: 48px;
  height: 48px;
  margin: 0 0 21px;
  display: inline-flex;
}

.home-page .why-ic svg {
  width: 23px;
  height: 23px;
}

.home-page .why-item h3 {
  text-align: left;
  min-height: auto;
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.3;
}

.home-page .why-item p {
  width: 100%;
  max-width: 360px;
  color: var(--lux-muted);
  text-align: left;
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.home-page .why-item:hover {
  transform: translateY(-4px);
}

@media (width <= 900px) {
  .home-page .why-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    max-width: none;
    margin-inline: 0;
  }

  .home-page .why-item {
    min-height: 0;
  }

  .home-page .why-item p {
    max-width: 620px;
  }
}

@media (width <= 620px) {
  .home-page .why-section {
    padding: 62px 0 68px !important;
  }

  .home-page .why-section h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-page .why-grid {
    margin-top: 30px;
  }

  .home-page .why-item {
    padding: 23px !important;
  }
}

.home-page, .services-page, .service-page, .about-page, .references-body, .legal-body {
  font-size: 16px;
  line-height: 1.65;
}

.home-page main, .services-page main, .service-page main, .about-page main, .references-body main, .legal-body main {
  text-align: left;
}

.home-page h1, .services-page h1, .service-page h1, .about-page h1, .references-body h1, .legal-body h1, .home-page h2, .services-page h2, .service-page h2, .about-page h2, .references-body h2, .legal-body h2, .home-page h3, .services-page h3, .service-page h3, .about-page h3, .references-body h3, .legal-body h3 {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  max-width: 100%;
}

.home-page p, .services-page p, .service-page p, .about-page p, .references-body p, .legal-body p, .home-page li, .services-page li, .service-page li, .about-page li, .references-body li, .legal-body li {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.home-page .hero h1, .services-page .services-hero-copy h1, .service-page .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1 {
  letter-spacing: -.045em;
  max-width: 760px;
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 1.08;
}

.home-page .hero .lead, .services-page .services-hero-copy .lead, .service-page .service-hero-copy .lead, .about-page .team-page-intro > p:last-child, .references-body .references-lead {
  max-width: 660px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.home-page .section h2, .services-page .section h2, .service-page .section h2, .about-page .team-story h2, .references-body .reference-section-head h2, .references-body .reference-cta h2 {
  letter-spacing: -.035em;
  max-width: 760px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.14;
}

.home-page .section-sub, .services-page .section-sub, .service-page .section-sub, .home-page .section > .container > p:not(.eyebrow), .service-page .section > .container > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.72;
}

.home-page .eyebrow, .services-page .eyebrow, .service-page .eyebrow, .about-page .eyebrow, .references-body .eyebrow {
  white-space: normal;
  line-height: 1.3;
}

.home-page .card h3, .home-page .process h3, .services-page .service-showcase-card h3, .services-page .services-steps h3, .service-page .service-detail-card h3, .service-page .service-process h3, .service-page .benefit-list h3, .about-page .team-value h3, .references-body .reference-card h3 {
  letter-spacing: -.015em;
  min-height: 2.6em;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.3;
}

.home-page .card p, .home-page .process p, .services-page .service-showcase-card p, .services-page .services-steps p, .service-page .service-detail-card p, .service-page .service-process p, .service-page .benefit-list p, .about-page .team-value p, .references-body .reference-card p {
  margin-top: 0;
  font-size: 15.5px;
  line-height: 1.68;
}

.services-page .service-showcase-card, .service-page:not(.security-page) .service-detail-card, .service-page:not(.security-page) .service-process > div, .service-page:not(.security-page) .benefit-list article {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-page .service-showcase-card p, .service-page:not(.security-page) .service-detail-card p, .service-page:not(.security-page) .service-process > div p, .service-page:not(.security-page) .benefit-list article p {
  width: 100%;
}

.services-page .services-showcase, .service-page:not(.security-page) .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.services-page .service-showcase-card, .services-page .service-showcase-card:first-child, .services-page .service-showcase-card:nth-child(2), .services-page .service-showcase-card:nth-child(5), .services-page .service-showcase-card:nth-child(6) {
  min-height: 315px;
}

.service-page:not(.security-page) .service-detail-card {
  min-height: 280px;
}

.service-page:not(.security-page) .service-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-page:not(.security-page) .service-process > div {
  min-height: 250px;
}

.service-page:not(.security-page) .service-process h3 {
  min-height: auto;
}

.service-page .check-list, .service-page .team-skills, .about-page .team-skills {
  padding-left: 0;
}

.service-page .check-list li, .about-page .team-skills li {
  line-height: 1.58;
}

.service-page .check-list li + li, .about-page .team-skills li + li {
  margin-top: 9px;
}

.service-page .faq-list summary {
  letter-spacing: -.008em;
  padding-right: 58px;
  font-size: 16px;
  line-height: 1.48;
}

.service-page .faq-list details p {
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.72;
}

.service-page .contact-grid > div > p, .services-page .services-cta p {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.75;
}

.service-page .form-field label, .service-page .privacy-consent {
  font-size: 14px;
  line-height: 1.5;
}

.about-page .team-member-content > p:not(.team-role) {
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.72;
}

.about-page .team-member h2 {
  min-height: auto;
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 1.22;
}

.about-page .team-role {
  margin-bottom: 20px;
  line-height: 1.5;
}

.references-body .reference-card h3 {
  min-height: auto;
  font-size: 22px;
  line-height: 1.3;
}

.references-body .reference-card {
  padding: clamp(24px, 3vw, 34px);
}

.references-body .reference-card-head {
  align-items: flex-start;
  gap: 12px;
}

.references-body .reference-tags {
  gap: 7px;
}

.legal-body .legal-content {
  font-size: 16px;
}

.legal-body .legal-content h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.1;
}

.legal-body .legal-content h2 {
  max-width: 760px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.25;
}

.legal-body .legal-content h3 {
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.35;
}

@media (width <= 760px) {
  .home-page .hero h1, .services-page .services-hero-copy h1, .service-page .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.1;
  }

  .home-page .section h2, .services-page .section h2, .service-page .section h2, .about-page .team-story h2, .references-body .reference-section-head h2, .references-body .reference-cta h2 {
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.16;
  }

  .services-page .services-showcase, .service-page:not(.security-page) .service-card-grid, .service-page:not(.security-page) .service-process {
    grid-template-columns: 1fr;
  }

  .home-page .card h3, .home-page .process h3, .services-page .service-showcase-card h3, .services-page .services-steps h3, .service-page .service-detail-card h3, .service-page .service-process h3, .service-page .benefit-list h3, .about-page .team-value h3 {
    min-height: auto;
  }

  .services-page .service-showcase-card, .services-page .service-showcase-card:first-child, .services-page .service-showcase-card:nth-child(2), .services-page .service-showcase-card:nth-child(5), .services-page .service-showcase-card:nth-child(6), .service-page:not(.security-page) .service-detail-card, .service-page:not(.security-page) .service-process > div {
    min-height: 0;
  }

  .references-body .reference-card-head {
    grid-template-columns: 1fr;
    display: grid;
  }
}

.home-page, .service-page, .about-page, .references-body, .legal-body {
  --site-blue: #246bfe;
  --site-cyan: #09bdd5;
  --site-violet: #805cf5;
  --site-soft: color-mix(in srgb, var(--site-blue) 4%, var(--lux-bg));
}

.home-page .container, .service-page .container, .about-page .container, .references-body .container, .legal-body .container {
  width: min(100% - 40px, 1240px);
}

.home-page .section, .service-page .section {
  isolation: isolate;
  padding-block: clamp(84px, 8vw, 118px);
  position: relative;
  overflow: hidden;
}

.home-page .section > .container, .service-page .section > .container {
  z-index: 1;
  position: relative;
}

.home-page .section h2, .service-page .section h2 {
  letter-spacing: -.038em;
  text-wrap: balance;
}

.home-page .section p, .service-page .section p, .about-page p, .references-body p, .legal-body p {
  text-wrap: pretty;
}

.home-page .process-section, .home-page .about-section {
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--site-cyan) 9%, transparent), transparent 27%),
    var(--site-soft) !important;
}

.home-page .why-section, .home-page .contact {
  background: radial-gradient(circle at 8% 20%, color-mix(in srgb, var(--site-violet) 8%, transparent), transparent 28%),
    var(--lux-bg) !important;
}

.home-page .process, .home-page .why-grid, .home-page .about-grid {
  gap: 18px;
}

.home-page .process > div, .home-page .why-card {
  border-radius: 20px;
  min-width: 0;
  box-shadow: 0 16px 44px #0e3e6811;
}

.home-page .testimonials {
  padding-block: clamp(84px, 8vw, 118px);
}

.service-page:not(.security-page) .service-hero {
  background: radial-gradient(circle at 88% 24%, color-mix(in srgb, var(--site-cyan) 15%, transparent), transparent 29%),
    radial-gradient(circle at 60% 0, color-mix(in srgb, var(--site-violet) 9%, transparent), transparent 28%),
    var(--lux-bg);
  min-height: 720px;
  padding: 142px 0 72px;
}

.service-page:not(.security-page) .service-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.service-page:not(.security-page) .service-hero-copy h1 {
  letter-spacing: -.052em;
  text-wrap: balance;
  max-width: 820px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.02;
}

.service-page:not(.security-page) .service-hero-copy .lead {
  max-width: 700px;
  line-height: 1.68;
}

.service-page:not(.security-page) .service-summary {
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--site-cyan) 13%, transparent), transparent 38%),
    color-mix(in srgb, var(--lux-card) 92%, transparent);
  border-radius: 24px;
  justify-self: end;
  max-width: 470px;
  padding: 34px;
  overflow: hidden;
  box-shadow: 0 28px 72px #0a3b691f;
}

.service-page:not(.security-page) .service-summary h2 {
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.2;
}

.service-page:not(.security-page) .service-intro {
  background: radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--site-cyan) 9%, transparent), transparent 29%),
    var(--lux-bg) !important;
}

.service-page:not(.security-page) .service-intro .split-content {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.service-page:not(.security-page) .service-intro .prose {
  border-left: 2px solid color-mix(in srgb, var(--site-cyan) 38%, var(--lux-border));
  max-width: 700px;
  padding-left: 30px;
}

.service-page:not(.security-page) .process-section {
  background: radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--site-blue) 10%, transparent), transparent 27%),
    linear-gradient(145deg, color-mix(in srgb, var(--site-violet) 4%, transparent), transparent 42%),
    var(--site-soft) !important;
}

.service-page:not(.security-page) .service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.service-page:not(.security-page) .service-detail-card {
  background: color-mix(in srgb, var(--lux-card) 94%, transparent);
  border-radius: 20px;
  min-width: 0;
  min-height: 260px;
  padding: 27px;
  box-shadow: 0 16px 42px #0e3e6811;
}

.service-page:not(.security-page) .service-detail-card .card-icon {
  border-radius: 15px;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

.service-page:not(.security-page) .service-detail-card h3 {
  font-size: 21px;
  line-height: 1.3;
}

.service-page:not(.security-page) .service-detail-card p {
  line-height: 1.63;
}

.service-page:not(.security-page) .service-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.service-page:not(.security-page) .service-process > div {
  border: 1px solid color-mix(in srgb, var(--site-blue) 13%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 91%, transparent);
  border-radius: 19px;
  min-width: 0;
  min-height: 278px;
  padding: 28px 24px;
}

.service-page:not(.security-page) .service-process > div p {
  line-height: 1.62;
}

.service-page:not(.security-page) .service-benefits {
  background: radial-gradient(circle at 10% 80%, color-mix(in srgb, var(--site-violet) 9%, transparent), transparent 30%),
    var(--site-soft) !important;
}

.service-page:not(.security-page) .service-benefits .split-content {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.service-page:not(.security-page) .benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.service-page:not(.security-page) .benefit-list article {
  border-radius: 18px;
  min-width: 0;
  min-height: 160px;
  padding: 26px;
}

.microsoft-365-page .service-benefits .benefit-list h3 {
  min-height: 0;
  margin-bottom: 6px;
}

.service-page:not(.security-page) .faq-section {
  background: radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--site-cyan) 8%, transparent), transparent 27%),
    var(--lux-bg) !important;
}

.service-page:not(.security-page) .faq-layout {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(48px, 7vw, 105px);
}

.service-page:not(.security-page) .faq-layout > div:first-child {
  position: sticky;
  top: 120px;
}

.service-page:not(.security-page) .faq-list {
  gap: 11px;
  min-width: 0;
}

.service-page:not(.security-page) .faq-list details {
  background: color-mix(in srgb, var(--lux-card) 93%, transparent);
  border-radius: 16px;
}

.service-page:not(.security-page) .contact {
  color: #eff8ff;
  background: radial-gradient(circle at 8% 15%, #09bdd53d, #0000 29%), radial-gradient(circle at 92% 84%, #805cf538, #0000 30%), linear-gradient(135deg, #06172b, #0a3153 54%, #111d3f) !important;
}

.service-page:not(.security-page) .contact h2 {
  color: #fff;
}

.service-page:not(.security-page) .contact .eyebrow {
  color: #6fe2f2;
}

.service-page:not(.security-page) .contact-grid {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.service-page:not(.security-page) .contact-grid > div > p:last-child {
  color: #bed2e2;
  line-height: 1.72;
}

.service-page:not(.security-page) .contact-form {
  backdrop-filter: blur(18px);
  background: #ffffff13;
  border: 1px solid #a3dcff38;
  border-radius: 23px;
  padding: clamp(28px, 3vw, 38px);
  box-shadow: 0 28px 75px #00000042;
}

.service-page:not(.security-page) .contact-form label, .service-page:not(.security-page) .privacy-consent {
  color: #d8e8f3;
}

.service-page:not(.security-page) .contact-form input, .service-page:not(.security-page) .contact-form textarea {
  color: #fff;
  background: #04152570;
  border-color: #a9dcfa38;
}

.about-page .team-page {
  background: radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--site-cyan) 12%, transparent), transparent 27%),
    radial-gradient(circle at 8% 70%, color-mix(in srgb, var(--site-violet) 8%, transparent), transparent 30%),
    var(--lux-bg);
  padding: 150px 0 110px;
  position: relative;
  overflow: hidden;
}

.about-page .team-page-intro {
  max-width: 900px;
  margin-bottom: 62px;
}

.about-page .team-page-intro h1 {
  letter-spacing: -.052em;
  max-width: 850px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.02;
}

.about-page .team-page-intro > p:last-child {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.7;
}

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

.about-page .team-member {
  border: 1px solid color-mix(in srgb, var(--site-blue) 13%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 94%, transparent);
  border-radius: 24px;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 22px 58px #0e3e6817;
}

.about-page .team-photo {
  min-height: 430px;
}

.about-page .team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-page .team-member-content {
  padding: clamp(26px, 3vw, 38px);
}

.about-page .team-story {
  border: 1px solid color-mix(in srgb, var(--site-violet) 13%, var(--lux-border));
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--site-violet) 11%, transparent), transparent 35%),
    color-mix(in srgb, var(--lux-card) 93%, transparent);
  border-radius: 26px;
  margin-top: 90px;
  padding: clamp(36px, 5vw, 64px);
}

.about-page .team-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-page .team-value {
  border-radius: 18px;
  min-width: 0;
  padding: 25px;
}

.references-body .references-page {
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--site-cyan) 12%, transparent), transparent 29%),
    radial-gradient(circle at 8% 55%, color-mix(in srgb, var(--site-violet) 8%, transparent), transparent 29%),
    var(--lux-bg);
  min-height: auto;
  padding: 145px 0 105px;
}

.references-body .references-hero-layout {
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.references-body .references-hero-copy h1 {
  letter-spacing: -.052em;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.02;
}

.references-body .references-proof-panel {
  border-radius: 23px;
  box-shadow: 0 24px 65px #0e3e681a;
}

.references-body .reference-filter-bar {
  border-radius: 17px;
  gap: 8px;
  padding: 10px;
  display: flex;
  overflow-x: auto;
}

.references-body .reference-section-head {
  margin-top: 72px;
}

.references-body .reference-card {
  border-radius: 21px;
  min-width: 0;
  box-shadow: 0 16px 44px #0e3e6811;
}

.references-body .reference-cta {
  border-radius: 24px;
  margin-top: 70px;
}

.legal-body .legal-page {
  background: radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--site-cyan) 9%, transparent), transparent 27%),
    var(--lux-bg);
  min-height: auto;
  padding: 140px 0 100px;
}

.legal-body .legal-content {
  border: 1px solid color-mix(in srgb, var(--site-blue) 12%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 95%, transparent);
  border-radius: 24px;
  max-width: 980px;
  padding: clamp(32px, 5vw, 64px);
  box-shadow: 0 22px 60px #0e3e6813;
}

.legal-body .legal-content h1 {
  letter-spacing: -.045em;
  font-size: clamp(42px, 5vw, 68px);
}

.legal-body .legal-content h2 {
  margin-top: 40px;
  font-size: clamp(24px, 2.5vw, 34px);
}

.legal-body .legal-content p, .legal-body .legal-content li {
  max-width: 820px;
  line-height: 1.75;
}

html[data-theme="dark"] .home-page .process > div, html[data-theme="dark"] .home-page .why-card, html[data-theme="dark"] .service-page:not(.security-page) .service-summary, html[data-theme="dark"] .service-page:not(.security-page) .service-detail-card, html[data-theme="dark"] .service-page:not(.security-page) .service-process > div, html[data-theme="dark"] .service-page:not(.security-page) .faq-list details, html[data-theme="dark"] .about-page .team-member, html[data-theme="dark"] .about-page .team-story, html[data-theme="dark"] .references-body .reference-card, html[data-theme="dark"] .legal-body .legal-content {
  box-shadow: 0 20px 55px #0000003b;
}

@media (width <= 1050px) {
  .service-page:not(.security-page) .service-hero-grid, .service-page:not(.security-page) .service-intro .split-content, .service-page:not(.security-page) .service-benefits .split-content, .service-page:not(.security-page) .faq-layout, .service-page:not(.security-page) .contact-grid, .references-body .references-hero-layout {
    grid-template-columns: 1fr;
  }

  .service-page:not(.security-page) .service-summary {
    justify-self: start;
    max-width: 720px;
  }

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

  .service-page:not(.security-page) .faq-layout > div:first-child {
    position: static;
  }
}

@media (width <= 760px) {
  .home-page .container, .service-page .container, .about-page .container, .references-body .container, .legal-body .container {
    width: min(100% - 28px, 1240px);
  }

  .home-page .section, .service-page .section {
    padding-block: 72px;
  }

  .service-page:not(.security-page) .service-hero {
    min-height: auto;
    padding: 108px 0 64px;
  }

  .service-page:not(.security-page) .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .service-page:not(.security-page) .service-summary {
    padding: 26px;
  }

  .service-page:not(.security-page) .service-card-grid, .service-page:not(.security-page) .service-process, .service-page:not(.security-page) .benefit-list, .about-page .team-columns, .about-page .team-values, .references-body .reference-grid {
    grid-template-columns: 1fr;
  }

  .service-page:not(.security-page) .service-detail-card, .service-page:not(.security-page) .service-process > div, .service-page:not(.security-page) .benefit-list article {
    min-height: 0;
  }

  .about-page .team-page, .references-body .references-page, .legal-body .legal-page {
    padding: 108px 0 72px;
  }

  .about-page .team-photo {
    min-height: 340px;
  }

  .about-page .team-story {
    margin-top: 54px;
    padding: 28px 22px;
  }

  .legal-body .legal-content {
    border-radius: 19px;
    padding: 28px 22px;
  }
}

.home-page .why-section {
  text-align: left !important;
  padding: 72px 0 86px !important;
}

.home-page .why-section .eyebrow {
  width: max-content;
  text-align: left !important;
  margin: 0 0 20px !important;
  display: inline-flex !important;
}

.home-page .why-section h2 {
  text-align: left !important;
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(38px, 3.6vw, 58px) !important;
  line-height: 1.1 !important;
}

.home-page .why-section .section-sub {
  text-align: left !important;
  max-width: 720px !important;
  margin: 18px 0 0 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.home-page .why-section .why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 38px 0 0 !important;
}

.home-page .why-section .why-item {
  text-align: left !important;
  border-radius: 18px !important;
  align-items: flex-start !important;
  min-height: 206px !important;
  padding: 26px 28px !important;
}

.home-page .why-section .why-ic {
  border-radius: 14px !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 21px !important;
}

.home-page .why-section .why-item h3 {
  text-align: left !important;
  min-height: 0 !important;
  margin: 0 0 8px !important;
  font-size: 19px !important;
  line-height: 1.3 !important;
}

.home-page .why-section .why-item p {
  text-align: left !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

@media (width <= 900px) {
  .home-page .why-section .why-grid {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }

  .home-page .why-section .why-item {
    min-height: 0 !important;
  }

  .home-page .why-section .why-item p {
    max-width: 620px !important;
  }
}

@media (width <= 620px) {
  .home-page .why-section {
    padding: 62px 0 68px !important;
  }

  .home-page .why-section h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .home-page .why-section .why-grid {
    margin-top: 30px !important;
  }

  .home-page .why-section .why-item {
    padding: 23px !important;
  }
}

.references-body .references-page {
  overflow: hidden;
  background: radial-gradient(circle at 92% 7%, color-mix(in srgb, var(--site-cyan) 10%, transparent), transparent 26%),
    radial-gradient(circle at 3% 42%, color-mix(in srgb, var(--site-violet) 6%, transparent), transparent 24%),
    var(--lux-bg) !important;
  padding: 124px 0 88px !important;
}

.references-body .references-content {
  max-width: 1180px;
}

.references-body .references-hero-copy {
  max-width: 880px;
}

.references-body .references-hero-copy .eyebrow {
  margin-bottom: 18px;
}

.references-body .references-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  letter-spacing: -.048em !important;
  font-size: clamp(46px, 5vw, 70px) !important;
  line-height: 1.04 !important;
}

.references-body .references-lead {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.references-body .references-text {
  max-width: 680px;
  color: var(--lux-muted);
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.72;
}

.references-body .reference-pill-row {
  border-radius: 14px;
  max-width: 760px;
  margin-top: 28px;
  mask-image: linear-gradient(90deg, #0000, #000 6% 94%, #0000);
}

.references-body .references-proof-panel {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 18%, var(--lux-border));
  background: linear-gradient(135deg, color-mix(in srgb, var(--site-blue) 7%, transparent), transparent 55%),
    color-mix(in srgb, var(--lux-card) 96%, transparent);
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.8fr);
  align-items: center;
  gap: 38px;
  display: grid;
  border-radius: 20px !important;
  padding: 28px 30px !important;
  box-shadow: 0 18px 50px #0e3e6812 !important;
}

.references-body .references-proof-panel > h2 {
  grid-column: 1;
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.references-body .references-metrics {
  grid-column: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  display: grid;
}

.references-body .reference-metric {
  border: 0;
  border-left: 1px solid var(--lux-border);
  background: none;
  border-radius: 0;
  min-width: 0;
  padding: 4px 20px;
}

.references-body .reference-metric strong {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.1;
  display: block;
}

.references-body .reference-metric > span {
  font-size: 12px;
  line-height: 1.45;
  display: block;
}

.references-body .reference-note {
  border-radius: 14px;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 26px 0 0;
  padding: 18px 22px 18px 25px;
  display: grid;
}

.references-body .reference-note strong {
  font-size: 13px;
}

.references-body .reference-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.references-body .reference-section-head {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 50px;
  display: grid;
  margin: 76px 0 28px !important;
}

.references-body .reference-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.08;
}

.references-body .reference-section-head > p {
  max-width: 480px;
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 1.7;
}

.references-body .reference-filter-bar {
  z-index: 12;
  border: 1px solid var(--lux-border);
  background: color-mix(in srgb, var(--lux-bg) 88%, transparent);
  backdrop-filter: blur(18px);
  margin: 0 0 26px;
  position: sticky;
  top: 92px;
  overflow-x: auto;
  box-shadow: 0 12px 35px #133b5c12;
  border-radius: 15px !important;
  gap: 7px !important;
  padding: 8px !important;
  display: flex !important;
}

.references-body .reference-filter {
  border-radius: 10px;
  flex: none;
  min-height: 40px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 650;
}

.references-body .reference-grid {
  counter-reset: reference-item;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  display: grid !important;
}

.references-body .reference-card {
  border: 1px solid color-mix(in srgb, var(--site-blue) 13%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 97%, transparent);
  counter-increment: reference-item;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 18px !important;
  min-height: 0 !important;
  padding: 27px 28px 24px !important;
  box-shadow: 0 12px 34px #0e3e680e !important;
}

.references-body .reference-card:after {
  content: counter(reference-item, decimal-leading-zero);
  width: auto;
  height: auto;
  color: color-mix(in srgb, var(--lux-muted) 48%, transparent);
  opacity: 1;
  background: none;
  border: 0;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  right: 25px;
}

.references-body .reference-card:hover {
  border-color: color-mix(in srgb, var(--site-cyan) 42%, var(--lux-border));
  transform: translateY(-3px);
  box-shadow: 0 18px 44px #0e3e6817 !important;
}

.references-body .reference-card-head {
  margin-bottom: 22px;
}

.references-body .reference-category, .references-body .reference-impact {
  letter-spacing: .02em;
  font-size: 11px;
}

.references-body .reference-card h3 {
  max-width: 440px;
  margin: 0 0 13px;
  line-height: 1.25;
  font-size: clamp(21px, 2vw, 26px) !important;
}

.references-body .reference-card > p {
  max-width: 490px;
  margin: 0 0 20px;
  line-height: 1.67;
  font-size: 14px !important;
}

.references-body .reference-tags {
  gap: 6px;
  margin: auto 0 19px;
  display: flex;
}

.references-body .reference-tags span {
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 10px;
}

.references-body .reference-details {
  border-top: 1px solid var(--lux-border);
}

.references-body .reference-details summary {
  padding: 15px 38px 1px 0;
  font-size: 13px;
}

.references-body .reference-details > div {
  padding-top: 16px;
}

.references-body .reference-details ul {
  margin: 0 0 17px;
  padding-left: 18px;
}

.references-body .reference-details li, .references-body .reference-details p {
  font-size: 13px;
  line-height: 1.6;
}

.references-body .reference-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(32px, 4vw, 48px);
  display: grid;
  border-radius: 20px !important;
  margin-top: 64px !important;
}

.references-body .reference-cta h2 {
  max-width: 680px;
  margin: 8px 0 14px;
  font-size: clamp(30px, 3vw, 43px);
}

.references-body .reference-cta p:last-child {
  max-width: 650px;
  margin-bottom: 0;
}

html[data-theme="dark"] .references-body .references-proof-panel, html[data-theme="dark"] .references-body .reference-card {
  background: color-mix(in srgb, var(--lux-card) 94%, transparent);
  box-shadow: 0 18px 48px #00000030 !important;
}

@media (width <= 980px) {
  .references-body .references-proof-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .references-body .references-metrics {
    grid-column: 1;
  }

  .references-body .reference-metric:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

@media (width <= 760px) {
  .references-body .references-page {
    padding: 104px 0 68px !important;
  }

  .references-body .references-hero-copy h1 {
    font-size: clamp(39px, 11vw, 53px) !important;
  }

  .references-body .references-proof-panel {
    padding: 23px 21px !important;
  }

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

  .references-body .reference-metric:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .references-body .reference-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .references-body .reference-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 58px !important;
  }

  .references-body .reference-filter-bar {
    top: 78px;
  }

  .references-body .reference-grid {
    grid-template-columns: 1fr !important;
  }

  .references-body .reference-card {
    padding: 24px 21px 21px !important;
  }

  .references-body .reference-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.references-body .references-page {
  isolation: isolate;
  background: radial-gradient(52% 34% at 88% 6%, #27bee038, #0000 68%), radial-gradient(38% 26% at 7% 31%, #3a70da24, #0000 72%), linear-gradient(145deg, #dcecf7 0%, #f7fbfe 47%, #e3f1f7 100%) !important;
  padding: 112px 0 96px !important;
  position: relative !important;
}

.references-body .references-page:before {
  z-index: -1;
  pointer-events: none;
  opacity: .8;
  filter: drop-shadow(0 0 18px #24b9dd29);
  background: radial-gradient(48% 25% at 46% 76%, #0000 61%, #25a9da33 61.5%, #61d7eb14 62.3%, #0000 63.5%), radial-gradient(58% 32% at 62% 76%, #0000 65%, #4974d91f 65.5%, #0000 67%), radial-gradient(68% 40% at 42% 81%, #0000 68%, #27bfdd1a 68.5%, #0000 70%);
  height: 650px;
  position: absolute;
  inset: 70px -8% auto;
  content: "" !important;
  display: block !important;
}

.references-body .references-page:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  pointer-events: none;
  background: radial-gradient(circle, #43cee62b, #0000 68%);
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  top: 210px;
  right: 5%;
}

.references-body .references-content {
  z-index: 1;
  position: relative;
  max-width: 1240px !important;
}

.references-body .references-hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr) !important;
  align-items: center !important;
  gap: 42px !important;
  display: grid !important;
}

.references-body .references-hero-copy {
  max-width: none !important;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  padding: 52px 0 !important;
}

.references-body .references-hero-copy h1 {
  max-width: 720px !important;
  font-size: clamp(44px, 4.5vw, 66px) !important;
  line-height: 1.03 !important;
}

.references-body .references-lead {
  max-width: 640px !important;
  margin-top: 22px !important;
  font-size: 18px !important;
}

.references-body .references-text {
  display: none !important;
}

.references-body .reference-pill-row {
  max-width: 680px !important;
  margin-top: 25px !important;
  overflow: visible !important;
  mask-image: none !important;
}

.references-body .reference-pill-row .marquee-track {
  width: auto !important;
  animation: none !important;
  display: block !important;
  transform: none !important;
}

.references-body .reference-pill-row .marquee-set {
  flex-wrap: wrap !important;
  gap: 8px !important;
  display: flex !important;
}

.references-body .reference-pill-row .marquee-set[aria-hidden="true"] {
  display: none !important;
}

.references-body .reference-pill-row span {
  color: #1379aa !important;
  background: #ffffff9e !important;
  border: 1px solid #187fb72b !important;
  border-radius: 999px !important;
  margin: 0 !important;
  padding: 8px 13px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

.references-body .references-proof-panel {
  backdrop-filter: blur(22px);
  min-height: 500px;
  overflow: hidden;
  background: radial-gradient(circle at 88% 10%, #42d3e840, #0000 31%), radial-gradient(92% 42% at 50% 105%, #2d8eda33, #0000 68%), linear-gradient(155deg, #ffffffdb, #dcf0f9b8) !important;
  border: 1px solid #1c85b830 !important;
  border-radius: 26px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 36px !important;
  display: flex !important;
  box-shadow: 0 28px 80px #18567924 !important;
}

.references-body .references-proof-panel:before {
  content: "";
  pointer-events: none;
  border-top: 1px solid #1b9fd242;
  border-radius: 50%;
  height: 190px;
  position: absolute;
  inset: 25% -18% auto 14%;
  transform: rotate(-8deg);
  box-shadow: 0 -18px 40px #30c7e217, 0 38px 0 -37px #1b9fd233, 0 76px 0 -75px #4f6fd72b;
}

.references-body .references-proof-panel > h2 {
  z-index: 1;
  max-width: 360px;
  position: relative;
  margin: 0 !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.22 !important;
}

.references-body .references-proof-panel > p {
  display: none !important;
}

.references-body .references-metrics {
  z-index: 1;
  width: 100%;
  position: relative;
  grid-column: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: auto 0 0 !important;
  display: grid !important;
}

.references-body .reference-metric {
  min-height: 124px;
  background: #ffffff94 !important;
  border: 1px solid #1c85b821 !important;
  border-radius: 14px !important;
  padding: 18px 17px 24px !important;
}

.references-body .reference-metric:after {
  width: calc(100% - 34px) !important;
  bottom: 13px !important;
  left: 17px !important;
}

.references-body .reference-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.references-body .reference-card {
  border-radius: 20px !important;
  min-height: 390px !important;
}

html[data-theme="dark"] .references-body .references-page {
  background: radial-gradient(52% 34% at 88% 6%, #22b7d824, #0000 68%), radial-gradient(38% 26% at 7% 31%, #435bbe1f, #0000 72%), linear-gradient(145deg, #061522 0%, #0a1f2f 47%, #071824 100%) !important;
}

html[data-theme="dark"] .references-body .references-page:before {
  opacity: .7;
  background: radial-gradient(48% 25% at 46% 76%, #0000 61%, #29bedd29 61.5%, #53d0e60d 62.3%, #0000 63.5%), radial-gradient(58% 32% at 62% 76%, #0000 65%, #5166d21f 65.5%, #0000 67%), radial-gradient(68% 40% at 42% 81%, #0000 68%, #29bedd14 68.5%, #0000 70%);
}

html[data-theme="dark"] .references-body .reference-pill-row span {
  color: #50cde8 !important;
  background: #072132a3 !important;
  border-color: #42c4e026 !important;
}

html[data-theme="dark"] .references-body .references-proof-panel {
  background: radial-gradient(circle at 88% 10%, #37c4de26, #0000 31%), radial-gradient(92% 42% at 50% 105%, #3069c826, #0000 68%), linear-gradient(155deg, #092639e6, #061b2bd6) !important;
  border-color: #42c4e024 !important;
  box-shadow: 0 30px 84px #00000047 !important;
}

html[data-theme="dark"] .references-body .reference-metric {
  background: #071f2fa8 !important;
  border-color: #42c4e01a !important;
}

@media (width <= 1050px) {
  .references-body .references-hero-layout {
    grid-template-columns: 1fr !important;
  }

  .references-body .references-proof-panel {
    min-height: 420px;
  }
}

@media (width <= 760px) {
  .references-body .references-page {
    padding: 96px 0 70px !important;
  }

  .references-body .references-hero-copy {
    padding: 28px 0 8px !important;
  }

  .references-body .references-hero-copy h1 {
    font-size: clamp(39px, 11vw, 52px) !important;
  }

  .references-body .references-proof-panel {
    min-height: 0;
    padding: 24px !important;
  }

  .references-body .references-metrics {
    margin-top: 80px !important;
  }

  .references-body .reference-grid {
    grid-template-columns: 1fr !important;
    gap: 17px !important;
  }

  .references-body .reference-card {
    min-height: 0 !important;
  }
}

@media (width <= 480px) {
  .references-body .references-metrics {
    grid-template-columns: 1fr !important;
  }
}

.process-page {
  color: var(--lux-text);
  background: radial-gradient(ellipse 48% 28% at 92% 3%, color-mix(in srgb, var(--site-cyan) 15%, transparent), transparent 70%), var(--lux-bg);
  overflow: hidden;
}

.process-hero {
  align-items: center;
  min-height: 690px;
  padding: 170px 0 105px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.process-wave {
  pointer-events: none;
  background: radial-gradient(ellipse 50% 24% at 52% 95%, transparent 62%, color-mix(in srgb, var(--site-cyan) 24%, transparent) 62.5%, transparent 64%),
    radial-gradient(ellipse 64% 34% at 68% 92%, transparent 67%, color-mix(in srgb, var(--site-blue) 15%, transparent) 67.5%, transparent 69%);
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--site-cyan) 18%, transparent));
  position: absolute;
  inset: 0;
}

.process-hero-inner {
  z-index: 1;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  align-items: center;
  gap: 70px;
  display: grid;
  position: relative;
}

.process-hero h1 {
  letter-spacing: -.065em;
  max-width: 850px;
  margin: 22px 0 24px;
  font-size: clamp(58px, 7vw, 98px);
  line-height: .98;
}

.process-hero h1 span {
  background: linear-gradient(90deg, var(--site-blue), var(--site-cyan));
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.process-lead {
  max-width: 680px;
  color: var(--lux-muted);
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
}

.process-hero-map {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 18%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 76%, transparent);
  backdrop-filter: blur(20px);
  border-radius: 26px;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 17px;
  padding: 36px;
  display: grid;
  box-shadow: 0 28px 75px #14496c1c;
}

.process-hero-map span {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 30%, var(--lux-border));
  background: color-mix(in srgb, var(--site-cyan) 9%, var(--lux-card));
  width: 54px;
  height: 54px;
  color: var(--site-cyan);
  border-radius: 16px;
  place-items: center;
  font-family: Sora, sans-serif;
  font-weight: 700;
  display: grid;
}

.process-hero-map i {
  background: linear-gradient(90deg, var(--site-cyan), color-mix(in srgb, var(--site-blue) 20%, transparent));
  height: 1px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--site-cyan) 35%, transparent);
}

.process-journey {
  background: color-mix(in srgb, var(--lux-card) 38%, var(--lux-bg));
  padding: 105px 0;
}

.process-intro {
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 54px;
  display: grid;
}

.process-intro h2 {
  letter-spacing: -.045em;
  margin: 12px 0 0;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.05;
}

.process-intro > p {
  max-width: 500px;
  color: var(--lux-muted);
  margin: 0 0 5px;
  line-height: 1.75;
}

.process-timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
  position: relative;
}

.process-timeline:before {
  content: "";
  background: linear-gradient(transparent, color-mix(in srgb, var(--site-cyan) 30%, transparent), transparent);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.process-timeline article {
  border: 1px solid color-mix(in srgb, var(--site-blue) 12%, var(--lux-border));
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--site-cyan) 8%, transparent), transparent 34%), color-mix(in srgb, var(--lux-card) 91%, transparent);
  border-radius: 20px;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: 18px;
  min-height: 190px;
  padding: 28px;
  display: grid;
  box-shadow: 0 16px 44px #0f3e5e0f;
}

.process-step {
  color: var(--site-blue);
  padding-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.process-timeline .process-icon {
  border-radius: 15px;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  display: grid;
}

.process-timeline .process-icon .ico {
  width: 27px;
  height: 27px;
}

.process-timeline p {
  max-width: 430px;
  color: var(--lux-muted);
  margin: 0;
  line-height: 1.68;
}

.process-cta {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 18%, var(--lux-border));
  background: radial-gradient(circle at 92% 0, color-mix(in srgb, var(--site-cyan) 14%, transparent), transparent 38%), color-mix(in srgb, var(--lux-card) 88%, transparent);
  border-radius: 23px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 70px;
  padding: 44px;
  display: flex;
}

.process-cta h2 {
  margin: 9px 0 0;
  font-size: clamp(30px, 3.5vw, 46px);
}

html[data-theme="dark"] .process-hero-map, html[data-theme="dark"] .process-timeline article, html[data-theme="dark"] .process-cta {
  box-shadow: 0 22px 60px #00000038;
}

@media (width <= 1000px) {
  .process-hero-inner {
    grid-template-columns: 1fr;
  }

  .process-hero-map {
    max-width: 650px;
  }
}

@media (width <= 760px) {
  .process-hero {
    min-height: auto;
    padding: 120px 0 75px;
  }

  .process-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .process-hero-map {
    grid-template-columns: 48px 1fr 48px;
    padding: 23px;
  }

  .process-hero-map span {
    width: 48px;
    height: 48px;
  }

  .process-journey {
    padding: 75px 0;
  }

  .process-intro, .process-timeline {
    grid-template-columns: 1fr;
  }

  .process-timeline:before {
    display: none;
  }

  .process-timeline article {
    min-height: 0;
    padding: 23px;
  }

  .process-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 23px;
  }
}

@media (width <= 520px) {
  .process-hero-map {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .process-hero-map i {
    display: none;
  }
}

.process-body {
  background: #eef5fa;
}

.process-page {
  background: radial-gradient(52% 30% at 88% 4%, #29c0e02b, #0000 70%), radial-gradient(36% 24% at 5% 34%, #446cd317, #0000 72%), linear-gradient(150deg, #e7f2f9 0%, #f8fbfd 46%, #e9f3f8 100%) !important;
}

.process-wave {
  opacity: .85;
  background: radial-gradient(50% 23% at 48% 97%, #0000 62%, #23b1d833 62.5%, #0000 64%), radial-gradient(65% 33% at 68% 94%, #0000 67%, #496dd221 67.5%, #0000 69%), radial-gradient(circle at 86% 14%, #3ad1e729, #0000 24%);
}

.process-hero h1 {
  max-width: 760px;
  margin: 20px 0 22px;
  line-height: .99;
  font-size: clamp(56px, 6.2vw, 88px) !important;
}

.process-lead {
  max-width: 620px;
  font-size: 18px;
}

.process-hero-map {
  background: radial-gradient(circle at 90% 8%, #3cd2e72e, #0000 32%), #ffffffad;
  border: 1px solid #1a84b829;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  position: relative;
  box-shadow: 0 26px 72px #194f711c;
  padding: 48px 30px !important;
  display: flex !important;
}

.process-hero-map:before {
  content: "";
  background: linear-gradient(90deg, #0000, #1faad373, #4569d159, #0000);
  height: 1px;
  position: absolute;
  inset: 50% 30px auto;
  box-shadow: 0 0 18px #27bedc40;
}

.process-hero-map span {
  z-index: 1;
  background: #f4fbfeeb;
  border-radius: 15px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  position: relative;
}

.process-hero-map i {
  z-index: 1;
  background: linear-gradient(90deg, var(--site-cyan), var(--site-blue));
  flex: 22px;
  min-width: 10px;
  height: 2px;
  position: relative;
}

.process-journey {
  position: relative;
  background: #ffffff52 !important;
  padding: 92px 0 108px !important;
}

.process-journey:before {
  content: "";
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(#1e84b709 1px, #0000 1px), linear-gradient(90deg, #1e84b709 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 52px 52px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(#0000, #000 14% 86%, #0000);
}

.process-journey > .container {
  z-index: 1;
  position: relative;
}

.process-intro {
  gap: 50px;
  margin-bottom: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr) !important;
}

.process-intro h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 58px);
}

.process-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.process-timeline:before {
  background: linear-gradient(90deg, #0000, #27b4d859, #4c6acd4d, #0000);
  width: auto;
  height: 1px;
  inset: 43px 7% auto;
}

.process-timeline article {
  background: radial-gradient(circle at 100% 0, #2fc3df1c, #0000 35%), #ffffffb8;
  border: 1px solid #1c79a921;
  border-radius: 20px;
  flex-direction: column;
  min-height: 270px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 42px #1a49670f;
  padding: 26px !important;
  display: flex !important;
}

.process-timeline article:after {
  content: "";
  border: 1px solid #27b5d81a;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -44px;
  right: -36px;
}

.process-step {
  color: #2567947a;
  padding: 0;
  font-size: 13px;
  position: absolute;
  top: 28px;
  right: 27px;
}

.process-timeline .process-icon {
  background: linear-gradient(145deg, #27bfdc24, #456cd30f);
  border: 1px solid #24b1d633;
  flex: none;
  width: 58px;
  height: 58px;
  margin: 0 0 30px;
  box-shadow: 0 12px 28px #239cc217;
}

.process-timeline article > div {
  z-index: 1;
  position: relative;
}

.process-timeline h3 {
  margin: 0 0 11px;
  font-size: 25px;
}

.process-timeline p {
  font-size: 15px;
  line-height: 1.68;
}

.process-cta {
  background: radial-gradient(circle at 92% 0, #2fc6e129, #0000 38%), #ffffffb3;
  border-color: #208fbf26;
  margin-top: 60px;
  box-shadow: 0 22px 60px #1c4d6c14;
}

html[data-theme="dark"] .process-body {
  background: #061522;
}

html[data-theme="dark"] .process-page {
  background: radial-gradient(52% 30% at 88% 4%, #24b6d71f, #0000 70%), radial-gradient(36% 24% at 5% 34%, #445cbe1a, #0000 72%), linear-gradient(150deg, #061522 0%, #0a1e2d 46%, #071824 100%) !important;
}

html[data-theme="dark"] .process-hero-map {
  background: radial-gradient(circle at 90% 8%, #30bfdb21, #0000 32%), #081f2fc2;
  border-color: #3cbfdc21;
  box-shadow: 0 28px 78px #0000003d;
}

html[data-theme="dark"] .process-hero-map span {
  background: #082233f0;
}

html[data-theme="dark"] .process-journey {
  background: #05152157 !important;
}

html[data-theme="dark"] .process-timeline article {
  background: radial-gradient(circle at 100% 0, #2bb8d617, #0000 35%), #081f2fb8;
  border-color: #3cbfdc1a;
  box-shadow: 0 16px 46px #0000002e;
}

html[data-theme="dark"] .process-step {
  color: #85bbd86e;
}

html[data-theme="dark"] .process-cta {
  background: radial-gradient(circle at 92% 0, #2cb9d61c, #0000 38%), #081f2fb8;
  border-color: #3cbfdc1c;
  box-shadow: 0 24px 64px #0003;
}

@media (width <= 1050px) {
  .process-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .process-hero-map {
    max-width: none;
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .process-timeline:before {
    display: none;
  }
}

@media (width <= 720px) {
  .process-hero {
    min-height: auto !important;
    padding: 112px 0 68px !important;
  }

  .process-hero h1 {
    font-size: clamp(46px, 13vw, 64px) !important;
  }

  .process-hero-map {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    padding: 22px !important;
    display: grid !important;
  }

  .process-hero-map:before, .process-hero-map i {
    display: none;
  }

  .process-hero-map span {
    width: 100%;
    height: 52px;
  }

  .process-journey {
    padding: 72px 0 78px !important;
  }

  .process-intro {
    gap: 16px;
    margin-bottom: 34px;
    grid-template-columns: 1fr !important;
  }

  .process-timeline {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .process-timeline article {
    min-height: 0;
    padding: 22px !important;
  }

  .process-timeline .process-icon {
    margin-bottom: 22px;
  }

  .process-cta {
    margin-top: 42px;
  }
}

.support-fab {
  gap: 9px;
  min-width: 138px;
  border-radius: 18px !important;
  width: auto !important;
  padding: 8px 15px 8px 9px !important;
  left: auto !important;
  right: 26px !important;
}

.support-fab-label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  opacity: 1 !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

.support-fab:hover, .support-fab:focus-visible {
  transform: translateY(-3px);
  width: auto !important;
}

@media (width <= 520px) {
  .support-fab {
    min-width: 124px;
    padding-right: 12px !important;
    bottom: 15px !important;
    right: 15px !important;
  }
}

.process-hero {
  min-height: 720px !important;
  padding: 150px 0 96px !important;
}

.process-hero:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle, #1a8fbe1f 1px, #0000 1.5px);
  background-size: 34px 34px;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(90deg, #0000 2%, #000 45% 100%);
}

.process-hero-inner {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr) !important;
  gap: clamp(48px, 6vw, 94px) !important;
}

.process-hero h1 {
  font-size: clamp(58px, 6.35vw, 94px) !important;
}

.process-hero-visual {
  aspect-ratio: 1.08;
  isolation: isolate;
  justify-self: end;
  width: min(100%, 610px);
  position: relative;
}

.process-hero-visual:before {
  content: "";
  backdrop-filter: blur(12px);
  background: radial-gradient(circle at 50% 48%, #39c6e22e, #0000 18%), radial-gradient(circle, #ffffffd1, #e8f4fa7a 55%, #0000 72%);
  border: 1px solid #1893c521;
  border-radius: 42% 58% 54% 46% / 46% 40% 60% 54%;
  position: absolute;
  inset: 7%;
  box-shadow: inset 0 0 70px #1c8bbb0d, 0 35px 90px #184d6d1f;
}

.process-hero-visual:after {
  content: "";
  filter: blur(14px);
  background: conic-gradient(from 30deg, #0000, #2ec2e040, #0000 25%, #4465cf2e, #0000 58%);
  border-radius: 50%;
  animation: 11s linear infinite processHalo;
  position: absolute;
  inset: 18%;
}

.process-orbit {
  z-index: 1;
  border: 1px solid #219cc940;
  border-radius: 50%;
  position: absolute;
  inset: 20%;
  transform: rotate(-18deg);
  box-shadow: 0 0 24px #23b4d814;
}

.process-orbit-a:after, .process-orbit-b:after {
  content: "";
  background: #2dc7e4;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  left: 48%;
  box-shadow: 0 0 8px #2dc7e4, 0 0 22px #2dc7e4cc;
}

.process-orbit-a {
  animation: 13s linear infinite processOrbit;
}

.process-orbit-b {
  border-color: #486ad23d;
  animation: 10s linear infinite processOrbitReverse;
  inset: 29%;
  transform: rotate(34deg);
}

.process-orbit-b:after {
  background: #6b8af0;
  box-shadow: 0 0 8px #6b8af0, 0 0 22px #6b8af0b3;
}

.process-core {
  z-index: 4;
  color: #0e3851;
  background: linear-gradient(145deg, #fffffff0, #e5f4fad1);
  border: 1px solid #22a4d045;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 38%;
  box-shadow: 0 18px 52px #1668912e, inset 0 1px #fffc;
}

.process-core-mark {
  border: 4px solid #2cc6e3;
  border-top-color: #4879da;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  animation: 2.8s ease-in-out infinite processPulse;
  box-shadow: 0 0 18px #2cc6e38c;
}

.process-core strong {
  letter-spacing: -.02em;
  font-family: Sora, sans-serif;
  font-size: 15px;
}

.process-core small {
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .58;
  margin-top: 4px;
  font-size: 8px;
}

.process-node {
  z-index: 5;
  backdrop-filter: blur(16px);
  color: #31566d;
  background: #f9fdffe0;
  border: 1px solid #2397c42e;
  border-radius: 16px;
  align-items: center;
  gap: 9px;
  min-width: 108px;
  padding: 9px 12px 9px 9px;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 35px #1953741c;
}

.process-node b {
  color: #1689bd;
  background: linear-gradient(145deg, #26c1de2e, #456cd31a);
  border-radius: 10px;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-family: Sora, sans-serif;
  font-size: 10px;
  display: grid;
}

.process-node em {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.process-node-1 {
  top: 15%;
  left: 2%;
}

.process-node-2 {
  top: 10%;
  right: 4%;
}

.process-node-3 {
  top: 43%;
  right: -1%;
}

.process-node-4 {
  bottom: 8%;
  right: 7%;
}

.process-node-5 {
  bottom: 7%;
  left: 8%;
}

.process-node-6 {
  top: 49%;
  left: -2%;
}

.process-node:after {
  content: "";
  background: #30c8e4;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  box-shadow: 0 0 10px #30c8e4e6;
}

.process-node-1:after, .process-node-5:after, .process-node-6:after {
  right: -3px;
}

.process-node-2:after, .process-node-3:after, .process-node-4:after {
  left: -3px;
}

.process-signal {
  z-index: 3;
  filter: drop-shadow(0 0 7px #43d4ec);
  opacity: 0;
  background: linear-gradient(90deg, #0000, #43d4ec, #0000);
  border-radius: 99px;
  width: 70px;
  height: 2px;
  position: absolute;
}

.process-signal-a {
  animation: 4.8s ease-in-out infinite processSignal;
  top: 31%;
  left: 21%;
  transform: rotate(28deg);
}

.process-signal-b {
  animation: 4.8s ease-in-out 1.4s infinite processSignal;
  top: 37%;
  right: 17%;
  transform: rotate(-34deg);
}

.process-signal-c {
  animation: 4.8s ease-in-out 2.8s infinite processSignal;
  bottom: 25%;
  left: 23%;
  transform: rotate(-24deg);
}

html[data-theme="dark"] .process-hero:before {
  background-image: radial-gradient(circle, #37c5e01f 1px, #0000 1.5px);
}

html[data-theme="dark"] .process-hero-visual:before {
  background: radial-gradient(circle at 50% 48%, #2bbfdc29, #0000 18%), radial-gradient(circle, #0b2a3de6, #06192785 57%, #0000 72%);
  border-color: #37c2de21;
  box-shadow: inset 0 0 70px #27afd20f, 0 36px 100px #00000052;
}

html[data-theme="dark"] .process-core {
  color: #e4f5fb;
  background: linear-gradient(145deg, #0b2d40f5, #071d2ce6);
  border-color: #37c1dd30;
  box-shadow: 0 20px 58px #00000052;
}

html[data-theme="dark"] .process-node {
  color: #b9d1de;
  background: #082233db;
  border-color: #37c1dd24;
  box-shadow: 0 14px 38px #00000042;
}

.support-fab {
  height: 50px;
  border: 1px solid #ffffff3d !important;
  border-radius: 15px !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 5px 14px 5px 6px !important;
  bottom: 22px !important;
  right: 22px !important;
  box-shadow: 0 13px 34px #0e69903d !important;
}

.support-fab-icon {
  background: #ffffff24;
  border-radius: 11px;
  flex: 0 0 38px;
  place-items: center;
  display: grid;
  width: 38px !important;
  height: 38px !important;
}

.support-fab-icon svg {
  width: 18px;
  height: 18px;
}

.support-fab-label {
  letter-spacing: .01em;
  font-size: 12px !important;
}

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

@keyframes processOrbit {
  to {
    transform: rotate(342deg);
  }
}

@keyframes processOrbitReverse {
  to {
    transform: rotate(-326deg);
  }
}

@keyframes processPulse {
  0%, 100% {
    opacity: .75;
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes processSignal {
  0%, 20%, 100% {
    opacity: 0;
    transform: translate(-18px, 8px) rotate(28deg) scaleX(.35);
  }

  45%, 65% {
    opacity: .9;
  }

  80% {
    opacity: 0;
    transform: translate(30px, -14px) rotate(28deg) scaleX(1);
  }
}

@media (width <= 1100px) {
  .process-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .process-hero-visual {
    justify-self: center;
    width: min(100%, 650px);
  }
}

@media (width <= 680px) {
  .process-hero {
    padding: 116px 0 72px !important;
  }

  .process-hero-visual {
    aspect-ratio: .95;
    width: 100%;
    margin-top: 8px;
  }

  .process-node {
    min-width: 92px;
    padding: 7px 9px 7px 7px;
  }

  .process-node b {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .process-node em {
    font-size: 9px;
  }

  .process-node-1 {
    left: 0;
  }

  .process-node-2 {
    right: 0;
  }

  .process-node-3 {
    right: -2%;
  }

  .process-node-6 {
    left: -2%;
  }

  .support-fab {
    height: 46px;
    padding: 4px 11px 4px 5px !important;
    bottom: 12px !important;
    right: 12px !important;
  }

  .support-fab-icon {
    flex-basis: 36px;
    width: 36px !important;
    height: 36px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-orbit, .process-hero-visual:after, .process-core-mark, .process-signal {
    animation: none !important;
  }
}

.contact-premium {
  isolation: isolate;
  min-height: 850px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 9% 18%, #2cc1e029, #0000 29%), radial-gradient(circle at 88% 78%, #4c68d321, #0000 31%), linear-gradient(145deg, #eaf4f9 0%, #f9fcfd 48%, #e9f2f8 100%) !important;
  padding: 118px 0 124px !important;
}

.contact-premium:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(#1a8bb90b 1px, #0000 1px), linear-gradient(90deg, #1a8bb90b 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 54px 54px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(90deg, #000, #00000026 48%, #000);
}

.contact-ambient {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.contact-ambient span {
  filter: drop-shadow(0 0 15px #29c0de1f);
  border: 1px solid #21abd224;
  border-radius: 50%;
  position: absolute;
}

.contact-ambient span:first-child {
  width: 550px;
  height: 210px;
  top: 17%;
  left: -110px;
  transform: rotate(-14deg);
}

.contact-ambient span:nth-child(2) {
  width: 720px;
  height: 250px;
  bottom: 8%;
  right: -270px;
  transform: rotate(17deg);
}

.contact-ambient span:nth-child(3) {
  width: 410px;
  height: 410px;
  top: -290px;
  right: 30%;
}

.contact-premium .contact-grid {
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(70px, 8vw, 135px) !important;
}

.contact-premium .contact-intro {
  z-index: 1;
  position: relative;
}

.contact-premium .contact-intro .eyebrow {
  width: max-content;
  margin-bottom: 30px;
}

.contact-premium .contact-intro h2 {
  letter-spacing: -.06em;
  max-width: 670px;
  font-size: clamp(52px, 5.35vw, 78px);
  line-height: 1.02;
  margin: 0 0 26px !important;
}

.contact-premium .contact-intro h2:first-line {
  color: var(--lux-ink);
}

.contact-premium .contact-intro > .lang-de, .contact-premium .contact-intro > .lang-en {
  max-width: 600px;
}

.contact-premium .contact-intro p:not(.eyebrow) {
  color: var(--lux-muted) !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.contact-direct {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
  display: grid;
}

.contact-direct a {
  color: #183b51;
  backdrop-filter: blur(14px);
  background: #ffffff8f;
  border: 1px solid #1c86b421;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 15px;
  text-decoration: none;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: flex;
  box-shadow: 0 12px 35px #194b690f;
}

.contact-direct a:hover {
  border-color: #27b7d859;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px #195b7b1f;
}

.contact-direct-icon {
  color: #168cbc;
  background: linear-gradient(145deg, #28c1de2e, #4868cf14);
  border-radius: 12px;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 17px;
  display: grid;
}

.contact-direct a > span:last-child {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.contact-direct small {
  color: #728a99;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
}

.contact-direct strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.contact-trust {
  flex-wrap: wrap;
  gap: 20px 25px;
  margin-top: 28px;
  display: flex;
}

.contact-trust > span {
  color: #617b8b;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.contact-trust b {
  color: #27aaca;
  font-family: Sora, sans-serif;
  font-size: 9px;
}

.contact-premium .contact-form {
  backdrop-filter: blur(24px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 100% 0, #2fc4e021, #0000 35%), #ffffffbd !important;
  border: 1px solid #1b84b026 !important;
  border-radius: 30px !important;
  gap: 18px 16px !important;
  max-width: 720px !important;
  padding: clamp(28px, 3.2vw, 46px) !important;
  display: grid !important;
  box-shadow: 0 32px 90px #16486721, inset 0 1px #fffc !important;
}

.contact-premium .contact-form:before {
  content: "";
  background: linear-gradient(90deg, #0000, #38cbe5cc, #0000);
  width: 84%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 8%;
  box-shadow: 0 0 20px #38cbe573;
}

.contact-form-head {
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 10px;
  display: flex;
}

.contact-form-kicker {
  color: #168dbb;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  display: block;
}

.contact-form-head h3 {
  color: #102f43;
  letter-spacing: -.035em;
  max-width: 470px;
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.16;
}

.contact-form-status {
  color: #6757cf;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #f4f1ffb8;
  border: 1px solid #7568e833;
  border-radius: 99px;
  flex: none;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.contact-form-status i {
  background: #7568e8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px #7568e824;
}

.contact-premium .contact-field-message, .contact-premium .privacy-consent, .contact-premium .contact-form .btn, .contact-premium .form-note {
  grid-column: 1 / -1;
}

.contact-premium .form-field {
  gap: 7px;
}

.contact-premium .form-field label {
  color: #315163;
  letter-spacing: .025em;
  font-size: 11px;
  font-weight: 800;
}

.contact-premium input, .contact-premium textarea {
  color: #13384d;
  background: #edf6fab8;
  border: 1px solid #1a729b29;
  padding: 13px 15px;
  font-size: 14px;
  border-radius: 13px !important;
}

.contact-premium textarea {
  min-height: 125px;
}

.contact-premium input:focus, .contact-premium textarea:focus {
  background: #ffffffe0;
  border-color: #26b9dab8;
  box-shadow: 0 0 0 4px #2abcdd1a;
}

.contact-premium .privacy-consent {
  color: #647d8c;
  gap: 10px;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.55;
}

.contact-premium .privacy-consent input {
  width: 17px;
  height: 17px;
  padding: 0;
}

.contact-premium .contact-form .btn {
  min-height: 52px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 35px #1da8ca33;
  border-radius: 13px !important;
}

.contact-premium .contact-form .btn:after {
  content: "↗";
  font-size: 17px;
  position: absolute;
  right: 20px;
}

.contact-premium .form-note {
  text-align: center;
  font-size: 10px;
}

html[data-theme="dark"] .contact-premium {
  background: radial-gradient(circle at 9% 18%, #26bad921, #0000 29%), radial-gradient(circle at 88% 78%, #485cc021, #0000 31%), linear-gradient(145deg, #061522 0%, #091f2f 48%, #071824 100%) !important;
}

html[data-theme="dark"] .contact-premium:before {
  background-color: #0000;
  background-image: linear-gradient(#36bedb0a 1px, #0000 1px), linear-gradient(90deg, #36bedb0a 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 54px 54px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

html[data-theme="dark"] .contact-direct a {
  color: #d7eaf3;
  background: #082233a6;
  border-color: #38bdda1f;
  box-shadow: 0 12px 35px #00000021;
}

html[data-theme="dark"] .contact-direct small, html[data-theme="dark"] .contact-trust > span {
  color: #8ea7b6;
}

html[data-theme="dark"] .contact-premium .contact-form {
  background: radial-gradient(circle at 100% 0, #2cbbd81c, #0000 35%), #071d2cc9 !important;
  border-color: #3bc0dc24 !important;
  box-shadow: 0 34px 95px #0000004d, inset 0 1px #ffffff0a !important;
}

html[data-theme="dark"] .contact-form-head h3 {
  color: #ecf7fb;
}

html[data-theme="dark"] .contact-form-status {
  color: #b8a9ff;
  background: #533d9b42;
  border-color: #8977f438;
}

html[data-theme="dark"] .contact-premium .form-field label {
  color: #bdd3df;
}

html[data-theme="dark"] .contact-premium input, html[data-theme="dark"] .contact-premium textarea {
  color: #edf8fb;
  background: #051724a8;
  border-color: #48a1c42b;
}

html[data-theme="dark"] .contact-premium input:focus, html[data-theme="dark"] .contact-premium textarea:focus {
  background: #071d2ce6;
}

html[data-theme="dark"] .contact-premium .privacy-consent {
  color: #91aab8;
}

@media (width <= 1120px) {
  .contact-premium .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 58px !important;
  }

  .contact-premium .contact-intro {
    max-width: 760px;
  }

  .contact-premium .contact-form {
    justify-self: stretch !important;
    max-width: none !important;
  }
}

@media (width <= 680px) {
  .contact-premium {
    min-height: 0;
    padding: 82px 0 90px !important;
  }

  .contact-premium .contact-grid {
    gap: 38px !important;
  }

  .contact-premium .contact-intro h2 {
    font-size: clamp(43px, 12.5vw, 59px);
  }

  .contact-direct {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .contact-trust {
    gap: 11px;
    display: grid;
  }

  .contact-premium .contact-form {
    grid-template-columns: 1fr;
    border-radius: 22px !important;
    gap: 15px !important;
    padding: 25px 19px !important;
  }

  .contact-form-head {
    flex-direction: column;
    gap: 14px;
  }

  .contact-premium .form-field, .contact-premium .contact-field-message, .contact-premium .privacy-consent, .contact-premium .contact-form .btn, .contact-premium .form-note {
    grid-column: 1;
  }

  .contact-premium textarea {
    min-height: 118px;
  }
}

.wave-divider {
  isolation: isolate;
  opacity: .92;
  filter: drop-shadow(0 -5px 18px #22b2db1a);
  background-position: center, center, center;
  overflow: hidden;
  mix-blend-mode: normal !important;
  background-image: radial-gradient(64% 38% at 55% 76%, #0000 61%, #4568dc26 61.5%, #0000 63%), radial-gradient(78% 48% at 43% 77%, #0000 65%, #1eb9dc2b 65.4%, #0000 67%), url("assets/blue-mist-2.jpg") !important;
  background-size: 100% 100%, 100% 100%, 100% 100% !important;
  height: 138px !important;
}

.wave-divider:before {
  content: "";
  z-index: 2;
  -webkit-mask-composite: xor;
  filter: drop-shadow(0 0 5px #50cff1bf) drop-shadow(0 0 16px #596feb61);
  opacity: .72;
  background: linear-gradient(90deg, #0000 8%, #49d9f2 25%, #6685f2 48%, #9c6cf0 66%, #45d4ed 82%, #0000 94%) border-box;
  border-top: 1.5px solid #0000;
  border-radius: 50%;
  height: 54px;
  animation: 9s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  top: 45%;
  left: -18%;
  right: -18%;
  transform: rotate(-2deg);
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.wave-divider:after {
  content: "";
  z-index: 1;
  filter: blur(12px);
  opacity: .55;
  background: linear-gradient(90deg, #0000, #4addf4c7, #6f67f09e, #0000);
  border-radius: 50%;
  width: 38%;
  height: 22px;
  animation: 8.5s ease-in-out infinite globalWaveTravel;
  position: absolute;
  top: 50%;
  left: -12%;
}

html[data-theme="dark"] .wave-divider {
  opacity: 1;
  filter: drop-shadow(0 -4px 20px #28b9e029);
  background-image: radial-gradient(64% 38% at 55% 76%, #0000 61%, #5f55e82b 61.5%, #0000 63%), radial-gradient(78% 48% at 43% 77%, #0000 65%, #24c3e529 65.4%, #0000 67%), url("assets/blue-mist-dark.png") !important;
}

html[data-theme="dark"] .wave-divider:before {
  opacity: .92;
  filter: drop-shadow(0 0 6px #57dff7e6) drop-shadow(0 0 23px #625cee8c);
}

.security-page .wave-divider {
  display: block !important;
}

.services-wave-field i {
  background: linear-gradient(90deg, #0000 5%, #30d1ea1f, #5866e62e, #2fcde71a, #0000 95%) border-box;
  border-top-color: #0000 !important;
  box-shadow: 0 -2px 16px #2fc7e51f, 0 0 30px #4f60e012 !important;
}

.services-wave-field i:before {
  content: "";
  filter: drop-shadow(0 0 6px #48d7ef9e);
  height: 2px;
  opacity: calc(.86 - var(--wave, 0) * .12);
  animation: serviceWaveGlow 8s calc(var(--wave, 0) * -.8s) ease-in-out infinite alternate;
  background: linear-gradient(90deg, #0000 12%, #46d8ed 35%, #7780ef 51%, #9a69ea 61%, #42d2e8 76%, #0000 90%);
  border-radius: 99px;
  position: absolute;
  inset: -1px 0 auto;
}

.process-wave:after {
  content: "";
  border-top: 1.5px solid #3ad3ebb8;
  border-radius: 50%;
  height: 110px;
  animation: 9s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  bottom: 9%;
  left: -12%;
  right: -12%;
  transform: rotate(-2deg);
  box-shadow: 0 -2px 8px #3bd6ee66, 0 -12px 32px #5b61e62e;
}

.about-page .team-page:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #45d2ed12, #675ce51a, #0000);
  border-top: 1.5px solid #36cee79e;
  border-radius: 50%;
  height: 140px;
  animation: 10s ease-in-out infinite alternate globalWaveLight;
  position: absolute;
  top: 520px;
  left: -12%;
  right: -12%;
  box-shadow: 0 -2px 8px #3cd2eb59, 0 -16px 42px #5465e221;
}

.about-page .team-page > .container {
  z-index: 1;
  position: relative;
}

.references-body .references-page:before {
  animation: 8.5s ease-in-out infinite alternate referencesWaveGlow;
  filter: drop-shadow(0 0 6px #3ed4ed7a) drop-shadow(0 0 24px #5162e440) !important;
}

html[data-theme="dark"] .process-wave:after, html[data-theme="dark"] .about-page .team-page:after {
  border-top-color: #49def3d1;
  box-shadow: 0 -2px 9px #49ddf38c, 0 -18px 42px #6852e938;
}

@keyframes globalWaveLight {
  0% {
    opacity: .48;
    transform: translateX(-1.5%) rotate(-2deg) scaleY(.88);
  }

  50% {
    opacity: .92;
  }

  100% {
    opacity: .66;
    transform: translateX(1.5%) rotate(1deg) scaleY(1.08);
  }
}

@keyframes globalWaveTravel {
  0% {
    opacity: 0;
    transform: translateX(-12vw) scaleX(.55);
  }

  25% {
    opacity: .55;
  }

  75% {
    opacity: .48;
  }

  100% {
    opacity: 0;
    transform: translateX(92vw) scaleX(1.15);
  }
}

@keyframes serviceWaveGlow {
  from {
    opacity: .35;
    transform: translateX(-2%);
  }

  to {
    opacity: .9;
    transform: translateX(2%);
  }
}

@keyframes referencesWaveGlow {
  from {
    opacity: .66;
    transform: translateX(-1%);
  }

  to {
    opacity: .94;
    transform: translateX(1%);
  }
}

@media (width <= 768px) {
  .wave-divider {
    height: 96px !important;
  }

  .wave-divider:before {
    height: 38px;
    top: 43%;
  }

  .about-page .team-page:after {
    top: 430px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wave-divider:before, .wave-divider:after, .services-wave-field i:before, .process-wave:after, .about-page .team-page:after, .references-body .references-page:before {
    animation: none !important;
  }
}

:root {
  --site-blue: #167fd1;
  --site-cyan: #31c5df;
  --site-violet: #7568e8;
}

html[data-theme="dark"] {
  --site-blue: #4aa9ef;
  --site-cyan: #48d8ea;
  --site-violet: #927cff;
}

.contact-form-status {
  border-color: color-mix(in srgb, var(--site-violet) 24%, transparent);
  background: color-mix(in srgb, var(--site-violet) 9%, transparent);
  color: color-mix(in srgb, var(--site-violet) 82%, #26324b);
}

.contact-form-status i {
  background: var(--site-violet);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--site-violet) 14%, transparent),
              0 0 14px color-mix(in srgb, var(--site-violet) 38%, transparent);
}

.about-page .team-page {
  isolation: isolate;
  background: radial-gradient(circle at 91% 12%, color-mix(in srgb, var(--site-cyan) 15%, transparent), transparent 28rem),
    radial-gradient(circle at 7% 68%, color-mix(in srgb, var(--site-violet) 12%, transparent), transparent 30rem),
    linear-gradient(145deg,
      color-mix(in srgb, var(--lux-bg) 96%, var(--site-blue) 4%),
      color-mix(in srgb, var(--lux-bg) 95%, var(--site-violet) 5%));
}

.about-page .team-page:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background-image: linear-gradient(color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 74%);
  mask-image: linear-gradient(90deg, #000, #0000 74%);
}

.about-page .team-page-intro {
  max-width: 850px;
  margin-bottom: clamp(44px, 6vw, 72px);
  position: relative;
}

.about-page .team-columns {
  gap: clamp(24px, 3vw, 36px);
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) !important;
  display: grid !important;
}

.about-page .team-member {
  border-color: color-mix(in srgb, var(--site-blue) 15%, var(--lux-border));
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--site-violet) 8%, transparent), transparent 33%),
    color-mix(in srgb, var(--lux-card) 95%, transparent);
  border-radius: 28px;
  min-height: 470px;
  box-shadow: 0 26px 70px #0d3d671c;
  grid-template-columns: minmax(300px, .39fr) minmax(0, .61fr) !important;
  padding: 0 !important;
  display: grid !important;
}

.about-page .team-member:nth-child(2n) {
  grid-template-columns: minmax(0, .61fr) minmax(300px, .39fr) !important;
}

.about-page .team-member:nth-child(2n) .team-photo {
  order: 2;
}

.about-page .team-member:nth-child(2n) .team-member-content {
  order: 1;
}

.about-page .team-photo {
  border-radius: 24px;
  height: 100%;
  min-height: 470px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about-page .team-photo:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, transparent 52%, color-mix(in srgb, var(--site-cyan) 18%, transparent)),
    linear-gradient(0deg, #04142338, transparent 42%);
  position: absolute;
  inset: 0;
}

.about-page .team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
}

.about-page .team-photo-badge {
  z-index: 2;
}

.about-page .team-member-content {
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 64px) !important;
}

.about-page .team-member-content > p:not(.team-role) {
  max-width: 670px;
  line-height: 1.72;
}

.about-page .team-skills {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  display: flex;
}

.about-page .team-skills li {
  border-color: color-mix(in srgb, var(--site-violet) 22%, transparent);
  background: color-mix(in srgb, var(--site-violet) 8%, transparent);
  color: color-mix(in srgb, var(--site-violet) 86%, var(--lux-text));
}

.about-page .team-story {
  background: radial-gradient(circle at 94% 5%, color-mix(in srgb, var(--site-violet) 13%, transparent), transparent 35%),
    radial-gradient(circle at 8% 92%, color-mix(in srgb, var(--site-cyan) 9%, transparent), transparent 34%),
    color-mix(in srgb, var(--lux-card) 94%, transparent);
  max-width: 1180px;
  margin-top: clamp(60px, 8vw, 96px);
}

.about-page .team-value:nth-child(2) .team-value-icon {
  color: var(--site-violet);
  border-color: color-mix(in srgb, var(--site-violet) 24%, transparent);
  background: color-mix(in srgb, var(--site-violet) 9%, transparent);
}

html[data-theme="dark"] .about-page .team-member {
  border-color: color-mix(in srgb, var(--site-blue) 18%, transparent);
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--site-violet) 12%, transparent), transparent 34%),
    color-mix(in srgb, var(--lux-card) 94%, transparent);
  box-shadow: 0 28px 74px #00000047;
}

html[data-theme="dark"] .about-page .team-page:before {
  opacity: .25;
}

@media (width <= 920px) {
  .about-page .team-member, .about-page .team-member:nth-child(2n) {
    grid-template-columns: minmax(230px, .4fr) minmax(0, .6fr) !important;
  }

  .about-page .team-photo, .about-page .team-photo img {
    min-height: 430px;
  }

  .about-page .team-member-content {
    padding: 34px !important;
  }
}

@media (width <= 700px) {
  .about-page .team-page-intro {
    margin-bottom: 38px;
  }

  .about-page .team-member, .about-page .team-member:nth-child(2n) {
    border-radius: 22px;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .about-page .team-member:nth-child(2n) .team-photo, .about-page .team-member:nth-child(2n) .team-member-content {
    order: initial;
  }

  .about-page .team-photo, .about-page .team-photo img {
    height: 300px;
    min-height: 300px;
  }

  .about-page .team-member-content {
    padding: 27px 22px 30px !important;
  }

  .about-page .team-story {
    margin-top: 52px;
  }

  .about-page .team-values {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.contact-page-body .contact-experience {
  isolation: isolate;
}

:is(.contact-page-body, .legal-body) .contact-page-pattern {
  opacity: 1;
  background: radial-gradient(circle, color-mix(in srgb, var(--site-blue) 18%, transparent) 1px, transparent 1.5px),
    linear-gradient(color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px);
  background-size: 30px 30px, 72px 72px, 72px 72px;
  -webkit-mask-image: linear-gradient(#000000b8, #000 14% 86%, #0009);
  mask-image: linear-gradient(#000000b8, #000 14% 86%, #0009);
}

:is(.contact-page-body, .legal-body) .contact-page-pattern:before, :is(.contact-page-body, .legal-body) .contact-page-pattern:after {
  content: "";
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  left: -12%;
  right: -12%;
}

:is(.contact-page-body, .legal-body) .contact-page-pattern:before {
  border-top: 1.5px solid color-mix(in srgb, var(--site-cyan) 72%, transparent);
  background: linear-gradient(90deg,
    transparent 10%,
    color-mix(in srgb, var(--site-cyan) 8%, transparent) 34%,
    color-mix(in srgb, var(--site-violet) 12%, transparent) 58%,
    transparent 88%);
  height: 170px;
  box-shadow: 0 -2px 9px color-mix(in srgb, var(--site-cyan) 38%, transparent),
    0 -18px 48px color-mix(in srgb, var(--site-violet) 16%, transparent);
  animation: 11s ease-in-out infinite alternate contactPatternWaveA;
  top: 26%;
  transform: rotate(-2deg);
}

:is(.contact-page-body, .legal-body) .contact-page-pattern:after {
  border-top: 1px solid color-mix(in srgb, var(--site-violet) 52%, transparent);
  height: 135px;
  box-shadow: 0 -2px 8px color-mix(in srgb, var(--site-violet) 28%, transparent),
    0 -13px 38px color-mix(in srgb, var(--site-cyan) 13%, transparent);
  opacity: .72;
  animation: 13s ease-in-out infinite alternate contactPatternWaveB;
  top: 61%;
  transform: rotate(2deg);
}

:is(.contact-page-body, .legal-body) .contact-page-pattern i {
  border-top-color: color-mix(in srgb, var(--site-cyan) 62%, transparent);
  box-shadow: 0 -2px 8px color-mix(in srgb, var(--site-cyan) 32%, transparent),
    0 -18px 45px color-mix(in srgb, var(--site-violet) 15%, transparent);
  top: 44%;
}

:is(.contact-page-body, .legal-body) .contact-page-pattern span {
  border-color: color-mix(in srgb, var(--site-cyan) 24%, transparent);
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--site-cyan) 16%, transparent))
    drop-shadow(0 0 30px color-mix(in srgb, var(--site-violet) 9%, transparent));
  animation: 8s ease-in-out infinite alternate contactOrbitGlow;
}

:is(.contact-page-body, .legal-body) .contact-page-pattern span:nth-child(2) {
  animation-delay: -2.5s;
}

:is(.contact-page-body, .legal-body) .contact-page-pattern span:nth-child(3) {
  border-color: color-mix(in srgb, var(--site-violet) 24%, transparent);
  animation-delay: -4.5s;
}

html[data-theme="dark"] :is(.contact-page-body, .legal-body) .contact-page-pattern {
  background: radial-gradient(circle, color-mix(in srgb, var(--site-cyan) 24%, transparent) 1px, transparent 1.5px),
    linear-gradient(color-mix(in srgb, var(--site-cyan) 8%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--site-cyan) 8%, transparent) 1px, transparent 1px);
  background-size: 30px 30px, 72px 72px, 72px 72px;
}

html[data-theme="dark"] :is(.contact-page-body, .legal-body) .contact-page-pattern:before {
  border-top-color: color-mix(in srgb, var(--site-cyan) 82%, transparent);
  box-shadow: 0 -2px 10px color-mix(in srgb, var(--site-cyan) 48%, transparent),
    0 -20px 54px color-mix(in srgb, var(--site-violet) 24%, transparent);
}

html[data-theme="dark"] :is(.contact-page-body, .legal-body) .contact-page-pattern:after {
  border-top-color: color-mix(in srgb, var(--site-violet) 68%, transparent);
  opacity: .82;
}

@keyframes contactPatternWaveA {
  from {
    opacity: .54;
    transform: translateX(-1.8%) rotate(-2deg) scaleY(.86);
  }

  to {
    opacity: .88;
    transform: translateX(1.8%) rotate(.7deg) scaleY(1.08);
  }
}

@keyframes contactPatternWaveB {
  from {
    opacity: .42;
    transform: translateX(1.4%) rotate(2deg) scaleY(1.05);
  }

  to {
    opacity: .76;
    transform: translateX(-1.4%) rotate(-.8deg) scaleY(.9);
  }
}

@keyframes contactOrbitGlow {
  from {
    opacity: .46;
    transform: translateY(-3px) rotate(-1deg);
  }

  to {
    opacity: .82;
    transform: translateY(3px) rotate(1deg);
  }
}

@media (width <= 900px) {
  .contact-page-body .header-inner {
    grid-template-columns: minmax(88px, 1fr) auto 44px;
    align-items: center;
    gap: 8px;
    display: grid;
  }

  .contact-page-body .brand {
    order: 1;
    justify-self: start;
    width: 116px;
    min-width: 0;
    height: 58px;
  }

  .contact-page-body .brand img {
    width: 116px !important;
    height: 58px !important;
    transform: scale(1.48) !important;
  }

  .contact-page-body .header-actions {
    order: 2;
    justify-self: end;
    margin: 0;
  }

  .contact-page-body .menu-toggle {
    order: 3;
    justify-self: end;
  }

  .contact-page-body .nav {
    top: 78px;
  }
}

@media (width <= 720px) {
  .contact-page-body .site-header, .contact-page-body .header-inner {
    height: 72px;
    min-height: 72px;
  }

  .contact-page-body .header-inner {
    grid-template-columns: minmax(74px, 1fr) auto 42px;
    gap: 6px;
    width: calc(100% - 24px);
  }

  .contact-page-body .brand {
    width: 104px;
    height: 54px;
  }

  .contact-page-body .brand img {
    width: 104px !important;
    height: 54px !important;
    transform: scale(1.42) !important;
  }

  .contact-page-body .header-actions {
    gap: 5px;
  }

  .contact-page-body .header-actions .lang-toggle, .contact-page-body .header-actions .icon-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .contact-page-body .lang-toggle:before, .contact-page-body .lang-toggle:after {
    display: none;
  }

  .contact-page-body .menu-toggle {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .contact-page-body .nav {
    max-height: calc(100dvh - 88px);
    top: 72px;
    left: 12px;
    right: 12px;
  }

  .contact-page-body .nav-backdrop {
    top: 72px;
  }

  .contact-page-body .contact-experience {
    padding-top: 104px;
  }

  :is(.contact-page-body, .legal-body) .contact-page-pattern:before {
    height: 120px;
    top: 20%;
  }

  :is(.contact-page-body, .legal-body) .contact-page-pattern:after {
    height: 105px;
    top: 66%;
  }

  :is(.contact-page-body, .legal-body) .contact-page-pattern i {
    height: 92px;
    top: 46%;
  }
}

@media (width <= 390px) {
  .contact-page-body .header-inner {
    grid-template-columns: minmax(62px, 1fr) auto 40px;
    gap: 4px;
  }

  .contact-page-body .brand {
    width: 88px;
    height: 50px;
  }

  .contact-page-body .brand img {
    width: 88px !important;
    height: 50px !important;
    transform: scale(1.38) !important;
  }

  .contact-page-body .header-actions .lang-toggle, .contact-page-body .header-actions .icon-toggle {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .contact-page-body .menu-toggle {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(.contact-page-body, .legal-body) .contact-page-pattern:before, :is(.contact-page-body, .legal-body) .contact-page-pattern:after, :is(.contact-page-body, .legal-body) .contact-page-pattern span {
    animation: none !important;
  }
}

:root, html[data-theme="light"] {
  --site-blue: #167fd1;
  --site-cyan: #31c5df;
  --site-violet: #7568e8;
  --lux-text: var(--lux-ink);
  --lux-card: #fff;
  --lux-border: #165d9224;
}

html[data-theme="dark"] {
  --site-blue: #4aa9ef;
  --site-cyan: #48d8ea;
  --site-violet: #927cff;
  --lux-text: var(--lux-ink);
  --lux-card: #0b1d2e;
  --lux-border: #68aeda2e;
}

.security-page {
  --security-mint: var(--site-violet);
}

.services-page {
  --sp-green: var(--site-violet);
}

.references-body .reference-metric:nth-child(4):after {
  background: linear-gradient(90deg,
      var(--site-violet) 0 91%,
      color-mix(in srgb, var(--site-violet) 10%, transparent) 91%) !important;
}

.references-body .reference-card[data-category~="automation"] {
  --case-accent: #826cf0;
  --case-accent-rgb: 130, 108, 240;
}

@media (width <= 1100px) {
  .home-page .hero > .hero-grid {
    width: min(100% - 44px, 860px);
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-page .hero-copy {
    width: 100%;
    max-width: 690px;
  }

  .home-page .hero-copy h1, .home-page .hero-copy h1 > span, .home-page .hero-line1, .home-page .hero-grad {
    max-width: 100% !important;
  }
}

@media (width <= 900px) {
  body .site-header {
    height: 78px;
    min-height: 78px;
    overflow: visible;
  }

  body .header-inner {
    grid-template-columns: minmax(96px, 1fr) auto 44px;
    align-items: center;
    height: 78px;
    min-height: 78px;
    position: relative;
    gap: 8px !important;
    width: min(100% - 28px, 1360px) !important;
    display: grid !important;
  }

  body .brand {
    order: 1;
    justify-self: start;
    width: 116px;
    min-width: 0;
    height: 58px;
  }

  body .brand img {
    object-fit: contain !important;
    width: 116px !important;
    height: 58px !important;
    transform: scale(1.48) !important;
  }

  body .header-actions {
    order: 2;
    justify-self: end;
    gap: 7px;
    margin: 0 !important;
  }

  body .header-phone, body .header-actions > .btn, body .header-actions > .btn-small, body .header-actions > .nav-cta {
    display: none !important;
  }

  body .menu-toggle {
    flex-basis: 44px;
    justify-self: end;
    place-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    order: 3 !important;
    display: grid !important;
  }

  body .nav {
    z-index: 1100;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    border: 1px solid var(--lux-border) !important;
    background: var(--lux-bg-2) !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 18px !important;
    gap: 4px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px !important;
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    box-shadow: 0 26px 70px #04182a47 !important;
  }

  body .nav.is-open {
    display: flex !important;
  }

  body .nav a, body .nav a:last-child {
    opacity: 1;
    align-items: center;
    width: 100%;
    min-height: 46px;
    line-height: 1.35;
    display: flex;
    border: 0 !important;
    border-bottom: 1px solid var(--lux-border) !important;
    color: var(--lux-ink) !important;
    background: none !important;
    border-radius: 10px !important;
    padding: 11px 13px !important;
    font-size: 15px !important;
  }

  body .nav a:last-child {
    border-bottom: 0 !important;
  }

  body .nav a:not(.nav-cta):after {
    display: none !important;
  }

  body .nav a[aria-current="page"]:not(.nav-cta), body .nav a:hover:not(.nav-cta) {
    color: var(--site-blue) !important;
    background: color-mix(in srgb, var(--site-blue) 8%, var(--lux-bg-2)) !important;
  }

  body .nav .nav-cta {
    box-shadow: 0 12px 28px color-mix(in srgb, var(--site-blue) 24%, transparent);
    justify-content: center;
    color: #fff !important;
    background: linear-gradient(135deg, var(--site-blue), var(--site-cyan)) !important;
    border: 0 !important;
    margin-top: 5px !important;
    display: flex !important;
  }

  body .nav-backdrop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s, visibility .22s;
    display: block;
    z-index: 990 !important;
    background: #020d187a !important;
    position: fixed !important;
    inset: 78px 0 0 !important;
  }

  body .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.nav-open {
    overflow: hidden !important;
  }

  html[data-theme="dark"] body .nav {
    background: #071827 !important;
    border-color: #63b0e033 !important;
    box-shadow: 0 28px 78px #0000007a !important;
  }
}

@media (width <= 720px) {
  body .site-header, body .header-inner {
    height: 72px;
    min-height: 72px;
  }

  body .header-inner {
    grid-template-columns: minmax(78px, 1fr) auto 42px;
    gap: 6px !important;
    width: calc(100% - 24px) !important;
  }

  body .brand {
    width: 104px;
    height: 54px;
  }

  body .brand img {
    width: 104px !important;
    height: 54px !important;
    transform: scale(1.42) !important;
  }

  body .header-actions {
    gap: 5px;
  }

  body .header-actions .lang-toggle, body .header-actions .icon-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  body .menu-toggle {
    flex-basis: 42px;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  body .nav {
    max-height: calc(100dvh - 92px);
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
  }

  body .nav-backdrop {
    inset: 72px 0 0 !important;
  }

  .home-page main, .home-page .hero, .home-page .hero-grid, .home-page .hero-copy {
    max-width: 100%;
    min-width: 0 !important;
  }

  .home-page .hero {
    overflow: hidden;
    min-height: auto !important;
    padding: 108px 0 68px !important;
  }

  .home-page .hero > .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    width: calc(100% - 30px) !important;
    min-height: calc(100svh - 176px) !important;
  }

  .home-page .hero-copy {
    width: 100% !important;
    max-width: 620px !important;
  }

  .home-page .hero-copy .eyebrow {
    white-space: normal;
    width: auto;
    max-width: min(100%, 330px);
    display: inline-flex;
    margin: 0 0 22px !important;
  }

  .home-page .hero-copy h1 {
    letter-spacing: -.052em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    font-size: clamp(39px, 11.2vw, 54px) !important;
    line-height: 1.04 !important;
    display: block !important;
  }

  .home-page .hero-copy h1 > span, .home-page .hero-line1, .home-page .hero-grad {
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .home-page .hero-line1, .home-page .hero-grad {
    display: inline !important;
  }

  .home-page .hero-copy .lead {
    max-width: 540px;
    font-size: 17px;
    line-height: 1.62;
  }

  .home-page .hero-bg {
    opacity: .66 !important;
    inset: 0 !important;
  }

  .home-page .hero-bg:before {
    background-position: 60% !important;
    inset: 0 -56% 12% -12% !important;
  }

  html[data-theme="light"] .home-page .hero-bg:after {
    background: linear-gradient(90deg, #f9fcff 0%, #f9fcfff0 34%, #f9fcff42 67%, #0000 88%), linear-gradient(#f9fcff3d, #f9fcff0f);
  }

  .home-page .cloud-node-layer {
    opacity: .7;
    width: 155%;
    height: 88%;
    inset: 0 -45% 12% -10%;
  }

  .home-page .partner-strip, .home-page .partner-logos {
    max-width: 100%;
    overflow: hidden;
  }

  .home-page .marquee-track {
    width: max-content;
    max-width: none;
    overflow: visible;
  }
}

@media (width <= 430px) {
  body .header-inner {
    grid-template-columns: minmax(64px, 1fr) auto 40px;
    gap: 4px !important;
  }

  body .brand {
    width: 88px;
    height: 50px;
  }

  body .brand img {
    width: 88px !important;
    height: 50px !important;
    transform: scale(1.38) !important;
  }

  body .header-actions .lang-toggle, body .header-actions .icon-toggle {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  body .lang-toggle:before, body .lang-toggle:after {
    display: none !important;
  }

  body .menu-toggle {
    flex-basis: 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .home-page .hero {
    padding-top: 98px !important;
  }

  .home-page .hero > .hero-grid {
    width: calc(100% - 24px) !important;
    min-height: calc(100svh - 154px) !important;
  }

  .home-page .hero-copy h1 {
    font-size: clamp(36px, 11.5vw, 47px) !important;
  }

  .home-page .hero-copy .eyebrow {
    max-width: 250px;
    font-size: 12px !important;
  }
}

.services-page .services-hero, .process-body .process-hero {
  background: radial-gradient(circle at 84% 24%, color-mix(in srgb, var(--site-cyan) 16%, transparent), transparent 30%),
    radial-gradient(circle at 64% 2%, color-mix(in srgb, var(--site-violet) 13%, transparent), transparent 32%),
    linear-gradient(145deg, color-mix(in srgb, var(--site-blue) 7%, var(--lux-bg)), var(--lux-bg) 58%) !important;
  min-height: min(820px, 100svh - 32px) !important;
  padding: 138px 0 72px !important;
}

.services-page .services-hero:before, .process-body .process-hero:before {
  -webkit-mask-image: linear-gradient(90deg, #0000 2%, #0000004d 40%, #000 73%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000 2%, #0000004d 40%, #000 73%, #0000 100%);
  opacity: .5 !important;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--site-blue) 22%, transparent) 1px, transparent 1.45px) !important;
  background-size: 30px 30px !important;
}

.services-page .services-hero:after, .process-body .process-hero:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: repeating-radial-gradient(ellipse at 50% 100%,
    transparent 0 34px,
    color-mix(in srgb, var(--site-violet) 13%, transparent) 35px 36px,
    transparent 37px 67px);
  width: 68%;
  height: 54%;
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--site-violet) 13%, transparent));
  opacity: .72;
  border-radius: 50%;
  position: absolute;
  bottom: -18%;
  right: -12%;
}

.services-page .services-hero-grid, .process-body .process-hero-inner {
  align-items: center;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(58px, 7vw, 118px) !important;
}

.services-page .services-hero-copy, .process-body .process-hero-inner > div:first-child {
  min-width: 0;
  max-width: 720px;
}

.services-page .services-hero-copy h1, .process-body .process-hero h1 {
  text-wrap: balance;
  letter-spacing: -.052em !important;
  max-width: 700px !important;
  margin: 24px 0 !important;
  font-size: clamp(54px, 5.15vw, 78px) !important;
  line-height: 1.01 !important;
}

.services-page .services-hero-copy .lead, .process-body .process-lead {
  max-width: 630px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.65;
}

.services-page .services-orbit {
  aspect-ratio: 1.08;
  isolation: isolate;
  justify-self: end;
  position: relative;
  overflow: visible;
  opacity: 1 !important;
  width: min(100%, 650px) !important;
  display: block !important;
  transform: none !important;
}

.services-page .services-orbit:before {
  content: "";
  z-index: 1;
  border: 1px solid color-mix(in srgb, var(--site-cyan) 19%, var(--lux-border));
  background: linear-gradient(90deg, color-mix(in srgb, var(--lux-bg) 72%, transparent), transparent 42%),
    url("assets/hero-light-v2.webp") 70% 52% / 176% auto no-repeat;
  box-shadow: 0 42px 110px color-mix(in srgb, var(--site-blue) 16%, transparent),
    inset 0 1px 0 #ffffff73;
  border-radius: 38% 62% 52% 48% / 44% 40% 60% 56%;
  position: absolute;
  inset: 4% -4% 2% -6%;
  -webkit-mask-image: radial-gradient(74% 74% at 57%, #000 45%, #000000d1 68%, #0000 94%);
  mask-image: radial-gradient(74% 74% at 57%, #000 45%, #000000d1 68%, #0000 94%);
}

html[data-theme="dark"] .services-page .services-orbit:before {
  background: linear-gradient(90deg, color-mix(in srgb, var(--lux-bg) 74%, transparent), transparent 42%),
    url("assets/hero-dark.webp") 70% 52% / 176% auto no-repeat;
  border-color: color-mix(in srgb, var(--site-cyan) 16%, var(--lux-border));
  box-shadow: 0 44px 120px #00000057,
    0 0 74px color-mix(in srgb, var(--site-violet) 14%, transparent);
}

.services-page .services-orbit:after {
  content: "";
  z-index: 2;
  border: 1px solid color-mix(in srgb, var(--site-cyan) 26%, transparent);
  box-shadow: 0 0 0 38px color-mix(in srgb, var(--site-blue) 3%, transparent),
    0 0 64px color-mix(in srgb, var(--site-cyan) 10%, transparent);
  border-radius: 50%;
  animation: 5.8s ease-in-out infinite service-breathe;
  position: absolute;
  inset: 11%;
}

.services-page .services-orbit-core {
  display: none !important;
}

.services-page .orbit-ring {
  z-index: 3;
  border-color: color-mix(in srgb, var(--site-cyan) 32%, transparent);
  inset: 9%;
}

.services-page .orbit-ring.ring-two {
  border-color: color-mix(in srgb, var(--site-violet) 24%, transparent);
  inset: 1%;
}

.services-page .orbit-node {
  z-index: 5;
  background: color-mix(in srgb, var(--lux-card) 94%, transparent);
  width: 62px;
  height: 62px;
  box-shadow: 0 18px 46px #0c436a29,
    0 0 30px color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 19px;
}

.services-page .orbit-node.node-one {
  top: 45%;
  left: 0;
}

.services-page .orbit-node.node-two {
  color: var(--site-violet);
  top: 7%;
  right: 8%;
}

.services-page .orbit-node.node-three {
  color: var(--site-cyan);
  bottom: 23%;
  right: -1%;
}

.services-page .orbit-node.node-four {
  color: var(--site-violet);
  bottom: 0;
  left: 22%;
}

.process-body .process-hero-visual {
  aspect-ratio: 1.08;
  justify-self: end;
  opacity: 1 !important;
  visibility: visible !important;
  width: min(100%, 640px) !important;
  display: block !important;
  transform: none !important;
}

.process-body .process-hero-visual:before {
  border-radius: 42% 58% 56% 44% / 48% 42% 58% 52%;
  background: radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--site-cyan) 19%, transparent), transparent 17%),
    radial-gradient(circle at 52% 48%, color-mix(in srgb, var(--lux-card) 86%, transparent), color-mix(in srgb, var(--lux-bg) 56%, transparent) 56%, transparent 73%) !important;
  box-shadow: inset 0 0 72px color-mix(in srgb, var(--site-blue) 7%, transparent),
    0 40px 105px color-mix(in srgb, var(--site-blue) 16%, transparent) !important;
  inset: 3% !important;
}

.process-body .process-core {
  border-color: color-mix(in srgb, var(--site-violet) 28%, var(--lux-border));
  background: radial-gradient(circle at 34% 25%, #ffffff59, transparent 26%),
    linear-gradient(145deg,
      color-mix(in srgb, var(--site-blue) 13%, var(--lux-card)),
      color-mix(in srgb, var(--site-violet) 12%, var(--lux-card)));
  box-shadow: 0 22px 62px color-mix(in srgb, var(--site-blue) 20%, transparent),
    0 0 38px color-mix(in srgb, var(--site-violet) 13%, transparent);
  inset: 37%;
}

.process-body .process-core-mark {
  border-color: var(--site-cyan);
  border-top-color: var(--site-violet);
}

.process-body .process-node {
  border-color: color-mix(in srgb, var(--site-violet) 17%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-card) 92%, transparent);
  min-width: 112px;
  box-shadow: 0 15px 40px #0b3f6421,
    0 0 25px color-mix(in srgb, var(--site-violet) 10%, transparent);
}

.process-body .process-node:nth-of-type(2n) b {
  color: var(--site-violet);
}

.process-body .process-node-1 {
  top: 13%;
  left: 0;
}

.process-body .process-node-2 {
  top: 8%;
  right: 2%;
}

.process-body .process-node-3 {
  top: 44%;
  right: -2%;
}

.process-body .process-node-4 {
  bottom: 6%;
  right: 6%;
}

.process-body .process-node-5 {
  bottom: 5%;
  left: 7%;
}

.process-body .process-node-6 {
  top: 50%;
  left: -3%;
}

.process-body .process-journey {
  background: radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--site-violet) 10%, transparent), transparent 30%),
    radial-gradient(circle at 88% 72%, color-mix(in srgb, var(--site-cyan) 9%, transparent), transparent 32%),
    color-mix(in srgb, var(--lux-card) 32%, var(--lux-bg)) !important;
  padding: 112px 0 118px !important;
}

.process-body .process-intro {
  margin-bottom: 72px !important;
}

.process-body .process-timeline {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) !important;
  gap: 12px 0 !important;
  display: grid !important;
}

.process-body .process-timeline:before {
  content: "";
  background: linear-gradient(180deg,
      transparent,
      var(--site-cyan) 8%,
      var(--site-blue) 48%,
      var(--site-violet) 88%,
      transparent);
  width: 2px;
  height: auto;
  box-shadow: 0 0 18px color-mix(in srgb, var(--site-cyan) 48%, transparent),
    0 0 34px color-mix(in srgb, var(--site-violet) 20%, transparent);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
}

.process-body .process-timeline article {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  min-height: 0;
  position: relative;
  overflow: visible;
  border: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--site-blue) 14%, var(--lux-border)) !important;
  box-shadow: none !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 28px 16px 30px !important;
  display: grid !important;
}

.process-body .process-timeline article:nth-child(odd) {
  grid-column: 1;
  padding-right: 24px !important;
}

.process-body .process-timeline article:nth-child(2n) {
  grid-column: 3;
  padding-left: 24px !important;
}

.process-body .process-timeline article:first-child {
  grid-row: 1;
}

.process-body .process-timeline article:nth-child(2) {
  grid-row: 2;
}

.process-body .process-timeline article:nth-child(3) {
  grid-row: 3;
}

.process-body .process-timeline article:nth-child(4) {
  grid-row: 4;
}

.process-body .process-timeline article:nth-child(5) {
  grid-row: 5;
}

.process-body .process-timeline article:nth-child(6) {
  grid-row: 6;
}

.process-body .process-timeline article:before {
  content: "";
  background: linear-gradient(90deg, var(--site-cyan), var(--site-violet));
  width: 55px;
  height: 1px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--site-cyan) 38%, transparent);
  position: absolute;
  top: 50%;
}

.process-body .process-timeline article:nth-child(odd):before {
  right: -55px;
}

.process-body .process-timeline article:nth-child(2n):before {
  left: -55px;
  transform: rotate(180deg);
}

.process-body .process-timeline article:after {
  content: "";
  z-index: 2;
  border: 3px solid var(--lux-bg);
  background: linear-gradient(135deg, var(--site-cyan), var(--site-violet));
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--site-blue) 30%, transparent),
    0 0 20px color-mix(in srgb, var(--site-cyan) 65%, transparent);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 7px);
}

.process-body .process-timeline article:nth-child(odd):after {
  right: -62px;
}

.process-body .process-timeline article:nth-child(2n):after {
  left: -62px;
}

.process-body .process-timeline .process-icon {
  width: 54px;
  height: 54px;
  color: var(--site-blue);
  border: 1px solid color-mix(in srgb, var(--site-violet) 20%, var(--lux-border));
  background: linear-gradient(145deg,
      color-mix(in srgb, var(--site-cyan) 12%, var(--lux-card)),
      color-mix(in srgb, var(--site-violet) 8%, var(--lux-card)));
  box-shadow: 0 13px 32px color-mix(in srgb, var(--site-blue) 11%, transparent);
  border-radius: 17px;
  margin: 0 !important;
}

.process-body .process-timeline .process-step {
  color: var(--site-violet);
  letter-spacing: .14em;
  padding: 0;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 94px;
  right: auto;
}

.process-body .process-timeline h3 {
  letter-spacing: -.03em;
  margin: 0 0 9px;
  font-size: clamp(24px, 2.1vw, 31px);
}

.process-body .process-timeline p {
  max-width: 420px;
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
}

@keyframes service-breathe {
  0%, 100% {
    opacity: .65;
    transform: scale(.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@media (width <= 1120px) {
  .services-page .services-hero-grid, .process-body .process-hero-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 50px !important;
  }

  .services-page .services-hero-copy, .process-body .process-hero-inner > div:first-child {
    max-width: 760px;
  }

  .services-page .services-orbit, .process-body .process-hero-visual {
    justify-self: center;
    width: min(100%, 650px) !important;
  }
}

@media (width <= 760px) {
  .services-page .services-hero, .process-body .process-hero {
    min-height: auto !important;
    padding: 108px 0 72px !important;
  }

  .services-page .services-hero-grid, .process-body .process-hero-inner {
    width: calc(100% - 30px);
    gap: 38px !important;
  }

  .services-page .services-hero-copy h1, .process-body .process-hero h1 {
    overflow-wrap: normal !important;
    word-break: normal !important;
    max-width: 100% !important;
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .services-page .services-orbit {
    width: min(100%, 500px) !important;
  }

  .process-body .process-hero-visual {
    width: min(100%, 520px) !important;
  }

  .services-page .orbit-node, .process-body .process-node {
    transform: scale(.88);
  }

  .process-body .process-journey {
    padding: 78px 0 84px !important;
  }

  .process-body .process-intro {
    margin-bottom: 44px !important;
  }

  .process-body .process-timeline {
    padding: 6px 0;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .process-body .process-timeline:before {
    left: 28px;
    transform: none;
  }

  .process-body .process-timeline article, .process-body .process-timeline article:nth-child(odd), .process-body .process-timeline article:nth-child(2n) {
    grid-row: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    grid-column: 2 !important;
    padding: 23px 0 25px 16px !important;
  }

  .process-body .process-timeline article:before, .process-body .process-timeline article:nth-child(odd):before, .process-body .process-timeline article:nth-child(2n):before {
    width: 30px;
    top: 50%;
    left: -30px;
    right: auto;
    transform: none;
  }

  .process-body .process-timeline article:after, .process-body .process-timeline article:nth-child(odd):after, .process-body .process-timeline article:nth-child(2n):after {
    top: calc(50% - 7px);
    left: -37px;
    right: auto;
  }

  .process-body .process-timeline .process-icon {
    border-radius: 14px;
    width: 46px;
    height: 46px;
  }

  .process-body .process-timeline .process-step {
    left: 80px;
  }
}

@media (width <= 480px) {
  .services-page .services-hero-grid, .process-body .process-hero-inner {
    width: calc(100% - 24px);
  }

  .services-page .services-orbit, .process-body .process-hero-visual {
    width: calc(100% - 8px) !important;
  }

  .services-page .orbit-node {
    width: 50px;
    height: 50px;
  }

  .process-body .process-node {
    min-width: 88px;
    padding: 7px;
  }

  .process-body .process-node em {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .services-orbit:after {
    animation: none !important;
  }
}

@media (width <= 900px) {
  body .header-actions .lang-toggle {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    height: 42px;
    line-height: 1;
    overflow: hidden;
    gap: 7px !important;
    width: 82px !important;
    min-width: 82px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
  }

  body .lang-toggle:before {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block !important;
  }

  body .lang-toggle:after {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    margin: 0;
    display: block !important;
  }
}

@media (width <= 430px) {
  body .header-actions .lang-toggle {
    height: 36px;
    font-size: 14px;
    gap: 6px !important;
    width: 62px !important;
    min-width: 62px !important;
    padding: 0 7px !important;
  }

  body .lang-toggle:before {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    display: block !important;
  }

  body .lang-toggle:after {
    display: none !important;
  }
}

.site-footer, footer {
  isolation: isolate;
  gap: 20px;
  padding: 58px 24px 38px;
  position: relative;
  overflow: hidden;
  color: #577086 !important;
  background: radial-gradient(circle at 16% 0, #2dc6df24, #0000 32%), radial-gradient(circle at 84% 74%, #7568e81f, #0000 34%), linear-gradient(145deg, #eef7fc 0%, #f8fbfe 52%, #edf3ff 100%) !important;
  border-top: 1px solid #2384be29 !important;
}

.site-footer:before, footer:before {
  z-index: -2;
  opacity: .32;
  -webkit-mask-image: linear-gradient(90deg, #0000 2%, #000 34% 72%, #0000);
  mask-image: linear-gradient(90deg, #0000 2%, #000 34% 72%, #0000);
  background-image: radial-gradient(circle, #208bc13d 1px, #0000 1.35px) !important;
  background-size: 30px 30px !important;
}

.site-footer:after, footer:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  filter: blur(18px);
  background: radial-gradient(#ffffffe0 0%, #45bce229 42%, #7568e814 62%, #0000 76%);
  border-radius: 50%;
  width: min(900px, 86vw);
  height: 260px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.site-footer, .site-footer a, .site-footer p, footer, footer a, footer p {
  color: #577086 !important;
}

footer .footer-top {
  backdrop-filter: blur(18px) saturate(125%);
  background: #ffffff75;
  border: 1px solid #288cc224;
  border-radius: 24px;
  width: min(920px, 100%);
  padding: 24px 30px;
  box-shadow: 0 22px 60px #225f831a, inset 0 1px #ffffffc7, 0 0 42px #41bbde14;
}

footer > div:last-child {
  width: min(900px, 100%);
  padding: 18px 24px 0;
  border-top-color: #267eb22e !important;
}

footer a:hover, footer a:focus-visible {
  color: var(--site-violet) !important;
}

footer .social-links {
  gap: 13px;
}

footer .social-links a {
  --social-halo: var(--site-blue);
  width: 48px;
  height: 48px;
  box-shadow: 0 10px 28px #1f5b7e1a,
    inset 0 1px 0 #ffffffe6,
    0 0 0 0 color-mix(in srgb, var(--social-halo) 0%, transparent);
  backdrop-filter: blur(12px);
  background: linear-gradient(145deg, #ffffffe0, #f5fafe99);
  border: 1px solid #2e82b529;
  transition: transform .24s, border-color .24s, box-shadow .24s;
  position: relative;
}

footer .social-links a:nth-child(2) {
  --social-halo: #826cf0;
}

footer .social-links a:nth-child(3) {
  --social-halo: #7568e8;
}

footer .social-links a:nth-child(4) {
  --social-halo: #e24663;
}

footer .social-links a:nth-child(5) {
  --social-halo: #2fbfd7;
}

footer .social-links a:nth-child(6) {
  --social-halo: #7568e8;
}

footer .social-links a:hover, footer .social-links a:focus-visible {
  border-color: color-mix(in srgb, var(--social-halo) 54%, transparent);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--social-halo) 18%, transparent),
    inset 0 1px 0 #ffffffe6,
    0 0 24px color-mix(in srgb, var(--social-halo) 22%, transparent);
  transform: translateY(-3px);
}

footer .social-links img {
  object-fit: contain;
  width: 21px;
  height: 21px;
}

html[data-theme="dark"] .site-footer, html[data-theme="dark"] footer {
  color: #a9bed0 !important;
  background: radial-gradient(circle at 16% 0, #2dc6df1f, #0000 31%), radial-gradient(circle at 84% 74%, #7568e826, #0000 35%), linear-gradient(145deg, #03111e 0%, #071d2d 56%, #0b1730 100%) !important;
  border-top-color: #48b8dd24 !important;
}

html[data-theme="dark"] .site-footer, html[data-theme="dark"] .site-footer a, html[data-theme="dark"] .site-footer p, html[data-theme="dark"] footer, html[data-theme="dark"] footer a, html[data-theme="dark"] footer p {
  color: #a9bed0 !important;
}

html[data-theme="dark"] footer:after {
  background: radial-gradient(#2ec6e124 0%, #2673b417 38%, #7568e81f 60%, #0000 76%);
}

html[data-theme="dark"] footer .footer-top {
  background: #081f307a;
  border-color: #50b3da24;
  box-shadow: 0 24px 68px #00000047, inset 0 1px #ffffff0e, 0 0 44px #7568e812;
}

html[data-theme="dark"] footer > div:last-child {
  border-top-color: #5ba8cf29 !important;
}

html[data-theme="dark"] footer .social-links a {
  background: linear-gradient(145deg, #123146d1, #081b2ca3);
  border-color: #67b5db29;
  box-shadow: 0 12px 32px #00000042, inset 0 1px #ffffff12;
}

html[data-theme="dark"] footer .social-links a:nth-child(3) img {
  filter: invert() brightness(1.2);
}

@media (width <= 620px) {
  .site-footer, footer {
    padding: 44px 16px 32px;
  }

  footer .footer-top {
    border-radius: 20px;
    padding: 21px 16px;
  }

  footer .social-links {
    gap: 10px;
  }

  footer .social-links a {
    width: 44px;
    height: 44px;
  }

  footer > div:last-child {
    padding-inline: 10px;
  }
}

@media (width <= 390px) {
  footer .social-links {
    max-width: 250px;
  }
}

footer .footer-company-card {
  text-align: left;
  backdrop-filter: blur(22px) saturate(125%);
  background: radial-gradient(circle at 92% 8%, #30c7e024, #0000 31%), radial-gradient(circle at 8% 92%, #7568e81a, #0000 34%), #ffffff85;
  border: 1px solid #288cc229;
  border-radius: 30px;
  grid-template-columns: minmax(210px, .72fr) minmax(240px, .9fr) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  width: min(1180px, 100%);
  padding: clamp(28px, 4vw, 50px);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 76px #1e587c1f, inset 0 1px #ffffffd9, 0 0 52px #41bbde14;
}

footer .footer-company-card:before {
  content: "";
  pointer-events: none;
  opacity: .22;
  background-color: #0000;
  background-image: linear-gradient(#3090c42e 1px, #0000 1px), linear-gradient(90deg, #3090c42e 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 42px 42px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 75%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 75%, #0000);
}

footer .footer-company-card > * {
  z-index: 1;
  min-width: 0;
  position: relative;
}

footer .footer-company-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

footer .footer-company-logo {
  background: #ffffff59;
  border-radius: 20px;
  place-items: center;
  width: 164px;
  height: 82px;
  display: grid;
}

footer .footer-company-logo img {
  object-fit: contain;
  width: 138px;
  height: 76px;
  transform: scale(1.45);
}

footer .footer-cloud-badge {
  color: #28465c;
  background: #ffffffc2;
  border: 1px solid #2a7eaf29;
  border-radius: 16px;
  align-items: center;
  gap: 13px;
  width: min(100%, 218px);
  padding: 14px 16px;
  display: flex;
  box-shadow: 0 13px 34px #1d55781a, inset 0 1px #ffffffe6;
}

footer .footer-ms-mark {
  flex: none;
  grid-template-columns: repeat(2, 10px);
  gap: 2px;
  display: grid;
}

footer .footer-ms-mark i {
  width: 10px;
  height: 10px;
}

footer .footer-ms-mark i:first-child {
  background: #f35325;
}

footer .footer-ms-mark i:nth-child(2) {
  background: #81bc06;
}

footer .footer-ms-mark i:nth-child(3) {
  background: #05a6f0;
}

footer .footer-ms-mark i:nth-child(4) {
  background: #ffba08;
}

footer .footer-cloud-badge > span:last-child {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

footer .footer-cloud-badge strong {
  color: #1c3c54;
  font-size: 14px;
  line-height: 1.2;
}

footer .footer-cloud-badge small {
  color: #617d91;
  font-size: 11px;
  line-height: 1.2;
}

footer .footer-company-copy {
  display: block;
}

footer .footer-company-kicker {
  letter-spacing: .16em;
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 800;
  color: var(--site-violet) !important;
}

footer .footer-company-copy h2 {
  color: #0b2a40;
  letter-spacing: -.045em;
  margin: 0 0 12px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

footer .footer-company-copy p {
  margin: 6px 0;
  font-size: 15px;
  line-height: 1.62;
  color: #577086 !important;
}

footer .footer-company-copy p strong {
  color: #24445b;
}

footer .footer-contact-list {
  justify-content: stretch;
  gap: 10px;
  display: grid;
}

footer .footer-contact-list a {
  border: 1px solid #0000;
  border-radius: 13px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 6px 10px 6px 6px;
  transition: color .22s, border-color .22s, background .22s, transform .22s;
  display: grid;
  color: #3d5c72 !important;
}

footer .footer-contact-list a svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
  margin: auto;
}

footer .footer-contact-list a:before {
  content: "";
  background: color-mix(in srgb, var(--site-blue) 8%, #ffffffb3);
  border-radius: 11px;
  grid-area: 1 / 1;
  width: 36px;
  height: 36px;
}

footer .footer-contact-list a svg {
  z-index: 1;
  grid-area: 1 / 1;
  position: relative;
}

footer .footer-contact-list a > span {
  grid-column: 2;
}

footer .footer-contact-list a:hover, footer .footer-contact-list a:focus-visible {
  border-color: color-mix(in srgb, var(--site-violet) 20%, transparent);
  background: color-mix(in srgb, var(--site-violet) 5%, #ffffff73);
  transform: translateX(3px);
  color: var(--site-violet) !important;
}

footer .footer-contact-list .footer-support-link {
  background: linear-gradient(135deg, var(--site-blue), var(--site-cyan));
  width: max-content;
  min-width: 190px;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--site-blue) 23%, transparent);
  border: 0;
  border-radius: 15px;
  margin-top: 7px;
  padding: 7px 17px 7px 7px;
  color: #fff !important;
}

footer .footer-contact-list .footer-support-link:before {
  background: #ffffff24;
}

footer .footer-contact-list .footer-support-link:hover, footer .footer-contact-list .footer-support-link:focus-visible {
  background: linear-gradient(135deg, var(--site-violet), var(--site-blue));
  border: 0;
  color: #fff !important;
}

html[data-theme="dark"] footer .footer-company-card {
  background: radial-gradient(circle at 92% 8%, #30c7e01c, #0000 31%), radial-gradient(circle at 8% 92%, #7568e826, #0000 34%), #071c2c8f;
  border-color: #55b6dc26;
  box-shadow: 0 30px 84px #00000057, inset 0 1px #ffffff0e, 0 0 52px #7568e812;
}

html[data-theme="dark"] footer .footer-company-logo {
  background: #04142257;
}

html[data-theme="dark"] footer .footer-cloud-badge {
  color: #d5e6f1;
  background: #0b2537bd;
  border-color: #5dafd629;
  box-shadow: 0 15px 38px #00000040, inset 0 1px #ffffff0f;
}

html[data-theme="dark"] footer .footer-cloud-badge strong, html[data-theme="dark"] footer .footer-company-copy h2, html[data-theme="dark"] footer .footer-company-copy p strong {
  color: #edf8ff;
}

html[data-theme="dark"] footer .footer-cloud-badge small, html[data-theme="dark"] footer .footer-company-copy p {
  color: #9eb8ca !important;
}

html[data-theme="dark"] footer .footer-contact-list a {
  color: #b5cad9 !important;
}

html[data-theme="dark"] footer .footer-contact-list a:before {
  background: #349ccf1a;
}

html[data-theme="dark"] footer .footer-contact-list a:hover, html[data-theme="dark"] footer .footer-contact-list a:focus-visible {
  background: #7568e812;
  color: #a997ff !important;
}

html[data-theme="dark"] footer .footer-contact-list .footer-support-link, html[data-theme="dark"] footer .footer-contact-list .footer-support-link:hover, html[data-theme="dark"] footer .footer-contact-list .footer-support-link:focus-visible {
  color: #fff !important;
}

@media (width <= 940px) {
  footer .footer-company-card {
    grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
  }

  footer .footer-contact-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer .footer-contact-list .footer-support-link {
    width: 100%;
  }
}

@media (width <= 620px) {
  footer .footer-company-card {
    border-radius: 24px;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 22px;
  }

  footer .footer-company-brand {
    gap: 16px;
  }

  footer .footer-company-logo {
    width: 150px;
    height: 76px;
  }

  footer .footer-company-logo img {
    width: 126px;
    height: 70px;
  }

  footer .footer-company-copy h2 {
    font-size: 40px;
  }

  footer .footer-contact-list {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  footer .footer-contact-list .footer-support-link {
    min-width: 0;
  }
}

html[data-theme="light"] {
  --lux-bg: #f8f7fd;
  --lux-bg-2: #fdfcff;
  --lux-line: #554a9b21;
  --lux-border: #534a9b24;
  --lux-surface: #fdfcffd6;
  --lux-surface-solid: #fdfcff;
  --lux-card: #fefeff;
  --lux-header: #faf9ffe0;
}

html[data-theme="light"] body {
  background-color: var(--lux-bg) !important;
  background-image: radial-gradient(circle at 8% 14%, #7568e816, #0000 29rem), radial-gradient(circle at 89% 62%, #31c5df0e, #0000 31rem) !important;
}

html[data-theme="light"] .services-page .services-cta {
  color: #163149 !important;
  background: radial-gradient(circle at 12% 18%, #7568e824, #0000 32%), radial-gradient(circle at 88% 75%, #31c5df1c, #0000 33%), linear-gradient(135deg, #f5f2ff, #f9fbff 56%, #edf8fc) !important;
  border-color: #6b5bc826 !important;
}

html[data-theme="light"] .services-page .services-cta h2 {
  color: #122d45 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html[data-theme="light"] .services-page .services-cta p {
  color: #506b81 !important;
  opacity: 1 !important;
}

html[data-theme="light"] .services-page .services-cta .eyebrow {
  color: #6654d8 !important;
  background: #ffffffb8 !important;
  border-color: #7568e838 !important;
}

.header-actions {
  align-items: center;
}

.header-linkedin {
  color: #fff;
  background: linear-gradient(145deg, #ffffff29, #0000 45%), linear-gradient(135deg, #1678de, #6558e8);
  border: 1px solid #75b0ff6b;
  border-radius: 15px;
  flex: 0 0 50px;
  order: 1;
  place-items: center;
  width: 50px;
  height: 50px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: inline-grid;
  box-shadow: 0 12px 28px #2868da38;
}

.header-linkedin svg {
  fill: currentColor;
  width: 21px;
  height: 21px;
}

.header-linkedin:hover, .header-linkedin:focus-visible {
  color: #fff;
  border-color: #9fd2ffcc;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px #3f6be252;
}

.header-actions .header-phone {
  order: 2;
}

.header-actions .lang-toggle {
  order: 3;
}

.header-actions .theme-toggle {
  order: 4;
}

.header-actions > .btn, .header-actions > .btn-small, .header-actions > .nav-cta {
  display: none !important;
}

@media (width >= 901px) {
  .site-header .nav .nav-cta {
    display: none !important;
  }
}

footer.is-client-footer {
  color: #dbe9f6;
  background: radial-gradient(circle at 13% 20%, #4d62e226, #0000 25rem), radial-gradient(circle at 88% 6%, #30c7e01f, #0000 24rem), linear-gradient(145deg, #061522, #092334 60%, #071923);
  border-top: 1px solid #5dcfe829;
  max-width: none;
  margin: 0;
  padding: 34px max(24px, 50vw - 620px) 20px;
  position: relative;
  overflow: hidden;
}

footer.is-client-footer:before {
  opacity: .55;
}

footer.is-client-footer {
  --footer-plexus: 96, 176, 246;
}

.footer-plexus {
  z-index: 0;
  pointer-events: none;
  opacity: .9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

html[data-theme="light"] footer.is-client-footer {
  --footer-plexus: 63, 108, 205;
}

html[data-theme="light"] .footer-plexus {
  opacity: .5;
}

.client-footer-card {
  z-index: 1;
  backdrop-filter: blur(7px);
  background: #081e2d38;
  border: 1px solid #8bcdeb2e;
  border-radius: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  align-items: center;
  gap: 44px;
  max-width: 1180px;
  min-height: 164px;
  margin: 0 auto;
  padding: 22px 32px;
  display: grid;
  position: relative;
  box-shadow: 0 22px 70px #00050e47;
}

.client-footer-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.client-footer-logo {
  border-right: 0;
  min-height: 0;
  display: block;
}

.client-footer-logo img {
  object-fit: contain;
  width: clamp(230px, 22vw, 300px);
  height: auto;
  display: block;
  transform: none;
}

.client-footer-company {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-footer-company h2 {
  color: #f4f8fd;
  letter-spacing: -.01em;
  margin: 0 0 14px;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.15;
}

.client-footer-company address {
  color: #9eb3c5;
  justify-items: start;
  gap: 9px;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
  display: grid;
}

.client-footer-company .cf-line {
  align-items: center;
  gap: 11px;
  display: flex;
}

.client-footer-company .cf-line svg {
  fill: none;
  stroke: #4fd6ef;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
}

.client-footer-contact {
  gap: 10px;
  display: grid;
}

.client-footer-contact a {
  color: #dbe8f2;
  background: #0d2c3fad;
  border: 1px solid #70c2e424;
  border-radius: 13px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 11px 14px;
  transition: color .2s, background .2s, border-color .2s;
  display: flex;
}

.client-footer-contact a:hover, .client-footer-contact a:focus-visible {
  color: #fff;
  background: #164159d9;
  border-color: #61d5eb66;
}

.client-footer-contact svg {
  fill: none;
  stroke: #4fd6ef;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.client-footer-contact span {
  overflow-wrap: anywhere;
}

.client-footer-meta {
  z-index: 1;
  color: #849daf;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 15px auto 0;
  padding: 0 8px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.client-footer-meta p {
  margin: 0;
}

.client-footer-meta nav {
  flex-wrap: wrap;
  gap: 8px 22px;
  display: flex;
}

.client-footer-meta a {
  color: #b5c8d7;
}

.client-footer-meta a:hover, .client-footer-meta a:focus-visible {
  color: #66def2;
}

html[data-theme="light"] .client-footer-logo {
  border-right-color: #555ba624;
}

html[data-theme="light"] .client-footer-company h2 {
  color: #102a3e;
}

html[data-theme="light"] .client-footer-company p {
  color: #29495f;
}

html[data-theme="light"] .client-footer-company address {
  color: #60768a;
}

html[data-theme="light"] .client-footer-contact a {
  color: #25455b;
  background: #f8faffcc;
  border-color: #5261ae24;
}

html[data-theme="light"] .client-footer-contact a:hover, html[data-theme="light"] .client-footer-contact a:focus-visible {
  color: #142d42;
  background: #fff;
  border-color: #5b50c852;
}

html[data-theme="light"] .client-footer-contact svg {
  stroke: #5363d9;
}

html[data-theme="light"] .client-footer-meta {
  color: #61768a;
}

html[data-theme="light"] .client-footer-meta a {
  color: #405c74;
}

html[data-theme="light"] .client-footer-meta a:hover, html[data-theme="light"] .client-footer-meta a:focus-visible {
  color: #6051cf;
}

.cookie-legal-page {
  min-height: 0;
  padding-block: clamp(72px, 9vw, 126px);
}

.cookie-legal-page .legal-content {
  border: 1px solid var(--lux-border);
  background: color-mix(in srgb, var(--lux-surface-solid) 82%, transparent);
  backdrop-filter: blur(22px);
  border-radius: clamp(24px, 3vw, 38px);
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 62px);
  position: relative;
  box-shadow: 0 26px 80px #040f2221;
}

.cookie-legal-page .legal-content h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: .98;
}

.cookie-legal-page .legal-content h3 {
  color: var(--lux-text);
  margin: 32px 0 10px;
  font-size: clamp(19px, 2vw, 23px);
}

.cookie-legal-page .cookie-intro {
  max-width: 720px;
  font-size: clamp(16px, 2vw, 22px);
}

.cookie-template-note {
  border-top: 1px solid var(--lux-line);
  padding-top: 22px;
  margin-top: 38px !important;
  font-size: 14px !important;
}

@media (width <= 900px) {
  .header-linkedin {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .client-footer-card {
    grid-template-columns: 180px 1fr;
    gap: 28px;
    padding: 28px;
  }

  .client-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 620px) {
  .header-linkedin {
    border-radius: 12px;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .header-linkedin svg {
    width: 18px;
    height: 18px;
  }

  footer.is-client-footer {
    padding: 28px 16px 20px;
  }

  .client-footer-card {
    border-radius: 23px;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }

  .client-footer-brand {
    text-align: center;
    align-items: center;
    gap: 16px;
  }

  .client-footer-logo {
    border-bottom: 0;
    border-right: 0;
    min-height: 0;
  }

  html[data-theme="light"] .client-footer-logo {
    border-bottom-color: #0000;
  }

  .client-footer-logo img {
    width: clamp(200px, 62vw, 250px);
    height: auto;
  }

  .client-footer-company {
    text-align: center;
    align-items: center;
  }

  .client-footer-company address {
    justify-items: center;
  }

  .client-footer-company .cf-line {
    justify-content: center;
  }

  .client-footer-contact {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .client-footer-meta {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .client-footer-meta nav {
    justify-content: center;
  }

  .cookie-legal-page {
    padding-block: 42px 64px;
  }
}

.home-page .logo-showcase-section {
  isolation: isolate;
  padding-block: clamp(70px, 7vw, 96px);
  position: relative;
  overflow: hidden;
}

.home-page .logo-showcase-section:before {
  content: "";
  z-index: -1;
  aspect-ratio: 1;
  pointer-events: none;
  filter: blur(8px);
  opacity: .55;
  border-radius: 50%;
  width: min(52vw, 720px);
  position: absolute;
}

.home-page .certifications-section {
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-blue) 4%, transparent), transparent 42%),
    var(--lux-bg);
}

.home-page .certifications-section:before {
  background: radial-gradient(circle, color-mix(in srgb, var(--site-cyan) 13%, transparent), transparent 68%);
  top: -72%;
  right: -18%;
}

.home-page .clients-section {
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-violet) 4%, transparent), transparent 48%),
    var(--site-soft);
}

.home-page .clients-section:before {
  background: radial-gradient(circle, color-mix(in srgb, var(--site-violet) 11%, transparent), transparent 68%);
  bottom: -76%;
  left: -20%;
}

.home-page .logo-showcase-heading {
  max-width: 760px;
}

.home-page .logo-showcase-heading .eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px;
}

.home-page .logo-showcase-heading h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.1;
}

.home-page .logo-showcase-intro {
  max-width: 660px;
  color: var(--lux-muted);
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.home-page .logo-placeholder-grid {
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.home-page .certification-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .client-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-page .logo-placeholder {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 16%, var(--lux-border));
  background: linear-gradient(135deg, color-mix(in srgb, var(--site-blue) 5%, transparent), transparent 60%),
    color-mix(in srgb, var(--lux-card) 94%, transparent);
  border-radius: 17px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 104px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px #05223b17;
}

.home-page .logo-placeholder:after {
  content: "";
  background: color-mix(in srgb, var(--site-cyan) 6%, transparent);
  pointer-events: none;
  border-radius: 0 17px 0 48px;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}

.home-page .logo-placeholder-mark {
  border: 1px solid color-mix(in srgb, var(--site-cyan) 32%, var(--lux-border));
  background: color-mix(in srgb, var(--site-cyan) 9%, var(--lux-card));
  width: 48px;
  height: 48px;
  color: var(--site-cyan);
  font-family: var(--brand-font);
  letter-spacing: .06em;
  border-radius: 14px;
  flex: none;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  display: inline-grid;
}

.home-page .logo-placeholder-name {
  min-width: 0;
  color: var(--lux-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

html[data-theme="light"] .home-page .logo-placeholder {
  border-color: color-mix(in srgb, var(--site-blue) 13%, #d4e1ec);
  background: linear-gradient(135deg, color-mix(in srgb, var(--site-blue) 4%, transparent), transparent 62%),
    #ffffffd1;
  box-shadow: 0 14px 34px #1a446612;
}

html[data-theme="light"] .home-page .logo-placeholder-mark {
  border-color: color-mix(in srgb, var(--site-cyan) 26%, #d6e3ec);
  background: color-mix(in srgb, var(--site-cyan) 7%, #fff);
}

@media (width <= 980px) {
  .home-page .certification-logo-grid, .home-page .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 620px) {
  .home-page .logo-showcase-section {
    padding-block: 62px;
  }

  .home-page .logo-showcase-heading h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .home-page .logo-placeholder-grid {
    gap: 11px;
    margin-top: 28px;
  }

  .home-page .certification-logo-grid, .home-page .client-logo-grid {
    grid-template-columns: 1fr;
  }

  .home-page .logo-placeholder {
    min-height: 88px;
    padding: 16px 18px;
  }
}

html[data-theme="light"] {
  --light-navy: #0b2948;
  --light-text: #526b82;
  --light-line: #1f659921;
  --light-card: #ffffffdb;
  --light-card-strong: #fffffff2;
  --light-shadow: 0 16px 48px #164c7413;
  --light-shadow-hover: 0 22px 58px #164c741c;
  --light-radius: 20px;
  --lux-bg: #f2f8fc;
  --lux-bg-2: #fbfdff;
  --lux-ink: var(--light-navy);
  --lux-text: var(--light-navy);
  --lux-muted: var(--light-text);
  --lux-line: var(--light-line);
  --lux-border: var(--light-line);
  --lux-card: #fff;
  --lux-surface: var(--light-card);
  --lux-surface-solid: #fff;
  --lux-header: #f8fcffe6;
  --site-soft: color-mix(in srgb, var(--site-blue) 4%, #f8fcff);
}

html[data-theme="light"] body:before {
  opacity: .16;
  background-image: linear-gradient(112deg, #0000 46%, #349ace1c 47%, #0000 48%), radial-gradient(circle, #167fb72e 1px, #0000 1.35px);
  background-size: 210px 210px, 38px 38px;
}

html[data-theme="light"] main {
  background-color: #0000;
}

html[data-theme="light"] main :is(h1, h2, h3, h4) {
  color: var(--light-navy);
  text-shadow: none;
}

html[data-theme="light"] main :is(p, li) {
  text-decoration-color: currentColor;
}

html[data-theme="light"] .eyebrow {
  color: #167fb6;
  background: #ffffffb8;
  border-color: #188bbe2e;
  box-shadow: 0 8px 24px #1a5b830b;
}

:is(.home-page, .service-page, .services-page, .about-page, .references-body, .process-body, .contact-page-body, .legal-body) .container {
  width: min(100% - 40px, 1240px);
}

html[data-theme="light"] :is(.home-page .home-contact-cta, .service-page .contact, .services-page .services-cta, .references-body .reference-cta) {
  color: var(--light-navy) !important;
  border-color: var(--light-line) !important;
  box-shadow: var(--light-shadow) !important;
  background: radial-gradient(circle at 10% 18%, #47aada1f, #0000 31%), radial-gradient(circle at 89% 76%, #82d3e51f, #0000 33%), linear-gradient(135deg, #f8fcff, #edf7fc 58%, #f9fcfe) !important;
}

html[data-theme="light"] :is(.home-page .home-contact-cta, .service-page .contact, .services-page .services-cta, .references-body .reference-cta) :is(h2, p) {
  color: var(--light-navy) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html[data-theme="light"] :is(.home-page .home-contact-cta, .service-page .contact, .services-page .services-cta, .references-body .reference-cta) .eyebrow {
  color: #167fb6 !important;
  background: #ffffffb8 !important;
  border-color: #188bbe2e !important;
}

html[data-theme="light"] :is(.home-page .why-section, .home-page .certifications-section, .service-page .process-section, .services-page .services-approach, .references-body .reference-grid, .legal-body .legal-page) {
  color: var(--light-navy);
}

html[data-theme="light"] :is(.home-page .why-item, .home-page .logo-placeholder, .service-page .service-summary, .service-page .service-detail-card, .service-page .service-process > div, .service-page .benefit-list article, .service-page .faq-list details, .services-page .services-metrics, .services-page .service-showcase-card, .services-page .services-steps li, .about-page .team-member, .about-page .team-story, .about-page .team-value, .references-body .references-proof-panel, .references-body .reference-note, .references-body .reference-filter-bar, .references-body .reference-card, .references-body .reference-cta, .process-body .process-timeline article, .contact-page-body .contact-page-channels a, .contact-page-body .contact-page-proof, .contact-page-body .contact-page-form-shell, .contact-page-body .contact-page-form, .legal-body .legal-content:not(.imprint), .legal-body .imprint-card, .legal-body .imprint-note) {
  border-color: var(--light-line) !important;
  border-radius: var(--light-radius) !important;
  box-shadow: var(--light-shadow) !important;
  background: linear-gradient(145deg, #fffffff7, #f4fafedb) !important;
}

html[data-theme="light"] :is(.home-page .why-item, .home-page .logo-placeholder, .service-page .service-detail-card, .service-page .benefit-list article, .services-page .service-showcase-card, .about-page .team-member, .about-page .team-value, .references-body .reference-card, .process-body .process-timeline article, .contact-page-body .contact-page-channels a, .legal-body .imprint-card):hover {
  box-shadow: var(--light-shadow-hover) !important;
  border-color: #1d8ebf42 !important;
}

html[data-theme="light"] :is(input, textarea, select) {
  color: var(--light-navy);
  background: #ffffffe6;
  border-color: #1f659929;
  box-shadow: inset 0 1px #fffc;
}

html[data-theme="light"] :is(input, textarea, select):focus {
  border-color: #148fc280;
  box-shadow: 0 0 0 4px #2bb0d61c;
}

html[data-theme="light"] :is(a, button, input, textarea, select):focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0f83be7a;
}

@media (width <= 620px) {
  :is(.home-page, .service-page, .services-page, .about-page, .references-body, .process-body, .contact-page-body, .legal-body) .container {
    width: min(100% - 32px, 1240px);
  }
}

.services-page .services-hero-copy h1, .service-page .service-hero-copy h1 {
  font-family: var(--brand-font);
  text-wrap: balance;
  font-weight: 650;
  letter-spacing: -.052em !important;
  font-size: clamp(46px, 4.65vw, 70px) !important;
  line-height: 1.035 !important;
}

.services-page .services-hero-copy h1 {
  max-width: 790px !important;
  margin: 24px 0 !important;
}

.services-page .services-title-primary, .services-page .services-title-accent, .service-page .service-title-primary, .service-page .service-title-accent {
  display: inline;
}

.services-page .services-title-primary, .service-page .service-title-primary {
  color: #f4f8fc;
  -webkit-text-fill-color: currentColor;
}

.services-page .services-title-accent, .service-page .service-title-accent {
  color: #58baf2;
  background: linear-gradient(100deg, #69bfff 0%, #3dc9eb 56%, #6fa8ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .services-page .services-title-primary, html[data-theme="light"] .service-page .service-title-primary {
  color: var(--light-navy);
  -webkit-text-fill-color: currentColor;
}

html[data-theme="light"] .services-page .services-title-accent, html[data-theme="light"] .service-page .service-title-accent {
  color: #167fd1;
  background: linear-gradient(100deg, #167fd1 0%, #168fc4 55%, #426fd5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (width <= 1100px) {
  .services-page .services-hero-copy h1, .service-page .service-hero-copy h1 {
    font-size: clamp(43px, 6vw, 62px) !important;
  }
}

@media (width <= 760px) {
  .services-page .services-hero-copy h1, .service-page .service-hero-copy h1 {
    letter-spacing: -.045em !important;
    font-size: clamp(36px, 10.5vw, 50px) !important;
    line-height: 1.055 !important;
  }
}

.service-page .service-media-placeholder, .service-page .service-intro-image {
  border: 1px solid color-mix(in srgb, var(--lux-accent) 24%, var(--lux-border));
  border-radius: 26px;
  width: 100%;
  min-height: clamp(300px, 34vw, 470px);
  margin: 0;
  overflow: hidden;
  box-shadow: 0 26px 70px #0000003d;
}

.service-page .service-media-placeholder {
  color: #dcecf8;
  isolation: isolate;
  background: radial-gradient(circle at 72% 20%, #39beed30, #0000 34%), radial-gradient(circle at 20% 88%, #695eef2e, #0000 36%), linear-gradient(145deg, #071724 0%, #0b2638 56%, #0a1b2b 100%);
  align-content: center;
  place-items: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  position: relative;
}

.service-page .service-media-placeholder:before {
  content: "";
  z-index: -1;
  opacity: .48;
  background-color: #0000;
  background-image: linear-gradient(#5cbee813 1px, #0000 1px), linear-gradient(90deg, #5cbee813 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 42px 42px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(135deg, #000, #0000 84%);
}

.service-page .service-media-icon {
  color: #63cef1;
  background: #082537ad;
  border: 1px solid #53c5ec4d;
  border-radius: 22px;
  place-items: center;
  width: 76px;
  height: 76px;
  display: grid;
  box-shadow: 0 18px 44px #0000003d, inset 0 1px #ffffff14;
}

.service-page .service-media-icon .ico {
  width: 34px;
  height: 34px;
}

.service-page .service-media-placeholder figcaption {
  text-align: center;
  gap: 7px;
  display: grid;
}

.service-page .service-media-placeholder figcaption strong {
  color: #f2f8fc;
  font-family: var(--brand-font);
  letter-spacing: -.025em;
  font-size: clamp(20px, 2vw, 28px);
}

.service-page .service-media-placeholder figcaption span {
  color: #9db5c6;
  font-size: 14px;
}

.service-page .service-intro-image {
  object-fit: cover;
  display: block;
}

html[data-theme="light"] .service-page .service-media-placeholder {
  color: var(--light-navy);
  background: radial-gradient(circle at 74% 18%, #50c4e538, #0000 34%), radial-gradient(circle at 18% 86%, #766fe824, #0000 38%), linear-gradient(145deg, #f9fcff 0%, #eaf6fc 56%, #eef5ff 100%);
  border-color: #3083bb33;
  box-shadow: 0 24px 58px #1e5b7e24;
}

html[data-theme="light"] .service-page .service-media-icon {
  color: #168ac5;
  background: #ffffffb8;
  border-color: #2591c438;
  box-shadow: 0 16px 36px #2d6b8e21, inset 0 1px #ffffffe6;
}

html[data-theme="light"] .service-page .service-media-placeholder figcaption strong {
  color: var(--light-navy);
}

html[data-theme="light"] .service-page .service-media-placeholder figcaption span {
  color: #58758b;
}

@media (width <= 760px) {
  .service-page .service-media-placeholder, .service-page .service-intro-image {
    border-radius: 20px;
    min-height: 280px;
  }
}

.service-page .contact-grid.contact-cta-only .hero-actions {
  margin-top: 30px;
}

.security-page #process .security-process-head {
  text-align: center;
  width: min(100%, 1220px);
  margin: 0 auto clamp(38px, 4.5vw, 52px);
}

.security-page #process .security-process-head > .eyebrow, .security-page #process .security-process-head > h2 {
  margin-inline: auto;
}

.security-page #process .security-process-head > h2 {
  max-width: 880px;
  margin-bottom: 0;
  position: relative;
}

.security-page #process .security-process-head > h2:after {
  content: "";
  background: linear-gradient(90deg, var(--lux-accent), var(--premium-cyan));
  width: 58px;
  height: 3px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--lux-accent) 28%, transparent);
  border-radius: 999px;
  margin: 24px auto 0;
  display: block;
}

.security-page #process .security-process-head ~ .service-process {
  margin-top: 0;
}

@media (width <= 680px) {
  .security-page #process .security-process-head {
    text-align: left;
    margin-bottom: 32px;
  }

  .security-page #process .security-process-head > .eyebrow, .security-page #process .security-process-head > h2, .security-page #process .security-process-head > h2:after {
    margin-inline: 0;
  }
}

.about-page .team-page-intro .about-hero-title {
  max-width: 790px;
  font-family: var(--brand-font);
  letter-spacing: -.052em;
  text-wrap: balance;
  margin: 24px 0;
  font-size: clamp(46px, 4.65vw, 70px);
  font-weight: 650;
  line-height: 1.035;
}

.about-page .about-title-primary, .about-page .about-title-accent {
  display: inline;
}

.about-page .about-title-primary {
  color: #f4f8fc;
  -webkit-text-fill-color: currentColor;
}

.about-page .about-title-accent {
  color: #58baf2;
  background: linear-gradient(100deg, #69bfff 0%, #3dc9eb 56%, #6fa8ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .about-page .about-title-primary {
  color: var(--light-navy);
}

html[data-theme="light"] .about-page .about-title-accent {
  color: #167fd1;
  background: linear-gradient(100deg, #167fd1 0%, #168fc4 55%, #426fd5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (width <= 1100px) {
  .about-page .team-page-intro .about-hero-title {
    font-size: clamp(43px, 6vw, 62px);
  }
}

@media (width <= 760px) {
  .about-page .team-page-intro .about-hero-title {
    letter-spacing: -.045em;
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.055;
  }
}

.about-page .team-member .team-skills {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin-top: 22px;
  padding: 0;
  display: grid;
}

.about-page .team-member .team-skills li, .about-page .team-member .team-skills li + li {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  margin-top: 0;
  padding: 8px 9px;
  font-size: clamp(11px, .9vw, 13px);
  line-height: 1.15;
  display: flex;
}

@media (width <= 700px) {
  .about-page .team-member .team-skills {
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    grid-template-columns: repeat(5, minmax(116px, 1fr));
    padding-bottom: 8px;
    overflow-x: auto;
  }

  .about-page .team-member .team-skills li {
    scroll-snap-align: start;
  }
}

.references-body .reference-section-head {
  grid-template-columns: minmax(0, 1fr);
}

.references-body .reference-card[hidden] {
  display: none !important;
}

.references-body .reference-filter.is-active {
  color: #fff;
  background: linear-gradient(120deg, var(--premium-blue), var(--premium-cyan));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--lux-accent) 24%, transparent),
    inset 0 1px 0 #fff3;
  border-color: #0000;
}

.references-body .reference-filter[aria-pressed="false"]:hover {
  color: var(--lux-accent);
  border-color: color-mix(in srgb, var(--lux-accent) 38%, var(--lux-border));
  background: color-mix(in srgb, var(--lux-accent) 10%, var(--lux-card));
}

.legal-body .legal-page {
  isolation: isolate;
  background: radial-gradient(circle at 91% 12%, color-mix(in srgb, var(--site-cyan) 15%, transparent), transparent 28rem),
    radial-gradient(circle at 7% 68%, color-mix(in srgb, var(--site-violet) 12%, transparent), transparent 30rem),
    linear-gradient(145deg,
      color-mix(in srgb, var(--lux-bg) 96%, var(--site-blue) 4%),
      color-mix(in srgb, var(--lux-bg) 95%, var(--site-violet) 5%));
}

.legal-body .legal-page:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background-image: linear-gradient(color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--site-blue) 7%, transparent) 1px, transparent 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 74%);
  mask-image: linear-gradient(90deg, #000, #0000 74%);
}

.legal-body .legal-page > .container {
  z-index: 1;
  position: relative;
}

.contact-page-body .contact-page-intro .contact-hero-title {
  max-width: 730px;
  font-family: var(--brand-font);
  letter-spacing: -.052em;
  text-wrap: balance;
  margin: 0 0 36px;
  font-size: clamp(46px, 4.65vw, 70px);
  font-weight: 650;
  line-height: 1.035;
}

.contact-page-body .contact-title-primary, .contact-page-body .contact-title-accent {
  display: inline;
}

.contact-page-body .contact-title-primary {
  color: #f4f8fc;
  -webkit-text-fill-color: currentColor;
}

.contact-page-body .contact-title-accent {
  color: #58baf2;
  background: linear-gradient(100deg, #69bfff 0%, #3dc9eb 56%, #6fa8ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="light"] .contact-page-body .contact-title-primary {
  color: var(--light-navy);
}

html[data-theme="light"] .contact-page-body .contact-title-accent {
  color: #167fd1;
  background: linear-gradient(100deg, #167fd1 0%, #168fc4 55%, #426fd5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (width <= 1100px) {
  .contact-page-body .contact-page-intro .contact-hero-title {
    font-size: clamp(43px, 6vw, 62px);
  }
}

@media (width <= 760px) {
  .contact-page-body .contact-page-intro .contact-hero-title {
    letter-spacing: -.045em;
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.055;
  }
}

.process-body .process-hero {
  min-height: 570px !important;
  padding: 0 0 36px !important;
}

.process-body .process-hero-inner {
  align-items: center;
  transform: translateY(-38px);
}

.process-body .process-hero-copy {
  padding-inline-start: clamp(42px, 4.8vw, 72px);
}

.process-body .process-hero-visual {
  align-self: center;
}

.process-body .process-intro {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

.process-body .process-intro > div {
  max-width: 800px;
  padding-inline-start: clamp(22px, 3vw, 46px);
}

@media (width <= 1120px) {
  .process-body .process-hero {
    min-height: 550px !important;
    padding-top: 0 !important;
  }

  .process-body .process-hero-inner {
    transform: translateY(-20px);
  }
}

@media (width <= 760px) {
  .process-body .process-hero {
    min-height: auto !important;
    padding: 18px 0 48px !important;
  }

  .process-body .process-hero-copy, .process-body .process-intro > div {
    padding-inline-start: 0;
  }

  .process-body .process-hero-inner {
    transform: none;
  }
}

html[data-theme="light"] {
  --bg: #dfeaf5;
  --hero-bg: linear-gradient(180deg, #e9f2fa 0%, #d7e6f3 100%);
  --section-alt: #e7f0f8;
  --surface: #edf4fa;
  --surface-2: #e3edf6;
  --surface-3: #d8e7f3;
  --border: #bfd2e4;
  --border-strong: #a9c2da;
  --heading: #0b2948;
  --text: #304f6a;
  --muted: #49677f;
  --pill-bg: #edf5fbeb;
  --pill-border: #b9cee1;
  --pill-text: #254c70;
  --header-bg: #d7e7f4e8;
  --header-border: #31648f2b;
  --header-text: #0b2948;
  --field-bg: #eef5fbf5;
  --field-text: #0b2948;
  --field-placeholder: #6f879b;
  --light-navy: #092a4a;
  --light-text: #3f5d77;
  --light-line: #235b892e;
  --light-card: #eaf3fae8;
  --light-card-strong: #f1f7fcf7;
  --light-shadow: 0 16px 48px #123d631a;
  --light-shadow-hover: 0 23px 60px #10426c26;
  --lux-bg: #dfeaf5;
  --lux-bg-2: #eaf2f9;
  --lux-ink: var(--light-navy);
  --lux-text: var(--light-navy);
  --lux-muted: var(--light-text);
  --lux-line: var(--light-line);
  --lux-border: var(--light-line);
  --lux-card: #edf4fa;
  --lux-surface: var(--light-card);
  --lux-surface-solid: #edf4fa;
  --lux-header: #d7e7f4e8;
  --premium-wash: #dbe9f5;
  --premium-card: #ebf4fae6;
  --premium-border: #1c578830;
}

html[data-theme="light"] body {
  color: var(--light-navy);
  background-color: #dfeaf5 !important;
  background-image: radial-gradient(circle at 7% 12%, #267eb82b, #0000 30rem), radial-gradient(circle at 92% 28%, #3a97c321, #0000 34rem), linear-gradient(155deg, #eaf3fa 0%, #dce9f4 49%, #e5eff7 100%) !important;
}

html[data-theme="light"] body:before {
  opacity: .19;
}

html[data-theme="light"] :is(.home-page .process-section, .home-page .about-section, .home-page .clients-section, .service-page .service-intro, .service-page .service-benefits, .service-page .faq-section, .services-page .services-overview, .about-page .team-story, .process-body .process-journey) {
  background: radial-gradient(circle at 92% 12%, #2f86b81c, #0000 29%), linear-gradient(#e7f1f9ed, #dae9f4e6) !important;
}

html[data-theme="light"] :is(.home-page .why-item, .home-page .logo-placeholder, .service-page .service-summary, .service-page .service-detail-card, .service-page .service-process > div, .service-page .benefit-list article, .service-page .faq-list details, .services-page .services-metrics, .services-page .service-showcase-card, .services-page .services-steps li, .about-page .team-member, .about-page .team-story, .about-page .team-value, .references-body .references-proof-panel, .references-body .reference-note, .references-body .reference-filter-bar, .references-body .reference-card, .references-body .reference-cta, .process-body .process-timeline article, .contact-page-body .contact-page-channels a, .contact-page-body .contact-page-proof, .contact-page-body .contact-page-form-shell, .contact-page-body .contact-page-form, .legal-body .legal-content:not(.imprint), .legal-body .imprint-card, .legal-body .imprint-note) {
  background: linear-gradient(145deg, #f1f7fcfa, #deebf6eb) !important;
}

html[data-theme="light"] :is(input, textarea, select) {
  color: var(--light-navy);
  background: #edf5fbf5;
  border-color: #1f538036;
}

html[data-theme="light"] footer.is-client-footer {
  color: #294b65;
  background: radial-gradient(circle at 12% 15%, #277bb426, #0000 25rem), radial-gradient(circle at 90% 5%, #3997c221, #0000 23rem), linear-gradient(145deg, #d8e7f3, #e5eef7 58%, #d7e6f1);
  border-top-color: #1f538030;
}

html[data-theme="light"] .client-footer-card {
  background: #e7f1f8c7;
  border-color: #23578433;
  box-shadow: 0 22px 70px #18446921;
}

html[data-theme="light"] {
  --light-violet: #7565d9;
  --light-violet-soft: #7565d929;
  --light-white-glow: #ffffffc7;
  --light-line: #4b4b8f30;
  --light-shadow: 0 18px 52px #19365e1f,
    0 7px 28px #6852be12;
  --light-shadow-hover: 0 26px 68px #16386329,
    0 12px 38px #674cc31f;
}

html[data-theme="light"] body {
  background-position: 0 0, 100% 0, 50% 100%, 50%;
  background-size: 112% 112%, 114% 114%, 110% 110%, 100% 100%;
  background-attachment: fixed;
  animation: 22s ease-in-out infinite alternate light-ambient-drift;
  background-color: #eef7fc !important;
  background-image: radial-gradient(circle at 16% 8%, #2dc6df21, #0000 32rem), radial-gradient(circle at 86% 20%, #7568e81a, #0000 34rem), radial-gradient(circle at 52% 58%, #ffffffb8, #0000 38rem), linear-gradient(145deg, #eef7fc 0%, #f8fbfe 52%, #edf3ff 100%) !important;
}

html[data-theme="light"] body:before {
  opacity: .22;
  background-image: radial-gradient(circle at 12% 18%, #3583d9c7 0 1.8px, #0000 3px), radial-gradient(circle at 31% 36%, #5ba4e494 0 1.4px, #0000 2.6px), radial-gradient(circle at 78% 15%, #487dd8ad 0 1.7px, #0000 2.8px), radial-gradient(circle at 91% 42%, #ffffffeb 0 1.5px, #0000 3px), linear-gradient(144deg, #0000 0 47%, #489ddf26 47.12% 47.25%, #0000 47.38% 100%), linear-gradient(31deg, #0000 0 52%, #5c7cd21c 52.12% 52.24%, #0000 52.36% 100%);
  background-size: 520px 360px, 640px 440px, 590px 400px, 720px 480px, 620px 430px, 760px 520px;
  animation: 10s ease-in-out infinite alternate light-grid-breathe;
}

html[data-theme="light"] .site-header {
  background: linear-gradient(100deg, #e4eef7f0, #f4f7fce8 48%, #e0e5f6eb);
  border-bottom-color: #4b4b8f2e;
  box-shadow: 0 10px 34px #113a5f17, inset 0 1px #ffffffb8;
}

html[data-theme="light"] .hero-bg {
  background: radial-gradient(circle at 77% 27%, #ffffff6e, #0000 25%), radial-gradient(circle at 82% 62%, #775cd33b, #0000 31%), linear-gradient(112deg, #dce8f3 0%, #d1e0ed 51%, #c7d7e8 100%) !important;
}

html[data-theme="light"] .hero-bg:before {
  filter: brightness(.91) saturate(1.04) contrast(1.02);
}

html[data-theme="light"] .hero-bg:after {
  background: radial-gradient(circle at 75% 31%, #ffffff57, #0000 25%), radial-gradient(circle at 84% 66%, #7054cc40, #0000 32%), linear-gradient(90deg, #dce8f3 0%, #dce8f3f5 20%, #becfe58a 48%, #9790cd2e 72%, #52449812 100%);
}

html[data-theme="light"] :is(.service-page:not(.security-page) .service-hero, .security-page .service-hero, .services-page .services-hero, .process-body .process-hero, .contact-page-body .contact-experience, .about-page .team-page, .references-body .references-page, .legal-body .legal-page) {
  background: radial-gradient(circle at 10% 10%, #ffffffb3, #0000 28%), radial-gradient(circle at 91% 17%, #755cd22b, #0000 31%), linear-gradient(145deg, #e8f0f8 0%, #d7e5f1 55%, #e1e9f5 100%) !important;
}

html[data-theme="light"] :is(.home-page .home-contact-cta, .service-page .contact, .services-page .services-cta, .references-body .reference-cta) {
  background: radial-gradient(circle at 12% 17%, #ffffffba, #0000 29%), radial-gradient(circle at 88% 77%, #7459d22b, #0000 34%), linear-gradient(135deg, #e5eef7, #d6e4f0 57%, #e0e8f4) !important;
}

html[data-theme="light"] :is(.home-page .why-item, .home-page .logo-placeholder, .service-page .service-summary, .service-page .service-detail-card, .service-page .service-process > div, .service-page .benefit-list article, .service-page .faq-list details, .services-page .services-metrics, .services-page .service-showcase-card, .services-page .services-steps li, .about-page .team-member, .about-page .team-story, .about-page .team-value, .references-body .references-proof-panel, .references-body .reference-note, .references-body .reference-filter-bar, .references-body .reference-card, .references-body .reference-cta, .process-body .process-timeline article, .contact-page-body .contact-page-channels a, .contact-page-body .contact-page-proof, .contact-page-body .contact-page-form-shell, .contact-page-body .contact-page-form, .legal-body .legal-content:not(.imprint), .legal-body .imprint-card, .legal-body .imprint-note) {
  box-shadow: var(--light-shadow);
  background: radial-gradient(circle at 92% 8%, #7e66d517, #0000 34%), linear-gradient(145deg, #f6f9fcfa, #dce9f4f0) !important;
  border-color: #4e4d912e !important;
}

html[data-theme="light"] :is(.home-page .why-item, .home-page .logo-placeholder, .service-page .service-detail-card, .service-page .benefit-list article, .services-page .service-showcase-card, .about-page .team-member, .references-body .reference-card, .process-body .process-timeline article, .contact-page-body .contact-page-channels a):hover {
  box-shadow: var(--light-shadow-hover);
  border-color: #6853c252 !important;
}

html[data-theme="light"] :is(.btn.primary, .header-cta, .contact-submit) {
  box-shadow: 0 12px 28px #2475a72e, inset 0 0 0 1px #ffffff80, 0 0 24px #7056cd1c;
}

html[data-theme="light"] :is(.btn.primary, .header-cta, .contact-submit):hover {
  box-shadow: 0 17px 36px #1e659b3d, inset 0 0 0 1px #ffffffa6, 0 0 34px #6f54cd2e;
}

html[data-theme="light"] footer.is-client-footer {
  background: radial-gradient(circle at 12% 12%, #ffffff94, #0000 24rem), radial-gradient(circle at 89% 11%, #755bcf26, #0000 25rem), linear-gradient(145deg, #d6e4f0, #e3ebf5 58%, #d5e2f0);
}

.logo-intro-seen .cinematic-loader {
  display: none !important;
}

.cinematic-loader {
  isolation: isolate;
  background: radial-gradient(circle at 50% 47%, #32caf21f, #0000 22rem), radial-gradient(circle at 82% 18%, #5c4eda26, #0000 34rem), linear-gradient(145deg, #020712, #061328 58%, #090d20);
  animation: 5.2s linear forwards loader-failsafe;
  overflow: hidden;
}

html[data-theme="light"] .cinematic-loader {
  color: #0b2948;
  background: radial-gradient(circle at 50% 45%, #ffffffeb, #0000 18rem), radial-gradient(circle at 82% 17%, #6557da24, #0000 32rem), linear-gradient(145deg, #eef7fd, #dceaf5 58%, #e7ecf8);
}

.cinematic-loader:before {
  z-index: 1;
  opacity: .27;
  background-image: linear-gradient(#4dc7eb0b 1px, #0000 1px), linear-gradient(90deg, #6278e00a 1px, #0000 1px), radial-gradient(circle at 50% 48%, #0000 0 18%, #33cbf114 18.3%, #0000 18.7%), radial-gradient(circle at 50% 48%, #0000 0 29%, #745bde12 29.2%, #0000 29.6%);
  background-size: 72px 72px, 72px 72px, 100% 100%, 100% 100%;
  animation: 8s ease-in-out infinite alternate loader-field-drift;
  -webkit-mask-image: radial-gradient(#000 0 32%, #0000 79%);
  mask-image: radial-gradient(#000 0 32%, #0000 79%);
}

html[data-theme="light"] .cinematic-loader:before {
  opacity: .32;
  background-image: linear-gradient(#2265990d 1px, #0000 1px), linear-gradient(90deg, #4859b40b 1px, #0000 1px), radial-gradient(circle at 50% 48%, #0000 0 18%, #28a4d21a 18.3%, #0000 18.7%), radial-gradient(circle at 50% 48%, #0000 0 29%, #6f57cb14 29.2%, #0000 29.6%);
}

.cinematic-loader:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #020712c7, #0000 28% 72%, #050716ad), linear-gradient(#0308147a, #0000 28% 68%, #020711b8), radial-gradient(circle at 50% 48%, #0000 0 8rem, #03091724 17rem, #0207116b 44rem);
  position: absolute;
  inset: 0;
}

html[data-theme="light"] .cinematic-loader:after {
  background: linear-gradient(90deg, #e7f2fbbd, #0000 31% 69%, #e2e9f9ad), linear-gradient(#eef7fd9e, #0000 31% 70%, #e2edf7c2), radial-gradient(circle at 50% 48%, #ffffff08 0 8rem, #e6f0f91f 18rem, #e0ecf75c 43rem);
}

.cinematic-loader__ambient {
  z-index: 0;
  object-fit: cover;
  object-position: center 52%;
  pointer-events: none;
  opacity: .72;
  mix-blend-mode: screen;
  filter: saturate(1.12) contrast(1.08) brightness(.76);
  width: 106%;
  height: 106%;
  animation: 5.6s ease-in-out infinite alternate loader-video-breathe;
  position: absolute;
  inset: -3%;
  transform: scale(1.015);
  -webkit-mask-image: radial-gradient(#000 0 36%, #000000e0 58%, #0000 92%);
  mask-image: radial-gradient(#000 0 36%, #000000e0 58%, #0000 92%);
}

html[data-theme="light"] .cinematic-loader__ambient {
  opacity: .3;
  mix-blend-mode: multiply;
  filter: saturate(.9) contrast(.92) brightness(1.18);
}

.cinematic-loader__core {
  z-index: 2;
  width: min(460px, 82vw);
}

.cinematic-loader.is-docking .cinematic-loader__ambient {
  opacity: .1;
  filter: saturate(.9) contrast(1.04) brightness(.68);
  transition: opacity 1.05s, transform 1.2s, filter 1.05s;
  transform: scale(1.08);
}

.cinematic-loader__core:before, .cinematic-loader__core:after {
  content: "";
  pointer-events: none;
  border-radius: 50%;
  width: 268px;
  height: 268px;
  position: absolute;
  top: 101px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cinematic-loader__core:before {
  background: radial-gradient(circle, #0c204321, #0a183709 62%, #0000 71%);
  border: 1px solid #6fdaf647;
  animation: 2.4s ease-in-out infinite alternate loader-orbit-breathe;
  box-shadow: 0 0 0 30px #7658dc06, 0 0 86px #2dbee82e, inset 0 0 62px #35c1eb12;
}

.cinematic-loader__core:after {
  border: 1px solid #8167e84d;
  width: 358px;
  height: 180px;
  animation: 7.6s linear infinite loader-orbit-turn;
  transform: translate(-50%, -50%) rotate(-13deg);
  box-shadow: 0 0 24px #6b53d714;
}

html[data-theme="light"] .cinematic-loader__core:before {
  border-color: #ffffff9e;
  box-shadow: 0 0 0 28px #ffffff14, 0 0 74px #7057cd21, inset 0 0 55px #ffffff42;
}

html[data-theme="light"] .cinematic-loader__core:after {
  border-color: #6f57cb2e;
}

.cinematic-loader__logo {
  filter: drop-shadow(0 0 12px #ffffff38) drop-shadow(0 0 36px #1fbeeb3d) drop-shadow(0 0 52px #6f54d729);
  width: clamp(248px, 22vw, 310px);
  height: auto;
  animation: .92s cubic-bezier(.22, 1, .36, 1) both loader-logo-reveal;
  transform: scale(1);
}

.cinematic-loader__rail {
  background: linear-gradient(90deg, #0000, #5bbfe738 18%, #8468e447 82%, #0000);
  width: min(326px, 68vw);
  height: 1px;
  margin-top: 18px;
  box-shadow: 0 0 22px #3eb4e11f;
}

.cinematic-loader__progress {
  background: linear-gradient(90deg, #745fe1 0%, #41cbea 48%, #f8fdff 78%, #5abfe4 100%);
  box-shadow: 0 0 9px #ffffff59, 0 0 22px #2dc5e947;
}

html[data-theme="light"] .cinematic-loader__rail {
  background: linear-gradient(90deg, #22486e1f, #755bd329, #ffffffbd);
  box-shadow: 0 0 18px #5546a414;
}

html[data-theme="light"] .cinematic-loader__progress {
  background: linear-gradient(90deg, #7665d5 0%, #fff 50%, #2c9fd2 100%);
  box-shadow: 0 0 15px #ffffffb8;
}

.cinematic-loader__rail i {
  background: #fff;
  box-shadow: 0 0 7px #fff, 0 0 20px #8b6bebe0, 0 0 42px #4ab7e19e;
}

.cinematic-loader__count {
  color: #b4c8dc;
  letter-spacing: .56em;
  text-shadow: 0 0 18px #37c1e752;
  margin-top: 13px;
  font-size: 12px;
}

html[data-theme="light"] .cinematic-loader__count {
  color: #365572;
  text-shadow: 0 0 18px #ffffffe6;
}

@keyframes light-ambient-drift {
  0% {
    background-position: 0 0, 100% 0, 50% 100%, 50%;
  }

  100% {
    background-position: 5% 4%, 95% 6%, 54% 94%, 50%;
  }
}

@keyframes light-grid-breathe {
  from {
    opacity: .16;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: .24;
    transform: translate3d(5px, -4px, 0);
  }
}

@keyframes loader-field-drift {
  from {
    opacity: .22;
    transform: scale(1);
  }

  to {
    opacity: .32;
    transform: scale(1.035);
  }
}

@keyframes loader-orbit-breathe {
  from {
    opacity: .58;
    transform: translate(-50%, -50%) scale(.94);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes loader-orbit-turn {
  from {
    transform: translate(-50%, -50%) rotate(-13deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(347deg);
  }
}

@keyframes loader-logo-reveal {
  from {
    opacity: .34;
    filter: blur(3px);
    transform: translateY(9px) scale(.94);
  }

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

@keyframes loader-video-breathe {
  from {
    transform: scale(1.015);
  }

  to {
    transform: scale(1.065);
  }
}

@media (width <= 760px) {
  .cinematic-loader__ambient {
    opacity: .58;
    object-position: 45% center;
    width: 110%;
    height: 110%;
    inset: -5%;
  }

  .cinematic-loader__core:before {
    width: 210px;
    height: 210px;
    top: 84px;
  }

  .cinematic-loader__core:after {
    width: 250px;
    height: 145px;
    top: 84px;
  }

  html[data-theme="light"] body {
    background-size: 150% 150%, 145% 145%, 135% 135%, 100% 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-loader__ambient {
    display: none;
  }
}

@media (width >= 901px) {
  .site-header .header-actions {
    gap: 10px;
  }

  .site-header .icon-toggle, .site-header .lang-toggle, .site-header .header-phone {
    border-color: color-mix(in srgb, var(--lux-line, #7896b466) 78%, transparent);
    height: 40px;
  }

  .site-header .icon-toggle {
    width: 40px;
  }

  .site-header .theme-toggle svg, .site-header .header-phone svg {
    stroke-width: 1.6px;
    width: 14px;
    height: 14px;
  }

  .site-header .lang-toggle:before {
    width: 14px;
    height: 14px;
  }

  .site-header .lang-toggle:after {
    width: 9px;
    height: 9px;
  }

  .site-header .header-linkedin {
    border-color: #75b0ff4d;
    border-radius: 12px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    box-shadow: 0 6px 16px #2868da29;
  }

  .site-header .header-linkedin svg {
    width: 16px;
    height: 16px;
  }

  .site-header .header-linkedin:hover, .site-header .header-linkedin:focus-visible {
    box-shadow: 0 10px 22px #3f6be23d;
  }
}

.btn, button.btn, .nav-cta, .services-cta-button, .home-contact-button {
  border-radius: 13px;
}

.header-actions .btn-small, .support-fab {
  border-radius: 14px;
}

input, textarea, select, .contact-page-form input, .contact-page-form textarea, .contact-page-form select {
  border-radius: 13px !important;
}

.service-page .service-intro-image, .service-page .service-media-placeholder, .about-page .team-photo, .team-v2 .team-photo, figure.team-photo, .reference-card-visual, .security-hero-visual {
  border-radius: 24px;
  overflow: hidden;
}

.service-page .service-image-signal-frame {
  aspect-ratio: 1672 / 941;
  background: #071b2c;
  border-radius: 26px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-page .service-image-signal-frame:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 18% 26%, #94e7ff38 0 1px, #0000 5px), radial-gradient(circle at 76% 18%, #43c5ff2e 0 1px, #0000 6px), radial-gradient(circle at 84% 72%, #adeeff29 0 1px, #0000 5px), radial-gradient(circle at 36% 84%, #3dbfff24 0 1px, #0000 6px);
  position: absolute;
  inset: 0;
}

.service-page .service-image-signal-frame .service-intro-image {
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  image-rendering: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
}

.service-page .service-image-signal-canvas {
  pointer-events: none;
  opacity: .92;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.security-page .service-image-signal-frame .service-intro-image {
  filter: brightness(1.22) contrast(1.04) saturate(1.08);
}

.security-page .service-image-signal-canvas {
  opacity: .5;
}

.security-page .service-image-signal-frame:after {
  opacity: .52;
}

html[data-theme="light"] .security-page .service-image-signal-canvas {
  opacity: .26;
}

html[data-theme="light"] .security-page .service-image-signal-frame .service-intro-image {
  filter: brightness(1.08) contrast(1.02) saturate(1.04);
}

.service-page .section > .container, .service-page .service-intro > .container, .service-page .service-cta > .container {
  width: min(100% - 40px, 1240px);
}

.service-page a:focus-visible, .service-page button:focus-visible, .service-page summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--site-cyan) 78%, white);
  outline-offset: 4px;
}

@media (width <= 680px) {
  .service-page .section > .container, .service-page .service-intro > .container, .service-page .service-cta > .container {
    width: min(100% - 30px, 1240px);
  }
}

html[data-theme="light"] .service-page .service-image-signal-canvas {
  opacity: .64;
  mix-blend-mode: normal;
}

@media (width <= 760px) {
  .service-page .service-image-signal-frame {
    border-radius: 20px;
  }

  .service-page .service-image-signal-frame .service-intro-image {
    height: auto;
    min-height: 0;
  }

  .service-page .service-image-signal-canvas {
    opacity: .78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-page .service-image-signal-canvas {
    display: none;
  }
}

.legal-body .legal-page > .hero-bg, .legal-body .legal-page > .hero-canvas {
  display: none !important;
}

html[data-theme="light"] :is(.contact-page-body .contact-experience, .legal-body .legal-page) {
  background: radial-gradient(circle at 10% 10%, #ffffffb3, #0000 28%), radial-gradient(circle at 91% 17%, #755cd22b, #0000 31%), linear-gradient(145deg, #e8f0f8 0%, #d7e5f1 55%, #e1e9f5 100%) !important;
}

html[data-theme="dark"] :is(.contact-page-body .contact-experience, .legal-body .legal-page) {
  background: radial-gradient(circle at 5% 12%, #524fd321, #0000 31%), radial-gradient(circle at 92% 20%, #26bbda24, #0000 28%), linear-gradient(145deg, #061522 0%, #0a1f2e 48%, #071823 100%) !important;
}

html {
  scrollbar-gutter: stable;
}

html.is-lang-switching {
  scroll-behavior: auto !important;
}

body {
  overflow-anchor: none;
}

.security-page .service-hero:before {
  opacity: .27;
  background-image: radial-gradient(circle, color-mix(in srgb, var(--lux-accent) 46%, transparent) 0 1.2px, transparent 1.9px),
    linear-gradient(32deg, transparent 0 48.8%, color-mix(in srgb, var(--lux-accent) 10%, transparent) 49% 49.25%, transparent 49.45% 100%),
    linear-gradient(148deg, transparent 0 51.1%, color-mix(in srgb, var(--premium-cyan) 9%, transparent) 51.3% 51.55%, transparent 51.75% 100%);
  background-position: 0 0, -24px 6px, 88px -38px;
  background-size: 48px 48px, 286px 210px, 336px 240px;
  -webkit-mask-image: linear-gradient(90deg, #000000c7 0%, #00000061 47%, #000000b8 100%);
  mask-image: linear-gradient(90deg, #000000c7 0%, #00000061 47%, #000000b8 100%);
}

html[data-theme="light"] .security-page .service-hero:before {
  opacity: .21;
}

html[data-theme="dark"] .security-page .service-hero:before {
  opacity: .3;
}

.security-page .service-hero .hero-bg {
  opacity: .2;
}

html[data-theme="dark"] .security-page .service-hero .hero-bg {
  opacity: .26;
}

.security-page .service-hero-copy .lead {
  min-height: 6.88em;
}

@media (width >= 901px) {
  .site-header .nav a:not(.nav-cta) {
    justify-content: center;
    display: inline-flex;
  }

  .site-header .nav :is(a[href="/"], a[href="#top"]) {
    min-width: 88px;
  }

  .site-header .nav :is(a[href="services.html"], a[href="#services-overview"]) {
    min-width: 92px;
  }

  .site-header .nav a[href="process.html"] {
    min-width: 76px;
  }

  .site-header .nav a[href="about.html"] {
    min-width: 82px;
  }

  .site-header .nav a[href="references.html"] {
    min-width: 96px;
  }
}

@media (width <= 760px) {
  .security-page .service-hero-copy .lead {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-theme="light"] body, html[data-theme="light"] body:before, .cinematic-loader, .cinematic-loader:before, .cinematic-loader__core:before, .cinematic-loader__core:after, .cinematic-loader__logo {
    animation: none !important;
  }
}

@media (width >= 901px) {
  .site-header .header-actions {
    gap: 8px;
  }

  .site-header .icon-toggle, .site-header .lang-toggle, .site-header .header-phone {
    border-radius: 11px;
    height: 36px;
    min-height: 36px;
  }

  .site-header .icon-toggle {
    width: 36px;
    min-width: 36px;
    padding: 0;
  }

  .site-header .lang-toggle {
    gap: 6px;
    padding: 0 10px;
    font-size: 13px;
  }

  .site-header .header-phone {
    gap: 7px;
    padding: 0 13px;
    font-size: 14px;
  }

  .site-header .header-phone svg, .site-header .theme-toggle svg, .site-header .lang-toggle:before {
    width: 13px;
    height: 13px;
  }

  .site-header .lang-toggle:after {
    width: 8px;
    height: 8px;
  }

  .site-header .header-linkedin {
    border-radius: 11px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .site-header .header-linkedin svg {
    width: 26px;
    height: 26px;
  }
}

.header-linkedin, .site-header .header-linkedin {
  color: inherit;
  box-shadow: none;
  background: none;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.header-linkedin svg {
  fill: none;
  border-radius: 22%;
  width: 100%;
  height: 100%;
  display: block;
}

.header-linkedin:hover, .header-linkedin:focus-visible, .site-header .header-linkedin:hover, .site-header .header-linkedin:focus-visible {
  background: none;
  border: 0;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px #0a66c261;
}

.header-linkedin:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #5494d4;
}

@media (width <= 900px) {
  .header-linkedin {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
}

.client-footer-card {
  grid-template-columns: auto 1px minmax(0, 1fr) minmax(290px, .72fr);
  align-items: center;
  gap: 0 clamp(24px, 2.8vw, 44px);
  width: 100%;
  max-width: 1240px;
  min-height: 196px;
  padding: 30px 40px;
}

.client-footer-meta {
  width: 100%;
  max-width: 1240px;
}

.client-footer-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100%;
  display: flex;
}

.client-footer-logo img {
  width: clamp(190px, 15vw, 250px);
}

.client-footer-divider {
  background: linear-gradient(#0000, #8bcdeb57 18% 82%, #0000);
  border-radius: 1px;
  align-self: stretch;
  width: 1px;
  min-height: 118px;
  margin-block: 6px;
  display: block;
}

html[data-theme="light"] .client-footer-divider {
  background: linear-gradient(#0000, #13446e38 18% 82%, #0000);
}

.client-footer-company {
  justify-content: center;
}

.client-footer-company .cf-line-company span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
}

@media (width <= 1080px) {
  .client-footer-card {
    grid-template-columns: auto 1px minmax(0, 1fr);
    row-gap: 26px;
    padding: 28px 30px;
  }

  .client-footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (width <= 700px) {
  .client-footer-card {
    text-align: center;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    row-gap: 20px;
    padding: 26px 20px;
  }

  .client-footer-divider {
    background: linear-gradient(90deg, #0000, #8bcdeb52, #0000);
    width: min(240px, 100%);
    height: 1px;
    min-height: 0;
    margin: 0;
  }

  html[data-theme="light"] .client-footer-divider {
    background: linear-gradient(90deg, #0000, #13446e38, #0000);
  }

  .client-footer-company address {
    justify-items: start;
  }

  .client-footer-contact {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
}

.services-page .services-hero-copy h1, .service-page .service-hero-copy h1, .security-page .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1, .process-body .process-hero h1, .process-hero h1, .contact-page-body .contact-page-intro h1 {
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
  max-width: 15ch;
  letter-spacing: -.045em !important;
  font-size: clamp(39px, 4.14vw, 60px) !important;
  line-height: 1.06 !important;
}

.legal-body .legal-content h1, .cookie-legal-page .legal-content h1 {
  text-wrap: balance;
  max-width: 20ch;
  letter-spacing: -.03em !important;
  margin-bottom: clamp(16px, 2vw, 26px) !important;
  font-size: clamp(30px, 3.1vw, 46px) !important;
  line-height: 1.12 !important;
}

.cookie-legal-page .legal-content {
  padding-top: clamp(18px, 2.4vw, 30px);
}

@media (width <= 1100px) {
  .services-page .services-hero-copy h1, .service-page .service-hero-copy h1, .security-page .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1, .process-body .process-hero h1, .process-hero h1, .contact-page-body .contact-page-intro h1 {
    max-width: 17ch;
  }
}

@media (width <= 760px) {
  .services-page .services-hero-copy h1, .service-page .service-hero-copy h1, .security-page .service-hero-copy h1, .about-page .team-page-intro h1, .references-body .references-hero-copy h1, .process-body .process-hero h1, .process-hero h1, .contact-page-body .contact-page-intro h1 {
    max-width: 100%;
    letter-spacing: -.038em !important;
    font-size: clamp(34px, 9.7vw, 47px) !important;
    line-height: 1.1 !important;
  }

  .legal-body .legal-content h1, .cookie-legal-page .legal-content h1 {
    max-width: 100%;
    font-size: clamp(27px, 7.4vw, 36px) !important;
  }
}

.service-page .service-image-signal-frame, .about-page .team-photo, .security-page .security-hero-visual, .service-page .service-intro-image {
  --media-ease: cubic-bezier(.22, 1, .36, 1);
  overflow: hidden;
  box-shadow: 0 26px 55px -26px #10285a6b;
}

.service-page .service-image-signal-frame > .service-intro-image, .about-page .team-photo > img, .security-page .security-hero-visual > img {
  transition: transform .7s var(--media-ease, cubic-bezier(.22, 1, .36, 1));
  will-change: transform;
}

.service-page .service-image-signal-frame:hover > .service-intro-image, .about-page .team-photo:hover > img, .security-page .security-hero-visual:hover > img {
  transform: scale(1.05);
}

.service-page .service-intro-image {
  transition: transform .7s var(--media-ease, cubic-bezier(.22, 1, .36, 1));
}

.service-page .service-intro-image:hover {
  transform: scale(1.05);
}

.service-page .service-image-signal-frame:before, .about-page .team-photo:before {
  content: "";
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(#0000 56%, #0e20484d);
  position: absolute;
  inset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .service-page .service-image-signal-frame > .service-intro-image, .service-page .service-intro-image, .about-page .team-photo > img, .security-page .security-hero-visual > img {
    transition: none !important;
    transform: none !important;
  }
}

.service-page .contact-grid.contact-cta-only > div, .process-cta, .references-body .reference-cta, .services-page .services-cta-inner, .about-page .team-story-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0 clamp(28px, 4vw, 72px);
  display: grid;
}

.process-cta > div, .references-body .reference-cta > div:not(.reference-cta-actions), .services-page .services-cta-inner > div {
  display: contents;
}

.service-page .contact-grid.contact-cta-only > div > .eyebrow, .process-cta > div > .eyebrow, .references-body .reference-cta > div > .eyebrow, .services-page .services-cta-inner > div > .eyebrow, .about-page .team-story-head > .eyebrow {
  grid-area: 1 / 1;
  margin-bottom: 14px;
}

.service-page .contact-grid.contact-cta-only > div > h2, .process-cta > div > h2, .references-body .reference-cta > div > h2, .services-page .services-cta-inner > div > h2, .about-page .team-story-head > h2 {
  grid-area: 2 / 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.service-page .contact-grid.contact-cta-only > div > .hero-actions, .process-cta > .btn, .references-body .reference-cta > .reference-cta-actions, .services-page .services-cta-inner > .services-cta-button, .about-page .team-story-head > .team-story-cta {
  white-space: nowrap;
  grid-area: 2 / 2;
  place-self: start end;
  margin-top: -3px;
  margin-bottom: 0;
}

.service-page .contact-grid.contact-cta-only > div > p:not(.eyebrow), .about-page .team-story-head > p {
  grid-area: 3 / 1;
  margin-top: 18px;
  margin-bottom: 0;
}

.service-page .contact-grid.contact-cta-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
}

.service-page .contact-grid.contact-cta-only > div {
  max-width: none;
}

.service-page .contact-grid.contact-cta-only .hero-actions {
  gap: 12px;
  margin-top: -3px;
}

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

.process-cta h2 {
  line-height: 1.1;
}

.about-page .team-story-head {
  max-width: none;
  margin-bottom: clamp(26px, 3vw, 40px);
}

.about-page .team-story-head > h2 {
  max-width: 18ch;
}

.about-page .team-story > .team-values {
  margin-bottom: 0;
}

.about-page .team-story-cta {
  margin-left: clamp(16px, 2vw, 32px);
}

@media (width <= 860px) {
  .service-page .contact-grid.contact-cta-only > div, .process-cta, .references-body .reference-cta, .services-page .services-cta-inner, .about-page .team-story-head {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
  }

  .service-page .contact-grid.contact-cta-only > div > .hero-actions, .process-cta > .btn, .references-body .reference-cta > .reference-cta-actions, .services-page .services-cta-inner > .services-cta-button, .about-page .team-story-head > .team-story-cta {
    white-space: normal;
    grid-area: 3 / 1;
    justify-self: start;
    margin-top: 24px;
  }

  .service-page .contact-grid.contact-cta-only > div > p:not(.eyebrow), .about-page .team-story-head > p {
    grid-row: 4;
  }

  .about-page .team-story-cta {
    margin-left: 0;
  }
}

@supports (grid-template-rows: subgrid) {
  .security-page .service-card-grid {
    grid-auto-rows: auto;
    align-items: stretch;
  }

  .security-page .service-detail-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    min-height: 0;
    display: grid;
  }

  .security-page .service-detail-card .card-icon {
    grid-area: auto / 1;
    margin: 0 0 24px;
  }

  .security-page .service-detail-card h3 {
    align-self: start;
    min-height: 0;
  }

  .security-page .service-detail-card p {
    align-self: start;
  }

  .security-page .service-process {
    grid-auto-rows: auto;
    align-items: stretch;
  }

  .security-page .service-process > div {
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
    min-height: 0;
    display: grid;
  }

  .security-page .service-process > div h3 {
    align-self: start;
    min-height: 0;
  }

  .security-page .service-process > div p {
    align-self: start;
  }

  @media (width <= 620px) {
    .security-page .service-card-grid, .security-page .service-process {
      grid-auto-rows: min-content;
    }

    .security-page .service-detail-card, .security-page .service-process > div {
      flex-direction: column;
      grid-row: auto;
      align-items: flex-start;
      display: flex;
    }
  }
}

@supports not (grid-template-rows: subgrid) {
  .security-page .service-detail-card h3, .security-page .service-process > div h3 {
    min-height: 2.6em;
  }
}

.security-page .service-detail-card .card-icon, .security-page .service-process .process-icon {
  align-self: start;
}

.home-page .hero-bg:before {
  display: none !important;
}

.home-page .hero-intro-media {
  z-index: 0;
  aspect-ratio: 16 / 9;
  pointer-events: none;
  background: none;
  width: min(63%, 1000px);
  height: auto;
  position: absolute;
  inset: 50% 1.5% auto auto;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-mask-image: radial-gradient(52% 54%, #000 26%, #0000 100%);
  mask-image: radial-gradient(52% 54%, #000 26%, #0000 100%);
}

.home-page .hero-intro-video, .home-page .hero-intro-poster {
  object-fit: cover;
  object-position: center;
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.home-page .hero-intro-video {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.home-page .hero-intro-poster {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

@supports (mask-composite: intersect) {
  .home-page .hero-intro-media {
    -webkit-mask-composite: source-in, source-in;
    -webkit-mask-image: radial-gradient(74% 76%, #000 34%, #0000008c 74%, #0000 97%), linear-gradient(90deg, #0000 0%, #000 17% 83%, #0000 100%), linear-gradient(#0000 0%, #000 14% 86%, #0000 100%);
    mask-image: radial-gradient(74% 76%, #000 34%, #0000008c 74%, #0000 97%), linear-gradient(90deg, #0000 0%, #000 17% 83%, #0000 100%), linear-gradient(#0000 0%, #000 14% 86%, #0000 100%);
    mask-composite: intersect, intersect;
  }
}

html[data-theme="dark"] .home-page .hero-intro-media {
  mix-blend-mode: screen;
  filter: contrast(1.12) brightness(.98) saturate(1.1);
}

html[data-theme="light"] .home-page .hero-intro-media {
  mix-blend-mode: multiply;
  filter: invert() hue-rotate(180deg) brightness(1.26) saturate(1.38) contrast(1.14);
}

.home-page .hero:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #040b18f5 0%, #040b18de 34%, #040b186b 52%, #0000 72%);
  position: absolute;
  inset: 0;
}

html[data-theme="light"] .home-page .hero:before {
  background: linear-gradient(90deg, #f6f9fcfa 0%, #f1f6fbe6 34%, #e8f1f97a 52%, #0000 72%);
}

.home-page .hero > .hero-grid {
  z-index: 3;
  position: relative;
}

html.motion-enabled:not(.hero-ready) .home-page .hero-intro-media {
  opacity: 0;
}

html.motion-enabled.hero-ready .home-page .hero-intro-media {
  animation: 1.15s cubic-bezier(.22, 1, .36, 1) 60ms both hero-media-enter;
}

@keyframes hero-media-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-page .hero-intro-media.is-video-playing .hero-intro-video {
  opacity: 1;
  visibility: visible;
  transition: opacity .18s, visibility linear;
}

.home-page .hero-intro-media.is-video-playing .hero-intro-poster {
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s, visibility 0s linear .18s;
}

.home-page .hero-intro-media {
  transition: filter .45s, opacity .45s;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-intro-media, .home-page .hero-intro-video, .home-page .hero-intro-poster, .home-page .hero:before {
    transition: none;
  }

  html.motion-enabled.hero-ready .home-page .hero-intro-media {
    opacity: 1;
    animation: none;
  }

  .home-page .hero-intro-video {
    opacity: 0;
    visibility: hidden;
  }

  .home-page .hero-intro-poster {
    opacity: 1;
    visibility: visible;
  }
}

@media (width <= 1100px) {
  .home-page .hero {
    min-height: 0 !important;
    padding-bottom: min(56.25vw + 58px, 620px) !important;
  }

  .home-page .hero > .hero-grid {
    min-height: 0 !important;
  }

  .home-page .hero-intro-media {
    width: min(100% - 32px, 980px);
    inset: auto auto 36px max(16px, 50% - 490px);
    transform: none;
  }

  @supports (mask-composite: intersect) {
    .home-page .hero-intro-media {
      -webkit-mask-image: radial-gradient(82% 84%, #000 30%, #0000008c 74%, #0000 98%), linear-gradient(90deg, #0000 0%, #000 13% 87%, #0000 100%), linear-gradient(#0000 0%, #000 12% 88%, #0000 100%);
      mask-image: radial-gradient(82% 84%, #000 30%, #0000008c 74%, #0000 98%), linear-gradient(90deg, #0000 0%, #000 13% 87%, #0000 100%), linear-gradient(#0000 0%, #000 12% 88%, #0000 100%);
    }
  }

  .home-page .hero:before {
    background: linear-gradient(#040b18fa 0%, #040b18e6 38%, #040b186b 60%, #0000 78%);
  }

  html[data-theme="light"] .home-page .hero:before {
    background: linear-gradient(#f6f9fcfa 0%, #f1f6fbe6 38%, #dfebf630 52%, #0000 72%);
  }
}

@media (width <= 760px) {
  .home-page .hero {
    padding-bottom: calc(56.25vw + 46px) !important;
  }

  .home-page .hero-intro-media {
    width: calc(100% - 20px);
    bottom: 28px;
    left: 10px;
    -webkit-mask-image: radial-gradient(82% 84%, #000 38%, #0000 100%);
    mask-image: radial-gradient(82% 84%, #000 38%, #0000 100%);
  }
}

@media (width <= 400px) {
  .home-page .hero {
    padding-bottom: calc(56.25vw + 38px) !important;
  }

  .home-page .hero-intro-media {
    width: calc(100% - 16px);
    bottom: 22px;
    left: 8px;
  }
}

.service-page .service-image-signal-frame, .service-page .service-intro-image, .about-page .team-photo {
  --media-accent: color-mix(in srgb,
    color-mix(in srgb, var(--primary) 62%, var(--gold)) 17%, transparent);
  --media-accent-depth: 0 26px 55px -26px #10285a6b;
}

.service-page .service-image-signal-frame, .service-page .service-intro-image {
  box-shadow: var(--media-accent-depth),
    -20px 22px 0 0 var(--media-accent);
}

.about-page .team-photo {
  box-shadow: var(--media-accent-depth),
    20px 0 0 0 var(--media-accent);
}

.about-page .team-member:nth-child(2n) .team-photo {
  box-shadow: var(--media-accent-depth),
    -20px 0 0 0 var(--media-accent);
}

@media (width <= 760px) {
  .service-page .service-image-signal-frame, .service-page .service-intro-image {
    box-shadow: var(--media-accent-depth),
      -14px 16px 0 0 var(--media-accent);
  }
}

@media (width <= 700px) {
  .about-page .team-photo, .about-page .team-member:nth-child(2n) .team-photo {
    box-shadow: var(--media-accent-depth),
      0 16px 0 0 var(--media-accent);
  }
}

.security-page #security-services .security-services-head, .security-page #security-services .security-services-head > .eyebrow, .security-page #security-services .security-services-head > h2 {
  text-align: center;
  margin-inline: auto;
}

.security-page #security-services .security-services-head > h2:after {
  margin-inline: auto;
}

.site-header .header-inner {
  --hdr-ctl: 36px;
}

.site-header .header-actions {
  align-items: center;
}

.site-header .header-actions .header-linkedin, .site-header .header-actions .icon-toggle, .site-header .header-actions .lang-toggle, .site-header .header-actions .header-phone, .site-header .header-inner .menu-toggle {
  height: var(--hdr-ctl);
  min-height: var(--hdr-ctl);
  box-sizing: border-box;
  align-self: center;
}

.site-header .header-actions .header-linkedin, .site-header .header-actions .icon-toggle, .site-header .header-inner .menu-toggle {
  width: var(--hdr-ctl);
  min-width: var(--hdr-ctl);
  flex: 0 0 var(--hdr-ctl);
  padding: 0;
}

@media (width <= 900px) {
  body .site-header .header-inner {
    --hdr-ctl: 34px;
    grid-template-columns: minmax(96px, 1fr) auto var(--hdr-ctl) !important;
  }

  body .site-header .header-actions .header-linkedin svg {
    width: 100%;
    height: 100%;
  }

  body .site-header .header-actions .header-linkedin svg, body .site-header .header-actions .icon-toggle, body .site-header .header-actions .lang-toggle, body .site-header .header-inner .menu-toggle {
    border-radius: 9px;
  }

  body .site-header .header-actions {
    gap: 8px;
  }

  body .site-header .header-actions .lang-toggle {
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 9px !important;
    font-size: 13px !important;
  }

  body .site-header .header-actions .icon-toggle {
    font-size: 15px;
  }

  body .site-header .header-actions .theme-toggle svg {
    width: 15px;
    height: 15px;
  }

  body .site-header .header-actions .lang-toggle:before {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

  body .site-header .header-actions .lang-toggle:after {
    flex-basis: 8px;
    width: 8px;
    height: 8px;
  }

  body .site-header .header-inner .menu-toggle {
    font-size: 17px;
    line-height: 1;
  }
}

@media (width <= 720px) {
  body .site-header .header-inner {
    --hdr-ctl: 32px;
    grid-template-columns: minmax(78px, 1fr) auto var(--hdr-ctl) !important;
  }

  body .site-header .header-actions {
    gap: 7px;
  }

  body .site-header .header-actions .lang-toggle {
    padding: 0 8px !important;
    font-size: 12.5px !important;
  }

  body .site-header .header-actions .icon-toggle {
    font-size: 14px;
  }

  body .site-header .header-actions .theme-toggle svg {
    width: 14px;
    height: 14px;
  }

  body .site-header .header-actions .lang-toggle:before {
    flex-basis: 13px;
    width: 13px;
    height: 13px;
  }

  body .site-header .header-inner .menu-toggle {
    font-size: 16px;
  }
}

@media (width <= 430px) {
  body .site-header .header-inner {
    --hdr-ctl: 30px;
    grid-template-columns: minmax(64px, 1fr) auto var(--hdr-ctl) !important;
  }

  body .site-header .header-actions {
    gap: 6px;
  }

  body .site-header .header-actions .lang-toggle {
    gap: 5px !important;
    padding: 0 7px !important;
    font-size: 12px !important;
  }

  body .site-header .header-actions .lang-toggle:before {
    flex-basis: 12px;
    width: 12px;
    height: 12px;
  }

  body .site-header .header-actions .icon-toggle {
    font-size: 13px;
  }

  body .site-header .header-actions .theme-toggle svg {
    width: 13px;
    height: 13px;
  }

  body .site-header .header-inner .menu-toggle {
    font-size: 15px;
  }
}

.cinematic-loader__ambient-picture {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

@media (width <= 760px) {
  .cinematic-loader__core {
    margin: 0;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .home-page .partner-logos {
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 24px calc(100% - 24px), #0000 100%);
    mask-image: linear-gradient(90deg, #0000 0, #000 24px calc(100% - 24px), #0000 100%);
  }

  .home-page .partner-logos .marquee-track {
    will-change: transform;
    backface-visibility: hidden;
    align-items: center;
    display: flex;
    gap: 0 !important;
    width: max-content !important;
    max-width: none !important;
    animation: 24s linear infinite mobile-partner-marquee !important;
    overflow: visible !important;
  }

  .home-page .partner-logos .marquee-set {
    flex-shrink: 0;
    align-items: center;
    padding-right: 12px;
    display: flex;
    gap: 12px !important;
  }

  .home-page .partner-logos span {
    white-space: nowrap;
    flex: none;
  }
}

@keyframes mobile-partner-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.security-page #security-services .security-services-head {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin-bottom: clamp(38px, 4.5vw, 52px);
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.security-page #security-services .security-services-head > .eyebrow, .security-page #security-services .security-services-head > h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.security-page #security-services .security-services-head > h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.security-page #security-services .security-services-head > h2:after {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.security-page #process .security-process-head {
  width: min(100%, 1220px);
  max-width: 1220px;
  margin-bottom: clamp(38px, 4.5vw, 52px);
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.security-page #process .security-process-head > .eyebrow, .security-page #process .security-process-head > h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.security-page #process .security-process-head > h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.security-page #process .security-process-head > h2:after {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.references-body .reference-card-head:before, .references-body .reference-card:after {
  content: none !important;
  display: none !important;
}

.references-body .reference-card-head {
  text-align: left;
  row-gap: 4px;
  width: 100%;
  margin-bottom: 22px;
  padding: 0;
  grid-template-rows: auto auto !important;
  grid-template-columns: minmax(0, 1fr) !important;
  column-gap: 0 !important;
  display: grid !important;
}

.references-body .reference-category {
  justify-self: start;
  grid-area: 1 / 1 !important;
  margin-left: 0 !important;
}

.references-body .reference-impact {
  justify-self: start;
  max-width: none;
  grid-area: 2 / 1 !important;
  margin-left: 0 !important;
}

.services-page .service-card-icon {
  transition: color .25s, background .25s, border-color .25s, box-shadow .25s, transform .25s;
  border-style: solid !important;
  border-width: 1px !important;
}

.services-page .service-card-icon .ico {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1px;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 5px
      color-mix(in srgb, currentColor 40%, transparent));
}

html[data-theme="dark"] .services-page .service-card-icon {
  color: color-mix(in srgb,
      var(--card-tone) 66%,
      white) !important;
  border-color: color-mix(in srgb,
      var(--card-tone) 58%,
      #ffffff29) !important;
  background: linear-gradient(145deg,
      color-mix(in srgb,
        var(--card-tone) 24%,
        #071424f5),
      color-mix(in srgb,
        var(--card-tone) 10%,
        #071424f5)) !important;
  box-shadow: 0 12px 30px #00000042,
    0 0 20px
      color-mix(in srgb,
        var(--card-tone) 22%,
        transparent),
    inset 0 1px 0 #ffffff1a !important;
}

html[data-theme="light"] .services-page .service-card-icon {
  color: color-mix(in srgb,
      var(--card-tone) 78%,
      #09233b) !important;
  border-color: color-mix(in srgb,
      var(--card-tone) 42%,
      #1437502e) !important;
  background: linear-gradient(145deg,
      color-mix(in srgb,
        var(--card-tone) 15%,
        white),
      color-mix(in srgb,
        var(--card-tone) 6%,
        #f3f8fc)) !important;
  box-shadow: 0 10px 26px #1b496921,
    0 0 16px
      color-mix(in srgb,
        var(--card-tone) 14%,
        transparent),
    inset 0 1px 0 #fffffff5 !important;
}

.services-page .service-showcase-card:hover .service-card-icon {
  transform: translateY(-3px) scale(1.06);
  border-color: color-mix(in srgb,
      var(--card-tone) 76%,
      white) !important;
  box-shadow: 0 15px 34px #0003,
    0 0 25px
      color-mix(in srgb,
        var(--card-tone) 34%,
        transparent) !important;
}

.services-page .orbit-node.node-one {
  --orbit-icon-tone: #4f8cff;
}

.services-page .orbit-node.node-two {
  --orbit-icon-tone: #9480ff;
}

.services-page .orbit-node.node-three {
  --orbit-icon-tone: #26d6d9;
}

.services-page .orbit-node.node-four {
  --orbit-icon-tone: #9275ff;
}

.services-page .orbit-node {
  transition: color .25s, background .25s, border-color .25s, box-shadow .25s, transform .25s;
  color: var(--orbit-icon-tone) !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.services-page .orbit-node .ico {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1px;
  width: 27px;
  height: 27px;
  filter: drop-shadow(0 0 6px
      color-mix(in srgb,
        var(--orbit-icon-tone) 52%,
        transparent));
}

html[data-theme="dark"] .services-page .orbit-node {
  color: color-mix(in srgb,
      var(--orbit-icon-tone) 68%,
      white) !important;
  border-color: color-mix(in srgb,
      var(--orbit-icon-tone) 56%,
      #ffffff29) !important;
  background: linear-gradient(145deg,
      color-mix(in srgb,
        var(--orbit-icon-tone) 21%,
        #051425f0),
      #051425f5) !important;
  box-shadow: 0 18px 42px #0000004d,
    0 0 24px
      color-mix(in srgb,
        var(--orbit-icon-tone) 25%,
        transparent),
    inset 0 1px 0 #ffffff1f !important;
}

html[data-theme="light"] .services-page .orbit-node {
  color: color-mix(in srgb,
      var(--orbit-icon-tone) 76%,
      #08243d) !important;
  border-color: color-mix(in srgb,
      var(--orbit-icon-tone) 38%,
      #1b436029) !important;
  background: linear-gradient(145deg,
      color-mix(in srgb,
        var(--orbit-icon-tone) 13%,
        white),
      #f6fbfff5) !important;
  box-shadow: 0 15px 36px #1d4e6e29,
    0 0 18px
      color-mix(in srgb,
        var(--orbit-icon-tone) 15%,
        transparent),
    inset 0 1px 0 #fffffffa !important;
}

.process-body .process-node > b {
  display: none !important;
}

.process-body .process-node {
  gap: 0 !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
}

.process-body .process-timeline .process-step {
  display: none !important;
}

@media (width <= 680px) {
  .process-body .process-node {
    min-width: 0 !important;
    padding: 8px 11px !important;
  }
}

/* TEST: Teamfoto auf Tablets vollständig anzeigen */
@media (min-width: 600px) and (max-width: 820px) {
  #about .about-preview-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

/* TEST: Prozess-Hero auf Tablets vollständig unter dem Header */
@media (min-width: 761px) and (max-width: 1120px) {
  .process-body .process-hero {
    min-height: auto !important;
    padding: 118px 0 60px !important;
  }

  .process-body .process-hero-inner {
    transform: none !important;
  }
}

/* About-Seite: einheitliche Akzentfarbe für Rollen und Kompetenz-Pills */
.about-page {
  --team-chip-accent: #58baf2;
}

.about-page .team-role {
  color: var(--team-chip-accent);
}

.about-page .team-skills li {
  color: var(--team-chip-accent);
  border-color: color-mix(
    in srgb,
    var(--team-chip-accent) 38%,
    transparent
  );
  background: color-mix(
    in srgb,
    var(--team-chip-accent) 11%,
    transparent
  );
}

html[data-theme="light"] .about-page {
  --team-chip-accent: #167fd1;
}

/* TEST: Referenzkarten einheitlich blau */
.references-body .reference-card {
  --case-accent: #1da6e8 !important;
  --case-accent-rgb: 29, 166, 232 !important;
}

/* TEST: Titel der Security-Vorteile wie normale Überschriften */
.security-page .benefit-list h3 {
  color: var(--lux-title) !important;
}
/* TEST: Nummern 01–06 aus den IT-Security-Leistungskarten entfernen */
.security-page .service-detail-card::after {
  display: none !important;
  content: none !important;
}

/* Hero-Bilder etwas nach links und nach unten verschieben */
.security-page .service-hero .hero-bg::before,
.automation-page .service-hero .hero-bg::before,
.cloud-operation-page .service-hero .hero-bg::before,
.azure-page .service-hero .hero-bg::before,
.cloud-migration-page .service-hero .hero-bg::before,
.microsoft-365-page .service-hero .hero-bg::before,
.about-page .team-page .hero-bg::before {
  transform: translate(-6%, 6%) scale(1.06) !important;
}

/* Dark-Modus: dunkles glänzendes Motiv */
html[data-theme="dark"] .security-page .service-hero .hero-bg::before,
html[data-theme="dark"] .automation-page .service-hero .hero-bg::before {
  background-image: url("assets/hero-dark.webp") !important;
}

/* Hellmodus: helles Motiv */
html[data-theme="light"] .security-page .service-hero .hero-bg::before,
html[data-theme="light"] .automation-page .service-hero .hero-bg::before {
  background-image: url("assets/hero-light-v2.webp") !important;
}
/* TEST: IT-Security-Hero genauso hell und glänzend wie Automation */
.security-page .service-hero .hero-bg {
  opacity: 0.96 !important;
}

html[data-theme="dark"] .security-page .service-hero .hero-bg {
  opacity: 0.96 !important;
}

/* TEST: bessere Innenabstände im Impressum */
.legal-body .imprint-card {
  padding: 28px 30px 28px 40px !important;
}

/* Hinweisboxen innerhalb der Impressumskarten */
.legal-body .imprint-card .imprint-note {
  box-sizing: border-box;
  margin-top: 14px !important;
  padding: 14px 18px !important;
}

/* Telefon und E-Mail passend zum großen Kontakt-Icon */
.legal-body .imprint-contact svg {
  color: #43bff0 !important;
  stroke: currentColor !important;
}

.legal-body .imprint-contact a:hover svg {
  color: #62d4f5 !important;
}

/* TEST: Datenschutzerklärung mobil in einer Zeile */
@media (max-width: 480px) {
  .privacy-page .legal-content h1 .lang-de {
    display: block;
    font-size: clamp(21px, 6.2vw, 25px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.035em !important;
    white-space: nowrap;
  }
}

/* ZERTIFIZIERUNGS-CSS VORÜBERGEHEND AUSGEBLENDET */

.home-page .certifications-section .logo-showcase-marquee {
  width: 100%;
  margin-top: 34px;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
}

.home-page .certifications-section .logo-showcase-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  animation: certification-logo-scroll 26s linear infinite;
  will-change: transform;
}

.home-page .certifications-section .logo-showcase-set {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 14px;
  margin: 0;
  padding: 0 14px 0 0;
  list-style: none;
}

.home-page .certifications-section .logo-placeholder {
  flex: 0 0 clamp(250px, 22vw, 320px);
  width: clamp(250px, 22vw, 320px);
}

.home-page .certifications-section
.logo-showcase-marquee:hover
.logo-showcase-track {
  animation-play-state: paused;
}

@keyframes certification-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 760px) {
  .home-page .certifications-section .logo-placeholder {
    flex-basis: min(76vw, 290px);
    width: min(76vw, 290px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .certifications-section .logo-showcase-track {
    animation: none;
    transform: none;
  }

  .home-page .certifications-section .logo-showcase-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.home-page .certifications-section .logo-placeholder {
  cursor: pointer;

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.home-page .certifications-section .logo-placeholder:hover {
  border-color: rgba(72, 184, 255, 0.75);
  background-color: rgba(33, 132, 220, 0.12);

  box-shadow:
    0 0 0 1px rgba(72, 184, 255, 0.15),
    0 10px 30px rgba(18, 126, 220, 0.15);

  transform: translateY(-3px);
}

.home-page .certifications-section
.logo-placeholder:hover
.logo-placeholder-mark {
  color: #79caff;
  border-color: rgba(72, 184, 255, 0.75);
  background-color: rgba(33, 132, 220, 0.18);
}

.home-page .certifications-section
.logo-placeholder:hover
.logo-placeholder-name {
  color: #79caff;
}

/* =========================================================
   UNTERNEHMEN & KUNDEN – LOGO-LAUFBAND
   ========================================================= */

.home-page .clients-section .client-logo-marquee {
  width: 100%;
  margin-top: 34px;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
}

.home-page .clients-section .client-logo-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  animation: client-logo-scroll 24s linear infinite;
  will-change: transform;
}

.home-page .clients-section .client-logo-set {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 16px;
  margin: 0;
  padding: 0 16px 0 0;
  list-style: none;
}

.home-page .clients-section .client-logo-card {
  display: flex;
  flex: 0 0 clamp(220px, 21vw, 280px);
  align-items: center;
  justify-content: center;
  width: clamp(220px, 21vw, 280px);
  min-height: 108px;
  padding: 14px 18px;

  overflow: hidden;
  position: relative;

  border: 1px solid
    color-mix(in srgb, var(--site-cyan) 20%, var(--lux-border));
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--site-blue) 6%, transparent),
      transparent 60%
    ),
    color-mix(in srgb, var(--lux-card) 94%, transparent);

  box-shadow: 0 14px 34px #05223b17;

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.home-page .clients-section .client-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 86px;
  object-fit: contain;

  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

/* Blauer Hover-Effekt */
.home-page .clients-section .client-logo-card:hover {
  border-color: rgba(72, 184, 255, 0.78);
  background-color: rgba(33, 132, 220, 0.12);

  box-shadow:
    0 0 0 1px rgba(72, 184, 255, 0.16),
    0 12px 32px rgba(18, 126, 220, 0.18);

  transform: translateY(-3px);
}

.home-page .clients-section .client-logo-card:hover img {
  filter: brightness(1.08);
  transform: scale(1.04);
}

/* Laufband beim Berühren mit der Maus anhalten */
.home-page .clients-section
.client-logo-marquee:hover
.client-logo-track {
  animation-play-state: paused;
}

/* Bewegung von rechts nach links */
@keyframes client-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Smartphone */
@media (max-width: 760px) {
  .home-page .clients-section .client-logo-card {
    flex-basis: min(68vw, 250px);
    width: min(68vw, 250px);
    min-height: 100px;
    padding: 12px 16px;
  }

  .home-page .clients-section .client-logo-card img {
    height: 76px;
  }
}

/* Bewegung bei entsprechender Systemeinstellung deaktivieren */
@media (prefers-reduced-motion: reduce) {
  .home-page .clients-section .client-logo-track {
    animation: none;
    transform: none;
  }

  .home-page .clients-section .client-logo-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Services: Abstand zwischen Überschrift und Text verkleinern */
.services-page .services-steps li h3 {
  min-height: 0 !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
}

.services-page .services-steps li p {
  margin: 0 !important;
}

/* =========================================================
   ABOUT: Warum MyGraIT
   ========================================================= */

.about-page .about-why {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  margin: clamp(60px, 8vw, 96px) auto 0;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--premium-border);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 92% 8%,
      color-mix(in srgb, var(--site-violet) 15%, transparent),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 92%,
      color-mix(in srgb, var(--site-cyan) 10%, transparent),
      transparent 34%
    ),
    color-mix(in srgb, var(--lux-card) 94%, transparent);
  box-shadow: var(--premium-shadow);
}

.about-page .about-why::before {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--premium-cyan),
    var(--site-violet),
    transparent
  );
}

.about-page .about-why-head {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.about-page .about-why-head h2 {
  max-width: 760px;
  margin: 18px 0 16px;
  color: var(--heading);
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.about-page .about-why-lead {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.7;
}

.about-page .about-why-content {
  position: relative;
  z-index: 1;
}

.about-page .about-why-column {
  column-count: 2;
  column-gap: clamp(30px, 5vw, 68px);
}

.about-page .about-why-column > p {
  break-inside: avoid;
  margin: 0 0 22px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.78;
}

.about-page .about-why-highlight {
  padding: 22px 24px;
  border: 1px solid
    color-mix(in srgb, var(--site-cyan) 24%, var(--premium-border));
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--site-cyan) 8%, transparent),
      color-mix(in srgb, var(--site-violet) 7%, transparent)
    );
}

/* Hellmodus */
html[data-theme="light"] .about-page .about-why {
  border-color: var(--light-line);
  background:
    radial-gradient(circle at 92% 8%, #7e66d517, transparent 34%),
    linear-gradient(145deg, #f6f9fcfa, #dce9f4f0);
  box-shadow: var(--light-shadow);
}

html[data-theme="light"] .about-page .about-why-highlight {
  border-color: #1d8ebf38;
  background: linear-gradient(145deg, #eaf5fc, #e3edf9);
}

/* Tablet und Smartphone */
@media (max-width: 820px) {
  .about-page .about-why {
    margin-top: 52px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .about-page .about-why-column {
    column-count: 1;
  }

  .about-page .about-why-column > p {
    margin-bottom: 19px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .about-page .about-why-highlight {
    padding: 19px 20px;
  }
}

@media (max-width: 480px) {
  .about-page .about-why {
    padding: 27px 20px;
  }

  .about-page .about-why-head h2 {
    font-size: clamp(34px, 10vw, 44px);
  }
}

/* =========================================================
   ABOUT – WARUM MYGRAIT: KOMPAKTERE DARSTELLUNG
   ========================================================= */

.about-page .about-why {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;

  margin: clamp(48px, 6vw, 72px) 0 0;
  padding: clamp(28px, 4vw, 44px);

  border-radius: 22px;
}

.about-page .about-why-head {
  max-width: 780px;
  margin-bottom: clamp(24px, 3vw, 34px);
}

.about-page .about-why h2 {
  margin: 14px 0 12px;

  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-page .about-why-lead {
  max-width: 720px;

  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
}

.about-page .about-why-columns {
  column-gap: clamp(26px, 3vw, 44px);
  row-gap: 18px;
}

.about-page .about-why-column p {
  margin: 0 0 16px;

  font-size: 15.5px;
  line-height: 1.68;
}

.about-page .about-why-highlight {
  margin-top: 18px;
  padding: 17px 19px;

  border-radius: 14px;
  font-size: 15.5px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 900px) {
  .about-page .about-why {
    margin-top: 44px;
    padding: 28px 24px;
    border-radius: 19px;
  }

  .about-page .about-why-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Smartphone */
@media (max-width: 600px) {
  .about-page .about-why {
    margin-top: 34px;
    padding: 24px 18px;
    border-radius: 17px;
  }

  .about-page .about-why h2 {
    font-size: clamp(30px, 10vw, 38px);
  }

  .about-page .about-why-lead,
  .about-page .about-why-column p,
  .about-page .about-why-highlight {
    font-size: 15px;
  }
}

.about-page .about-why-highlight {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Startseite: Projekt-Button mit der Überschrift ausrichten */
.home-page .home-contact-cta-inner > .home-contact-button {
  position: relative;
  top: 24px;
}
@media (max-width: 760px) {
  .home-page .home-contact-cta-inner > .home-contact-button {
    top: 0;
  }
}
