:root {
  --blue: #00adef;
  --blue-deep: #1675ef;
  --violet: #7202bb;
  --violet-bright: #9630e8;
  --ink: #142738;
  --ink-dark: #071d2a;
  --text: #374c5d;
  --muted: #708392;
  --paper: #ffffff;
  --soft: #f5f7f9;
  --soft-blue: #eef8fd;
  --line: #dde6ec;
  --green: #26b879;
  --shell: min(1116px, calc(100vw - 64px));
  --shadow: 0 20px 55px rgba(18, 39, 56, .11);
  --ease: cubic-bezier(.2, .72, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--paper);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

/* Typografie der bestehenden Startseite: Poppins setzt die klaren Akzente,
   Roboto bleibt der ruhige Lesetext. */
h1,
h2,
h3,
h4,
h5,
h6,
.nav-group,
.button,
.hero-kicker,
.section-kicker,
.blue-label {
  font-family: "Poppins", Arial, sans-serif;
}

.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 9px 14px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  color: var(--paper);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(19, 51, 71, .17);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 8px 26px rgba(19, 51, 71, .07);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
}

.header-inner {
  position: relative;
  width: var(--shell);
  height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.7vw, 42px);
  font-size: 17px;
  font-weight: 500;
}

.nav-left {
  justify-self: start;
}

.nav-right {
  justify-self: end;
}

.nav-group a {
  position: relative;
  white-space: nowrap;
  opacity: .9;
  transition: opacity .2s ease, color .2s ease;
}

.nav-group a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}

.nav-group a:hover {
  opacity: 1;
}

.nav-group a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.header-center {
  justify-self: center;
  display: grid;
  place-items: center;
}

.header-center > * {
  grid-area: 1 / 1;
}

.header-brand {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease, visibility 0s;
}

.brand-logo {
  width: 162px;
  height: auto;
}

.brand-logo-dark {
  display: none;
}

.switch-bonus-badge {
  min-height: 42px;
  padding: 6px 15px 6px 7px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(102, 235, 160, .82);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 18, 25, .12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  font-size: 13px;
  font-weight: 570;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease, visibility 0s, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.switch-bonus-badge strong {
  font-weight: 760;
}

.switch-bonus-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(102, 235, 160, .42);
  border-radius: 50%;
  color: #7ce9ac;
  background: rgba(255, 255, 255, .055);
  font-size: 16px;
  font-weight: 720;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.site-header:not(.is-scrolled) .header-brand {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
}

.header-project-button {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s, background .2s ease, border-color .2s ease;
}

.site-header:not(.is-scrolled) .header-project-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

.switch-bonus-badge:hover {
  border-color: #7ce9ac;
  background: rgba(4, 18, 25, .2);
  box-shadow: 0 11px 28px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .13);
}

@media (min-width: 901px) {
  .site-header:not(.is-scrolled) .header-project-button {
    transform: translateY(-4px);
  }
}

.site-header.is-scrolled .brand-logo-light {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark {
  display: block;
}

.menu-toggle,
.mobile-navigation {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: #26323a;
}

.hero-video-host,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-video-host {
  z-index: 0;
  overflow: hidden;
}

.hero-video,
.hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-video-poster {
  z-index: 1;
  opacity: 1;
  transition: opacity .18s ease, visibility 0s .18s;
}

.hero-video-poster.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)),
    linear-gradient(to bottom, rgba(5, 18, 28, .67), rgba(5, 18, 28, .43) 48%, rgba(5, 18, 28, .76)),
    linear-gradient(105deg, rgba(0, 173, 239, .13), transparent 38%, rgba(114, 2, 187, .12));
}

.hero-grid {
  z-index: 1;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .15) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at 50% 48%, #000, transparent 64%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100vw - 40px));
  padding: 96px 0 150px;
  text-align: center;
}

.hero-brand {
  width: fit-content;
  margin: 0 auto 30px;
}

.hero-brand .brand-logo {
  width: clamp(265px, 25vw, 330px);
}

.hero-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(52px, 5.6vw, 80px);
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 650px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-bonus-badge {
  min-height: 50px;
  width: fit-content;
  margin-inline: auto;
  padding: 7px 18px 7px 8px;
  font-size: 14px;
}

.button-project {
  gap: 10px;
}

.button-project svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 660;
  line-height: 1;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.button-gradient {
  color: var(--paper);
  background: linear-gradient(110deg, var(--blue), #2872e7 48%, var(--violet));
  background-clip: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 12px 28px rgba(20, 101, 221, .22);
}

.button-gradient:hover {
  box-shadow: 0 18px 36px rgba(20, 101, 221, .3);
  transform: translateY(-3px);
}

.button-outline {
  border-color: rgba(255, 255, 255, .48);
  color: var(--paper);
  background: rgba(0, 0, 0, .08);
  backdrop-filter: blur(8px);
}

.button-outline:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, .12);
  transform: translateY(-3px);
}

.button-dark {
  color: var(--paper);
  background: #272727;
}

.button-dark:hover {
  background: var(--ink);
  transform: translateY(-3px);
}

.callback-fab {
  position: fixed;
  right: clamp(18px, 2.6vw, 38px);
  bottom: clamp(18px, 2.6vw, 34px);
  z-index: 90;
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: var(--paper);
  background: linear-gradient(110deg, rgba(0, 173, 239, .68), rgba(40, 114, 231, .62) 48%, rgba(114, 2, 187, .68));
  background-clip: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 16px 38px rgba(20, 66, 124, .3);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.96);
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s .28s, transform .28s var(--ease), box-shadow .25s ease;
}

.callback-fab svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callback-fab.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: 0s;
}

.callback-fab.is-visible:hover {
  box-shadow: 0 20px 44px rgba(20, 66, 124, .4);
  transform: translateY(-3px) scale(1);
}

body.menu-open .callback-fab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-down {
  position: absolute;
  z-index: 3;
  bottom: 145px;
  left: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  color: var(--paper);
  transform: translate(-50%, 0);
  animation: scrollCircleBounce 1.5s ease-in-out infinite;
  will-change: transform;
  transition: background .25s ease;
}

.scroll-down:hover {
  background: rgba(255, 255, 255, .12);
}

.scroll-down svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes scrollCircleBounce {
  0%,
  40%,
  100% {
    transform: translate(-50%, 0);
  }

  20% {
    transform: translate(-50%, 12px);
  }
}

.hero-references {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 22px;
  left: 38px;
  min-height: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.reference {
  display: flex;
  align-items: center;
}

.reference-left {
  justify-content: flex-start;
}

.reference-center {
  justify-content: center;
}

.reference-right {
  justify-content: flex-end;
}

.reference img {
  width: auto;
  max-width: 126px;
  max-height: 48px;
  object-fit: contain;
  opacity: .96;
  filter: grayscale(1);
}

.reference-center img {
  max-width: 112px;
  max-height: 44px;
}

.reference-right img {
  max-width: 112px;
}

.section {
  padding: 68px 0;
}

.section-divider {
  width: var(--shell);
  height: 1px;
  margin: 0 auto;
  border: 0;
  background: linear-gradient(90deg, rgba(20, 39, 56, .04), rgba(20, 39, 56, .22) 18%, rgba(20, 39, 56, .22) 82%, rgba(20, 39, 56, .04));
}

.industries.section,
.journey.section {
  padding-top: 38px;
}

.pricing.section {
  padding-top: 20px;
}

.outcomes {
  padding-bottom: 48px;
}

.about {
  padding-top: 48px;
}

.section-soft {
  background: var(--soft);
}

.section-head {
  margin-bottom: 34px;
}

.section-head-center {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 12px;
  color: transparent;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .015em;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  background-clip: text;
  -webkit-background-clip: text;
}

.section-head h2,
.about-heading h2,
.contact-copy h2 {
  margin: 0;
  color: #2a2f33;
  font-size: clamp(42px, 4.4vw, 61px);
  font-weight: 340;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.section-head > p:last-child,
.about-heading > p:last-child {
  max-width: 780px;
  margin: 20px auto 0;
  color: #607684;
  font-size: 17px;
  line-height: 1.75;
}

.about-split {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  grid-template-areas:
    "media heading"
    "media copy";
  align-items: start;
  gap: 28px 48px;
}

.about-heading {
  grid-area: heading;
  align-self: end;
  max-width: 650px;
}

.about-heading > p:last-child {
  margin-right: 0;
  margin-left: 0;
}

.about-media {
  grid-area: media;
  position: relative;
  min-height: 620px;
}

.about-media > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.about-label {
  position: absolute;
  right: 18px;
  bottom: 32px;
  min-width: 245px;
  padding: 20px 22px;
  color: var(--paper);
  background: linear-gradient(120deg, rgba(0, 173, 239, .96), rgba(114, 2, 187, .96));
  box-shadow: 0 16px 40px rgba(31, 72, 116, .24);
}

.about-label small,
.about-label strong {
  display: block;
}

.about-label small {
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-label strong {
  font-size: 17px;
  font-weight: 560;
  line-height: 1.4;
}

.blue-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.about-copy h3,
.solution-copy h3,
.journey-card h3,
.contact-form-head h3 {
  margin: 0;
  color: #2c3135;
  font-size: clamp(36px, 3.7vw, 51px);
  font-weight: 350;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.about-copy > p:not(.blue-label) {
  margin: 24px 0 0;
  color: #5f7481;
  font-size: 16px;
  line-height: 1.8;
}

.about-copy {
  grid-area: copy;
}

.check-list {
  margin: 27px 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #425968;
  font-size: 12px;
  font-weight: 600;
}

.check-list svg,
.price-card li svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.brochure-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #385363;
  font-family: "Poppins", Arial, sans-serif;
}

.brochure-link-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(42, 95, 124, .25);
  border-radius: 50%;
  color: #17617f;
  background: rgba(0, 173, 239, .07);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .055em;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.brochure-link > span:last-child {
  display: grid;
  gap: 3px;
}

.brochure-link strong {
  font-size: 12px;
  font-weight: 620;
}

.brochure-link small {
  color: #7b909b;
  font-size: 10px;
}

.brochure-link:hover .brochure-link-icon {
  border-color: rgba(114, 2, 187, .38);
  color: var(--violet);
  background: rgba(114, 2, 187, .065);
}

.solution-stream {
  border-top: 1px solid var(--line);
}

.solution-row {
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  border-bottom: 1px solid var(--line);
}

.solution-media {
  position: relative;
  height: 360px;
  overflow: hidden;
  display: block;
  border-radius: 4px;
  background: #dce5ea;
  box-shadow: 0 14px 40px rgba(18, 39, 56, .08);
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease), filter .6s ease;
}

.solution-media:hover img {
  transform: scale(1.035);
}

.solution-row:nth-child(2) .solution-media img {
  object-position: center 64%;
}

.solution-row:nth-child(4) .solution-media img {
  object-position: center 50%;
}

.media-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: rgba(7, 29, 42, .68);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.solution-copy {
  padding: 22px 0;
}

.solution-copy h3 {
  font-size: clamp(37px, 4vw, 53px);
}

.solution-copy > p:not(.blue-label) {
  max-width: 520px;
  margin: 22px 0 0;
  color: #607582;
  font-size: 16px;
  line-height: 1.75;
}

.inline-features {
  margin: 25px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.inline-features li {
  padding: 7px 11px;
  border: 1px solid #d9e5eb;
  border-radius: 999px;
  color: #506676;
  background: rgba(255, 255, 255, .7);
  font-size: 10px;
  font-weight: 600;
}

.cloudtacho-card {
  width: min(100%, 520px);
  min-height: 64px;
  margin: 0 0 22px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: minmax(125px, 158px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  color: #fffdf8;
  background:
    radial-gradient(circle at 88% 15%, rgba(201, 249, 76, .09), transparent 30%),
    #101419;
  box-shadow: 0 12px 28px rgba(16, 20, 25, .15);
  transition: transform .25s var(--ease), box-shadow .25s ease;
}

.cloudtacho-card:hover {
  box-shadow: 0 17px 34px rgba(16, 20, 25, .22);
  transform: translateY(-3px);
}

.cloudtacho-card img {
  width: 100%;
  height: auto;
}

.cloudtacho-card span {
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.cloudtacho-card small,
.cloudtacho-card strong {
  display: block;
}

.cloudtacho-card small {
  color: #ff8c68;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cloudtacho-card strong {
  margin-top: 3px;
  color: rgba(255, 253, 248, .82);
  font-size: 11px;
  font-weight: 560;
  line-height: 1.35;
}

.cloudtacho-card > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #c9f94c;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.cloudtacho-card:hover > svg {
  transform: translateX(3px);
}

.text-link {
  width: fit-content;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 173, 239, .38);
  color: #167bb0;
  font-size: 13px;
  font-weight: 650;
  transition: color .2s ease, border-color .2s ease;
}

.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease;
}

.text-link:hover {
  border-color: var(--violet);
  color: var(--violet);
}

.text-link:hover svg {
  transform: translateX(4px);
}

.capability-spectrum {
  margin-top: 44px;
  padding: 42px 40px 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    radial-gradient(circle at 96% 0, rgba(114, 2, 187, .07), transparent 27%),
    radial-gradient(circle at 0 100%, rgba(0, 173, 239, .08), transparent 29%),
    var(--paper);
  box-shadow: 0 18px 50px rgba(18, 39, 56, .07);
}

.capability-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: end;
  gap: 66px;
}

.capability-intro > * {
  min-width: 0;
}

.capability-intro h3 {
  max-width: 620px;
  margin: 0;
  color: #2c3135;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 350;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.capability-intro > p {
  margin: 0 0 4px;
  color: #667985;
  font-size: 15px;
  line-height: 1.75;
}

.capability-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-card {
  min-width: 0;
  padding: 26px 24px 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .62);
}

.capability-card > span {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .1em;
}

.capability-card > span strong {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
}

.capability-card h4 {
  margin: 12px 0 0;
  color: #304553;
  font-size: 19px;
  font-weight: 610;
  line-height: 1.3;
}

.capability-card p {
  margin: 12px 0 0;
  color: #6e808c;
  font-size: 13px;
  line-height: 1.7;
}

.capability-link {
  margin-top: 26px;
}

.journey {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 20%, rgba(0, 173, 239, .1), transparent 24%),
    radial-gradient(circle at 93% 90%, rgba(114, 2, 187, .09), transparent 23%),
    var(--paper);
}

.journey-board {
  overflow: hidden;
  padding: 34px 38px 38px;
  border-radius: 20px;
  color: var(--paper);
  background:
    radial-gradient(circle at 94% 25%, rgba(0, 173, 239, .16), transparent 27%),
    #082638;
  box-shadow: 0 28px 70px rgba(8, 38, 56, .18);
}

.journey-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.journey-board-head p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.journey-board-head > span {
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(87, 236, 178, .28);
  border-radius: 999px;
  color: #7debbd;
  background: rgba(38, 184, 121, .09);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .04em;
}

.journey-board-head > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #57ecb2;
  box-shadow: 0 0 0 5px rgba(87, 236, 178, .09);
}

.journey-track {
  position: relative;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.journey-line {
  position: absolute;
  top: 29px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: rgba(255, 255, 255, .15);
}

.journey-line span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #3779ea, var(--violet-bright));
}

.journey-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8ba4b3;
  text-align: center;
}

.journey-step > i {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid #355367;
  border-radius: 16px;
  color: #9db2bf;
  background: #11374b;
}

.journey-step.is-active > i {
  border-color: rgba(0, 173, 239, .52);
  color: #64d9ff;
  background: rgba(0, 173, 239, .12);
}

.journey-step.is-main > i {
  border-color: rgba(150, 48, 232, .55);
  color: #d7a1ff;
  background: rgba(114, 2, 187, .18);
}

.journey-step svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-step.is-main svg {
  width: 18px;
  height: 18px;
}

.journey-step strong {
  margin-top: 13px;
  color: #e7f0f5;
  font-size: 12px;
  font-weight: 560;
}

.journey-step small {
  margin-top: 2px;
  overflow: hidden;
  max-width: 100%;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journey-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.journey-cards + .journey-board {
  margin-top: 32px;
}

.journey-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 58%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(18, 39, 56, .07);
  transition: transform .3s var(--ease), box-shadow .3s ease;
}

.journey-card:hover {
  box-shadow: 0 22px 50px rgba(18, 39, 56, .12);
  transform: translateY(-5px);
}

.journey-card-image {
  min-height: 280px;
  overflow: hidden;
}

.journey-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-card-copy {
  position: relative;
  padding: 34px 27px;
}

.journey-card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #008ec4;
  background: rgba(0, 173, 239, .1);
}

.journey-card-icon-violet {
  color: var(--violet);
  background: rgba(114, 2, 187, .1);
}

.journey-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-card-copy > p {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journey-card h3 {
  font-size: 25px;
  font-weight: 520;
}

.journey-card-copy > span:last-child {
  display: block;
  margin-top: 14px;
  color: #708390;
  font-size: 12px;
  line-height: 1.65;
}

.center-action {
  margin-top: 28px;
  text-align: center;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 25px;
}

.price-card {
  position: relative;
  min-height: 590px;
  padding: 31px 30px 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e6ea;
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(18, 39, 56, .1);
  transition: transform .3s var(--ease), box-shadow .3s ease;
}

.price-card:hover {
  box-shadow: 0 18px 45px rgba(18, 39, 56, .14);
  transform: translateY(-7px);
}

.price-card-featured {
  margin-top: -18px;
  min-height: 626px;
  border: 1px solid rgba(76, 126, 151, .28);
  background:
    radial-gradient(circle at 0 0, rgba(0, 173, 239, .13), transparent 44%),
    radial-gradient(circle at 100% 100%, rgba(114, 2, 187, .09), transparent 46%),
    linear-gradient(145deg, #f0f8fb, #f6f3fa);
  box-shadow:
    0 28px 65px rgba(18, 52, 73, .16),
    inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.price-card-featured::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--blue-deep), var(--violet));
  content: "";
}

.price-card-featured:hover {
  box-shadow:
    0 34px 72px rgba(18, 52, 73, .2),
    inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.price-badge {
  position: absolute;
  top: 15px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--paper);
  background: linear-gradient(90deg, var(--blue), var(--violet));
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-name {
  margin: 0;
  color: #2c3337;
  font-size: 23px;
  font-weight: 350;
}

.price-card:not(.price-card-featured) .price-name {
  color: #1289ce;
}

.price-value {
  min-height: 114px;
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #dce3e7;
  border-bottom: 1px solid #dce3e7;
  color: #292d30;
}

.price-value small {
  align-self: flex-start;
  margin-top: 15px;
  font-size: 15px;
}

.price-value strong {
  font-size: 49px;
  font-weight: 330;
  line-height: 1;
  letter-spacing: -.05em;
}

.price-value span {
  margin-left: 8px;
  color: #7a858c;
  font-size: 9px;
  line-height: 1.45;
}

.price-custom span {
  margin-left: 0;
}

.price-card ul {
  margin: 26px 0 28px;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #48565f;
  font-size: 11px;
  line-height: 1.5;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.pricing-note {
  max-width: 760px;
  margin: 30px auto 0;
  color: #7e8e98;
  font-size: 11px;
  text-align: center;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 90%, rgba(0, 173, 239, .09), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(114, 2, 187, .08), transparent 25%),
    var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 78px;
}

.contact-copy {
  padding-top: 27px;
}

.contact-copy h2 {
  max-width: 620px;
  font-size: clamp(45px, 5vw, 67px);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 25px 0 31px;
  color: #687b88;
  font-size: 16px;
  line-height: 1.78;
}

.contact-details {
  max-width: 550px;
  margin-top: 38px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}

.contact-details-title {
  margin: 0;
  color: #253c4c;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-details address {
  margin-top: 12px;
  color: #738490;
  font-size: 13px;
  font-style: normal;
  line-height: 1.75;
}

.contact-links {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 28px;
  row-gap: 3px;
}

.contact-links > a {
  width: fit-content;
  padding: 9px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.contact-links > a i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  transition: transform .25s var(--ease);
}

.contact-links > a:hover i {
  transform: translateY(-2px);
}

.contact-links > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-links small,
.contact-links strong {
  display: block;
}

.contact-links small {
  color: #82909a;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-links strong {
  margin-top: 1px;
  color: #314756;
  font-size: 13px;
  font-weight: 620;
}

.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: 40px 39px 36px;
  border: 1px solid rgba(76, 126, 151, .28);
  border-radius: 7px;
  background:
    radial-gradient(circle at 0 0, rgba(0, 173, 239, .13), transparent 44%),
    radial-gradient(circle at 100% 100%, rgba(114, 2, 187, .09), transparent 46%),
    linear-gradient(145deg, #f0f8fb, #f6f3fa);
  box-shadow:
    0 28px 65px rgba(18, 52, 73, .16),
    inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-deep), var(--violet));
}

.contact-form-head h3 {
  font-size: clamp(30px, 3vw, 39px);
  font-weight: 370;
}

.contact-form-head > p:last-child {
  margin: 13px 0 0;
  color: #738490;
  font-size: 13px;
  line-height: 1.65;
}

.contact-form-grid {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.contact-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.contact-field > span {
  color: #405563;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .025em;
}

.contact-field em {
  color: var(--violet);
  font-style: normal;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #c8dbe5;
  border-radius: 4px;
  color: #253b49;
  background: rgba(255, 255, 255, .9);
  font: inherit;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-field input {
  height: 50px;
  padding: 0 14px;
}

.contact-field textarea {
  min-height: 137px;
  padding: 12px 14px;
  line-height: 1.55;
  resize: vertical;
}

.contact-field textarea::placeholder {
  color: #96a5af;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: #b9ccd7;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: 0;
  border-color: var(--blue);
  background: var(--paper);
  box-shadow: 0 0 0 4px rgba(0, 173, 239, .11);
}

.contact-field input[aria-invalid="true"],
.contact-field textarea[aria-invalid="true"] {
  border-color: #c33962;
  box-shadow: 0 0 0 4px rgba(195, 57, 98, .09);
}

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

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

.contact-privacy {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 10px;
  color: #71818b;
  font-size: 11px;
  line-height: 1.55;
}

.contact-privacy input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--blue-deep);
}

.contact-privacy a {
  color: #355d78;
  text-decoration: underline;
  text-decoration-color: rgba(53, 93, 120, .35);
  text-underline-offset: 2px;
}

.contact-privacy a:hover {
  color: var(--violet);
}

.contact-form-actions {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-submit {
  flex: 0 0 auto;
  gap: 10px;
  cursor: pointer;
}

.contact-submit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: .66;
  transform: none;
}

.contact-submit:disabled:hover {
  box-shadow: 0 12px 28px rgba(20, 101, 221, .22);
  transform: none;
}

.contact-form-note {
  margin: 0;
  color: #8a99a3;
  font-size: 10px;
  line-height: 1.45;
}

.contact-form-status {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 570;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-form-status[hidden] {
  display: none;
}

.contact-form-status.is-success {
  border-color: rgba(38, 184, 121, .26);
  color: #146942;
  background: rgba(38, 184, 121, .09);
}

.contact-form-status.is-error {
  border-color: rgba(195, 57, 98, .24);
  color: #8d2345;
  background: rgba(195, 57, 98, .075);
}

.site-footer {
  padding: 52px 0 21px;
  color: #d8e3e9;
  background: #09202e;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 70px;
}

.footer-brand .brand-logo {
  width: 190px;
}

.footer-main > div:first-child > p {
  max-width: 360px;
  margin: 18px 0 0;
  color: #7892a1;
  font-size: 12px;
}

.footer-title {
  margin: 0 0 15px;
  color: #6f8998;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-main > div:not(:first-child) a {
  width: fit-content;
  margin-top: 8px;
  display: block;
  color: #a8bbc5;
  font-size: 11px;
  transition: color .2s ease;
}

.footer-main > div:not(:first-child) a:hover {
  color: #66d8ff;
}

.footer-brochure-link span {
  margin-left: 5px;
  color: rgba(36, 65, 83, .55);
  font-size: .78em;
  white-space: nowrap;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #617d8d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 901px) {
  .button {
    font-size: 14px;
  }

  .hero-kicker,
  .about-label small {
    font-size: 11px;
  }

  .blue-label {
    font-size: 18px;
  }

  .check-list li,
  .price-card li,
  .pricing-note {
    font-size: 13px;
  }

  .media-number,
  .inline-features li,
  .contact-field > span,
  .contact-privacy {
    font-size: 12px;
  }

  .text-link,
  .journey-card-copy > span:last-child,
  .contact-details address,
  .contact-form-head > p:last-child,
  .contact-links strong,
  .footer-main > div:first-child > p {
    font-size: 14px;
  }

  .journey-board-head > span,
  .journey-step small,
  .journey-card-copy > p,
  .capability-card > span,
  .price-badge,
  .price-value span,
  .contact-links small,
  .contact-form-note,
  .footer-title,
  .footer-bottom {
    font-size: 11px;
  }

  .journey-step strong,
  .footer-main > div:not(:first-child) a {
    font-size: 13px;
  }

  .capability-intro > p {
    font-size: 16px;
  }

  .capability-card h4 {
    font-size: 20px;
  }

  .capability-card > span strong {
    font-size: 16px;
  }

  .capability-card p {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 48px, 960px);
  }

  .nav-group {
    gap: 19px;
    font-size: 16px;
  }

  .solution-row {
    gap: 44px;
  }

  .about-split {
    gap: 28px 44px;
  }

  .about-media,
  .about-media > img {
    min-height: 550px;
    height: 550px;
  }

  .solution-media {
    height: 350px;
  }

  .capability-spectrum {
    padding: 38px 34px 34px;
  }

  .capability-intro {
    gap: 40px;
  }

  .journey-card {
    grid-template-columns: 38% 62%;
  }

  .journey-card-copy {
    padding-inline: 22px;
  }

  .price-card {
    padding-inline: 23px;
  }

  .contact-grid {
    gap: 58px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 40px, 760px);
  }

  .section {
    padding: 56px 0;
  }

  .industries.section,
  .journey.section {
    padding-top: 32px;
  }

  .pricing.section {
    padding-top: 18px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .outcomes {
    padding-bottom: 44px;
  }

  .about {
    padding-top: 44px;
  }

  .site-header.is-open {
    color: #16051f;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.is-open .brand-logo-light {
    display: none;
  }

  .site-header.is-open .brand-logo-dark {
    display: block;
  }

  .site-header.is-open .header-project-button {
    border-color: rgba(22, 5, 31, .35);
    color: #16051f;
    background: rgba(255, 255, 255, .16);
  }

  .header-inner {
    height: 74px;
    display: flex;
    justify-content: space-between;
  }

  .nav-group {
    display: none;
  }

  .header-brand {
    position: relative;
    z-index: 3;
  }

  .header-center {
    position: relative;
    z-index: 3;
    justify-self: auto;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    width: 38px;
    height: 38px;
    padding: 0;
    display: block;
    border: 0;
    color: currentColor;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .menu-toggle i {
    position: absolute;
    right: 0;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: top .25s ease, transform .25s ease;
  }

  .menu-toggle i:nth-of-type(1) {
    top: 12px;
  }

  .menu-toggle i:nth-of-type(2) {
    top: 22px;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) {
    top: 17px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) {
    top: 17px;
    transform: rotate(-45deg);
  }

  .mobile-navigation {
    position: fixed;
    inset: 0;
    isolation: isolate;
    padding: 104px max(24px, calc((100vw - 760px) / 2)) 35px;
    display: flex;
    flex-direction: column;
    color: #16051f;
    background:
      radial-gradient(ellipse at 13% 18%, rgba(255, 255, 255, .96) 0, transparent 55%),
      radial-gradient(ellipse at 82% 23%, rgba(250, 202, 255, .96) 0, transparent 58%),
      radial-gradient(ellipse at 54% 88%, rgba(117, 164, 255, .9) 0, transparent 60%),
      #facaff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  }

  .mobile-navigation > a {
    position: relative;
    z-index: 2;
  }

  .mobile-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobile-navigation > a:not(.mobile-login) {
    padding: 13px 0;
    border-bottom: 1px solid rgba(22, 5, 31, .14);
    font-size: clamp(25px, 7vw, 37px);
    font-weight: 350;
    line-height: 1.2;
    letter-spacing: -.035em;
  }

  .mobile-login {
    width: fit-content;
    margin-top: 26px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(22, 5, 31, .3);
    color: #16051f;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-login span {
    color: var(--blue);
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: clamp(57px, 10vw, 78px);
  }

  .about-split {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "media"
      "copy";
    gap: 30px;
  }

  .about-media {
    width: min(100%, 610px);
    min-height: auto;
    margin-inline: auto;
  }

  .about-media > img {
    height: 530px;
    min-height: auto;
  }

  .about-label {
    right: 24px;
  }

  .about-copy {
    max-width: 650px;
  }

  .solution-row {
    gap: 34px;
  }

  .solution-media {
    height: 310px;
  }

  .solution-copy h3 {
    font-size: 39px;
  }

  .journey-cards {
    grid-template-columns: 1fr;
  }

  .capability-spectrum {
    margin-top: 44px;
  }

  .capability-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .capability-intro > p {
    max-width: 650px;
  }

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

  .journey-card {
    grid-template-columns: 42% 58%;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-card,
  .price-card-featured {
    width: min(100%, 610px);
    min-height: auto;
    margin: 0 auto;
  }

  .price-card ul {
    min-height: auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-copy,
  .contact-form-card {
    width: 100%;
    max-width: 650px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 30px);
  }

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

  .header-brand .brand-logo {
    width: 150px;
  }

  .callback-fab {
    right: 15px;
    bottom: max(15px, env(safe-area-inset-bottom));
    min-height: 50px;
    padding: 0 17px;
    gap: 8px;
    font-size: 14px;
  }

  .callback-fab svg {
    width: 19px;
    height: 19px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 92px 0 176px;
  }

  .hero-brand {
    margin-bottom: 24px;
  }

  .hero-brand .brand-logo {
    width: min(76vw, 255px);
  }

  .hero-video,
  .hero-video-poster {
    filter: brightness(.85);
  }

  .hero-kicker {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(44px, 13.4vw, 58px);
    line-height: 1.08;
  }

  .hero-lead {
    margin-top: 20px;
    padding-inline: 5px;
    font-size: 14px;
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: min(100%, 330px);
    margin-inline: auto;
  }

  .scroll-down {
    bottom: 126px;
    width: 48px;
    height: 48px;
  }

  .hero-references {
    bottom: 15px;
    right: clamp(24px, 7vw, 32px);
    left: clamp(24px, 7vw, 32px);
  }

  .reference img {
    max-width: 89px;
    max-height: 38px;
  }

  .reference-center img,
  .reference-right img {
    max-width: 80px;
    max-height: 34px;
  }

  .section {
    padding: 44px 0;
  }

  .industries.section,
  .journey.section {
    padding-top: 26px;
  }

  .pricing.section {
    padding-top: 16px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .outcomes {
    padding-bottom: 36px;
  }

  .about {
    padding-top: 36px;
  }

  .section-head h2,
  .about-heading h2,
  .contact-copy h2 {
    font-size: clamp(37px, 11.7vw, 50px);
  }

  .section-head > p:last-child {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-heading > p:last-child {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-media > img {
    height: 410px;
  }

  .about-label {
    right: 13px;
    bottom: 13px;
    min-width: 218px;
    padding: 16px 18px;
  }

  .about-copy h3 {
    font-size: 39px;
  }

  .about-copy > p:not(.blue-label) {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .about-split {
    gap: 24px;
  }

  .check-list {
    margin-block: 22px 24px;
    display: grid;
  }

  .about-copy .button {
    width: 100%;
  }

  .about-actions {
    display: grid;
    gap: 12px;
  }

  .brochure-link {
    width: fit-content;
    margin-inline: auto;
  }

  .solution-row {
    padding: 30px 0 34px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .solution-row > .solution-media {
    order: 1;
  }

  .solution-row > .solution-copy {
    order: 2;
  }

  .solution-media {
    height: 285px;
  }

  .solution-copy {
    padding: 0;
  }

  .solution-copy h3 {
    font-size: 37px;
  }

  .solution-copy > p:not(.blue-label) {
    margin-top: 17px;
    font-size: 14px;
  }

  .inline-features {
    margin-block: 20px;
  }

  .capability-spectrum {
    margin-top: 36px;
    padding: 28px 20px 27px;
  }

  .capability-intro h3 {
    font-size: clamp(31px, 9.5vw, 40px);
  }

  .capability-intro > p {
    font-size: 14px;
  }

  .capability-grid {
    margin-top: 26px;
    grid-template-columns: 1fr;
  }

  .capability-card {
    padding: 24px 20px 25px;
  }

  .capability-link {
    margin-top: 24px;
  }

  .journey-board {
    padding: 24px 16px 25px;
    border-radius: 15px;
  }

  .journey-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .journey-track {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .journey-line {
    top: 28px;
    bottom: 76px;
    left: 50%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .journey-line span {
    width: 100%;
    height: 76%;
  }

  .journey-step {
    min-height: 104px;
    padding: 69px 12px 0;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .journey-step > i {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
  }

  .journey-step strong {
    margin-top: 0;
  }

  .journey-step small {
    white-space: normal;
  }

  .journey-cards {
    margin-top: 18px;
    gap: 14px;
  }

  .center-action {
    margin-top: 26px;
  }

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

  .journey-card-image {
    min-height: 215px;
    height: 215px;
  }

  .journey-card-copy {
    padding: 25px 22px 28px;
  }

  .journey-card h3 {
    font-size: 25px;
  }

  .center-action .button {
    width: 100%;
  }

  .price-card,
  .price-card-featured {
    padding: 27px 22px 24px;
  }

  .contact-copy > p:not(.section-kicker) {
    font-size: 15px;
  }

  .contact-copy {
    padding-top: 0;
  }

  .contact-grid {
    gap: 36px;
  }

  .contact-details {
    margin-top: 30px;
  }

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

  .contact-form-card {
    padding: 31px 22px 27px;
  }

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

  .contact-field-full {
    grid-column: auto;
  }

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-form-note {
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 46px;
  }

  .hero-brand .brand-logo {
    width: min(74vw, 230px);
  }

  .about-media > img {
    height: 390px;
  }

  .solution-media {
    height: 270px;
  }

  .reference img {
    max-width: 82px;
  }

  .reference-center img,
  .reference-right img {
    max-width: 73px;
  }

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

  .footer-main > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Index 12: brochure-led product, industry and trust sections */
.outcomes {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 10%, rgba(0, 173, 239, .1), transparent 26%),
    radial-gradient(circle at 96% 100%, rgba(114, 2, 187, .07), transparent 29%),
    var(--paper);
}

.outcomes-head {
  max-width: 690px;
}

.outcomes-head h2,
.platform-copy h2,
.trust-copy h2,
.workshop-copy h2 {
  margin: 0;
  color: #293540;
  font-size: clamp(40px, 4.2vw, 59px);
  font-weight: 340;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.outcomes-head > p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: #607684;
  font-size: 17px;
  line-height: 1.75;
}

.outcome-grid {
  --outcome-line: rgba(76, 116, 140, .28);
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--outcome-line);
  background: rgba(229, 241, 247, .78);
  box-shadow: 0 20px 48px rgba(17, 45, 67, .11);
}

.outcome-card {
  position: relative;
  min-width: 0;
  min-height: 225px;
  padding: 30px 26px 27px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(238, 246, 250, .94));
}

.outcome-card:not(:last-child) {
  border-right: 1px solid var(--outcome-line);
}

.outcome-marker {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--blue);
  background: linear-gradient(145deg, #effaff, #fff);
  box-shadow: 0 9px 20px rgba(0, 130, 196, .12);
}

.outcome-marker b {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 9px;
  letter-spacing: .08em;
}

.outcome-marker svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}

.outcome-card:nth-child(2) .outcome-marker {
  color: #416fe4;
}

.outcome-card:nth-child(3) .outcome-marker {
  color: #29ad78;
}

.outcome-card:nth-child(4) .outcome-marker {
  color: var(--violet);
}

.outcome-card h3 {
  margin: 22px 0 0;
  color: #314654;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.28;
}

.outcome-card p {
  margin: 12px 0 0;
  color: #657986;
  font-size: 14px;
  line-height: 1.7;
}

.platform-proof {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 173, 239, .2), transparent 24%),
    radial-gradient(circle at 6% 100%, rgba(114, 2, 187, .18), transparent 30%),
    #0a1d2a;
}

.platform-proof::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .13;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(100deg, #000, transparent 68%);
}

.platform-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(46px, 7vw, 104px);
}

.platform-copy,
.platform-visual,
.trust-copy,
.workshop-copy {
  min-width: 0;
}

.platform-copy .section-kicker,
.trust-copy .section-kicker {
  color: #6bdcff;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.platform-copy h2,
.trust-copy h2 {
  color: var(--paper);
}

.platform-copy h2 {
  font-size: clamp(38px, 3.7vw, 52px);
  letter-spacing: -.035em;
  overflow-wrap: break-word;
}

.platform-copy > p:not(.section-kicker) {
  max-width: 470px;
  margin: 23px 0 0;
  color: rgba(234, 245, 250, .84);
  font-size: 16px;
  line-height: 1.78;
}

.platform-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.platform-list li,
.workshop li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(242, 249, 252, .9);
  font-size: 14px;
  line-height: 1.5;
}

.platform-list svg,
.workshop li svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: #63d8ff;
  stroke-width: 2.4;
}

.platform-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
}

.platform-actions .text-link {
  color: rgba(255, 255, 255, .9);
}

.platform-actions .text-link:hover {
  color: #71dcff;
}

.platform-visual {
  min-width: 0;
  margin: 0;
}

.platform-window {
  overflow: hidden;
  border: 1px solid rgba(151, 214, 239, .34);
  border-radius: 13px;
  background: #ecf5f7;
  box-shadow: 0 32px 70px rgba(0, 0, 0, .3), 0 0 0 9px rgba(255, 255, 255, .04);
}

.platform-window-bar {
  height: 35px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(238, 247, 250, .55);
  background: #14364a;
  font-size: 10px;
  letter-spacing: .04em;
}

.platform-window-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
}

.platform-window-bar i:nth-child(2) {
  background: #69cdf1;
}

.platform-window-bar i:nth-child(3) {
  background: #b070e9;
}

.platform-window-bar span {
  margin-left: 7px;
}

.platform-window img {
  width: 100%;
  height: auto;
}

.platform-visual figcaption {
  margin-top: 13px;
  color: rgba(226, 242, 248, .55);
  font-size: 11px;
  letter-spacing: .02em;
}

.industries {
  background:
    radial-gradient(circle at 92% 5%, rgba(0, 173, 239, .08), transparent 24%),
    #f8fafb;
}

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

.industry-card {
  min-width: 0;
  min-height: 260px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 13px 35px rgba(20, 49, 69, .05);
  transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease;
}

.industry-card:nth-child(-n + 3) {
  grid-column: span 2;
}

.industry-card:nth-child(n + 4) {
  grid-column: span 3;
}

.industry-card:hover {
  border-color: rgba(0, 173, 239, .46);
  box-shadow: 0 20px 42px rgba(20, 49, 69, .11);
  transform: translateY(-5px);
}

.industry-card > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.industry-card h3 {
  margin: 14px 0 0;
  color: #304653;
  font-size: 25px;
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.industry-card ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 5px;
  color: #607581;
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
}

.industry-card li::before {
  margin-right: 7px;
  color: var(--blue);
  content: "•";
}

.industry-card a {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: #1687c1;
  font-size: 12px;
  font-weight: 680;
}

.industry-card a svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.industry-card a:hover svg {
  transform: translateX(4px);
}

.trust-austria {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 30%, rgba(0, 173, 239, .15), transparent 30%),
    radial-gradient(circle at 9% 85%, rgba(114, 2, 187, .18), transparent 32%),
    #081c29;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(52px, 8vw, 124px);
}

.trust-visual {
  position: relative;
  max-width: 395px;
  margin: 0;
}

.trust-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .26);
  content: "";
  pointer-events: none;
}

.trust-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: 0 26px 58px rgba(0, 0, 0, .32);
}

.trust-visual .austria-flag {
  position: absolute;
  top: 0;
  right: -36px;
  bottom: 0;
  z-index: 1;
  width: 36px;
  background: linear-gradient(90deg, #ed2939 0 33.333%, #fff 33.333% 66.666%, #ed2939 66.666% 100%);
  box-shadow: 12px 0 28px rgba(0, 0, 0, .18);
}

.trust-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(233, 244, 249, .82);
  font-size: 16px;
  line-height: 1.8;
}

.trust-points {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(205, 231, 242, .18);
  border-left: 1px solid rgba(205, 231, 242, .18);
}

.trust-points > div {
  min-width: 0;
  padding: 19px 20px 21px;
  border-right: 1px solid rgba(205, 231, 242, .18);
  border-bottom: 1px solid rgba(205, 231, 242, .18);
}

.trust-points strong,
.trust-points span {
  display: block;
}

.trust-points strong {
  color: #71dbff;
  font-size: 14px;
  font-weight: 670;
}

.trust-points span {
  margin-top: 4px;
  color: rgba(232, 244, 249, .76);
  font-size: 13px;
  line-height: 1.55;
}

.workshop {
  background: var(--paper);
}

.workshop.section {
  padding: 56px 0;
}

.workshop-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 52px clamp(36px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(285px, .52fr);
  align-items: center;
  gap: 36px;
  background:
    radial-gradient(circle at 76% 14%, rgba(0, 173, 239, .1), transparent 22%),
    #edf1f3;
  box-shadow: 0 19px 45px rgba(20, 48, 66, .09);
}

.workshop-copy {
  position: relative;
  z-index: 1;
  max-width: 585px;
}

.workshop-copy > p:not(.section-kicker) {
  margin: 21px 0 0;
  color: #5e7380;
  font-size: 16px;
  line-height: 1.75;
}

.workshop-copy ul {
  margin: 27px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.workshop li {
  color: #475e6d;
}

.workshop li svg {
  stroke: #187fc3;
}

.workshop-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.workshop-actions > span {
  color: #6b7e89;
  font-size: 12px;
  font-weight: 620;
}

.workshop-image {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 20% 74%;
  filter: saturate(.88) contrast(1.03);
}

@media (max-width: 1080px) {
  .outcome-card {
    min-height: 215px;
    padding: 26px 22px 24px;
  }

  .outcome-card h3 {
    font-size: 18px;
  }

  .outcome-card p {
    font-size: 13px;
  }

  .platform-grid,
  .trust-grid {
    gap: 48px;
  }

  .industry-card {
    min-height: 280px;
    padding: 25px 22px 23px;
  }

  .industry-card h3 {
    font-size: 23px;
  }

  .workshop-card {
    padding: 44px 40px;
  }
}

@media (max-width: 900px) {
  .mobile-navigation {
    overflow-y: auto;
  }

  .outcomes-head {
    max-width: 600px;
  }

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

  .outcome-card:nth-child(odd) {
    border-right: 1px solid var(--outcome-line);
  }

  .outcome-card:nth-child(even) {
    border-right: 0;
  }

  .outcome-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--outcome-line);
  }

  .platform-grid,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .platform-copy {
    max-width: 650px;
  }

  .platform-visual {
    width: min(100%, 720px);
  }

  .trust-visual {
    width: min(62vw, 395px);
  }

  .trust-copy {
    max-width: 680px;
  }

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

  .industry-card,
  .industry-card:nth-child(-n + 3),
  .industry-card:nth-child(n + 4) {
    grid-column: auto;
  }

  .industry-card:last-child {
    grid-column: 1 / -1;
  }

  .workshop-card {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .53fr);
    padding: 42px 36px;
  }

  .workshop-image {
    min-height: 380px;
  }

  .workshop.section {
    padding: 48px 0;
  }
}

@media (max-width: 680px) {
  .outcomes-head h2,
  .platform-copy h2,
  .trust-copy h2,
  .workshop-copy h2 {
    font-size: clamp(37px, 11vw, 48px);
  }

  .outcomes-head > p:last-child,
  .platform-copy > p:not(.section-kicker),
  .trust-copy > p:not(.section-kicker),
  .workshop-copy > p:not(.section-kicker) {
    font-size: 15px;
  }

  .outcome-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .outcome-card,
  .outcome-card:nth-child(odd),
  .outcome-card:nth-child(even) {
    min-height: 0;
    padding: 22px 20px 21px;
    border-right: 0;
    border-bottom: 1px solid var(--outcome-line);
  }

  .outcome-card:last-child {
    border-bottom: 0;
  }

  .outcome-card h3 {
    margin-top: 18px;
  }

  .platform-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .platform-grid,
  .trust-grid {
    gap: 28px;
  }

  .platform-actions .button {
    width: 100%;
  }

  .platform-window-bar {
    height: 30px;
  }

  .platform-visual figcaption {
    font-size: 10px;
  }

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

  .industry-card,
  .industry-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .industry-card h3 {
    font-size: 26px;
  }

  .trust-visual {
    width: min(100%, 310px);
  }

  .trust-visual img {
    height: 360px;
  }

  .trust-visual .austria-flag {
    top: 0;
    right: -24px;
    bottom: 0;
    width: 24px;
  }

  .trust-points {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .trust-points > div {
    padding: 16px 17px 17px;
  }

  .workshop.section {
    padding: 40px 0;
  }

  .workshop-card {
    min-height: 0;
    padding: 34px 22px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .workshop-image {
    width: calc(100% + 44px);
    max-width: none;
    height: 300px;
    min-height: 300px;
    margin-left: -22px;
    object-position: 20% 72%;
  }

  .workshop-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .workshop-actions .button {
    width: 100%;
  }

  .workshop-actions > span {
    color: #526875;
    font-size: 13px;
  }
}

@media (min-width: 901px) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }

  .site-header:not(.is-scrolled) .header-brand {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity .25s ease, transform .25s ease, visibility 0s .25s;
  }

  .button {
    min-height: 54px;
    font-size: 16px;
  }

  .hero-lead {
    font-size: 20px;
    line-height: 1.65;
  }

  .section-kicker {
    font-size: 20px;
  }

  .section-head > p:last-child,
  .about-heading > p:last-child,
  .outcomes-head > p:last-child {
    font-size: 19px;
    line-height: 1.68;
  }

  .blue-label {
    font-size: 20px;
  }

  .about-copy > p:not(.blue-label),
  .solution-copy > p:not(.blue-label),
  .platform-copy > p:not(.section-kicker),
  .trust-copy > p:not(.section-kicker),
  .workshop-copy > p:not(.section-kicker),
  .contact-copy > p:not(.section-kicker) {
    font-size: 18px;
    line-height: 1.72;
  }

  .check-list li,
  .inline-features li,
  .platform-list li,
  .workshop li,
  .industry-card ul,
  .price-card li {
    font-size: 15px;
  }

  .text-link,
  .industry-card a {
    font-size: 15px;
  }

  .outcome-card h3 {
    font-size: 23px;
  }

  .outcome-card p,
  .capability-card p,
  .journey-card-copy > span:last-child {
    font-size: 16px;
  }

  .capability-intro > p {
    font-size: 18px;
  }

  .capability-card h4 {
    font-size: 22px;
  }

  .journey-board-head p {
    font-size: 16px;
  }

  .journey-step strong {
    font-size: 15px;
  }

  .journey-step small,
  .journey-card-copy > p {
    font-size: 13px;
  }

  .journey-card h3 {
    font-size: 27px;
  }

  .industry-card h3 {
    font-size: 28px;
  }

  .trust-points strong {
    font-size: 16px;
  }

  .trust-points span,
  .workshop-actions > span,
  .pricing-note {
    font-size: 14px;
  }

  .contact-details-title,
  .contact-details address,
  .contact-links strong,
  .contact-form-head > p:last-child {
    font-size: 15px;
  }

  .contact-links small,
  .contact-form-note {
    font-size: 12px;
  }

  .contact-field > span,
  .contact-privacy {
    font-size: 13px;
  }

  .contact-field input,
  .contact-field textarea {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-down {
    animation: scrollCircleBounce 1.5s ease-in-out infinite !important;
  }
}
