/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --brand: #35bfd8;
  --brand-strong: #20a8c7;
  --brand-soft: #a6edf7;
  --ink: #203c45;
  --ink-deep: #102e37;
  --muted: #597079;
  --paper: #ffffff;
  --bg: #f5f8f9;
  --rule: #d9e5e9;
  --stepworks: #eb0c38;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
main {
  margin: 0 auto;
  max-width: 1440px;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(16, 46, 55, 0.04);
}
.version-bar {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}
.version-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 5vw, 72px);
}
.version-inner b {
  color: var(--brand-soft);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--rule);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}
.brand-link {
  flex: 0 0 auto;
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.site-header nav a:hover {
  color: var(--ink);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-weight: 400;
  line-height: 1;
}
.logo.compact {
  gap: 10px;
}
.logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 54px;
  height: 42px;
  flex: 0 0 auto;
}
.logo.compact .logo-mark {
  width: 42px;
  height: 28px;
}
.logo-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-text {
  font-size: clamp(24px, 3.5vw, 52px);
  letter-spacing: 0;
}
.logo.compact .logo-text {
  font-size: 22px;
}
.hero {
  display: grid;
  min-height: 710px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 7vw, 96px);
  padding: 92px clamp(18px, 5vw, 72px) 84px;
  background: radial-gradient(circle at 72% 20%, rgba(72, 205, 227, 0.22), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 52%, #eff9fb 100%);
}
.hero-copy {
  max-width: 720px;
}
.hero h1,
.section h2,
.site-footer h2 {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}
.section h2,
.site-footer h2 {
  max-width: 900px;
  font-size: clamp(34px, 4.3vw, 66px);
  line-height: 1.04;
}
.lead,
.section-intro > p:not(.section-kicker),
.supporting-copy,
.partner-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}
.lead {
  margin: 28px 0 34px;
}
.button,
.floating-cta,
.signup-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--ink-deep);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 23px;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover,
.floating-cta:hover,
.signup-row button:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
}
.hero-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(32, 60, 69, 0.12);
  background: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-visual .logo {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.motion-lines {
  position: absolute;
  inset: 48px;
  display: grid;
  gap: 34px;
  transform: skewY(-8deg);
  opacity: 0.34;
}
.motion-lines span {
  display: block;
  border-top: 1px solid var(--brand-strong);
}
.section {
  padding: 96px clamp(18px, 5vw, 72px);
}
.section:nth-of-type(odd) {
  background: var(--bg);
}
.section-intro {
  display: grid;
  gap: 20px;
}
.section-kicker {
  margin: 0;
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}
.feature-card,
.values-grid article,
.vmv-grid article {
  min-height: 220px;
  border: 1px solid var(--rule);
  background: #ffffff;
  padding: 26px;
}
.feature-card h3,
.values-grid h3,
.site-footer h3,
.infographic h3 {
  margin: 0;
  color: var(--ink-deep);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}
.feature-card p:not(.section-kicker),
.values-grid p,
.vmv-grid p,
.site-footer p,
.site-footer a,
.privacy-copy,
.consent {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.infographic {
  margin-top: 48px;
  border: 1px solid rgba(32, 60, 69, 0.14);
  background: #ffffff;
  padding: clamp(24px, 4vw, 42px);
}
.infographic-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.approach-canvas {
  position: relative;
  border: 1px solid var(--rule);
  background: linear-gradient(rgba(32, 60, 69, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 60, 69, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  padding: clamp(24px, 3vw, 42px);
}
.support-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: clamp(18px, 4vw, 72px);
}
.support-input {
  display: grid;
  min-height: 112px;
  gap: 12px;
  align-content: center;
  border: 1px solid var(--rule);
  border-left: 5px solid var(--brand);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 35px rgba(16, 46, 55, 0.08);
  padding: 20px 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}
.approach-lines {
  display: block;
  width: 100%;
  height: 150px;
  margin: -2px 0 -6px;
}
.approach-line-muted,
.approach-line-primary {
  fill: none;
  stroke-linecap: round;
}
.approach-line-muted {
  stroke: rgba(32, 60, 69, 0.22);
  stroke-width: 3;
}
.approach-line-primary {
  stroke: var(--brand);
  stroke-width: 5;
}
.stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.stage {
  position: relative;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--rule);
  background: linear-gradient(180deg, #ffffff, #f4fbfc);
  padding: 18px;
  color: var(--ink-deep);
  font-size: 18px;
  box-shadow: 0 14px 35px rgba(16, 46, 55, 0.08);
}
.stage-index {
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 800;
}
.track-label {
  color: var(--ink-deep);
  font-weight: 800;
}
.approach-caption {
  margin: 28px auto 0;
  max-width: 780px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}
.supporting-copy,
.partner-copy {
  margin-top: 32px;
}
.network-canvas {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--rule);
  background: linear-gradient(rgba(32, 60, 69, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 60, 69, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
}
.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.network-lines line {
  stroke: rgba(32, 60, 69, 0.22);
  stroke-width: 2;
}
.network-centre,
.network-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--rule);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 35px rgba(16, 46, 55, 0.08);
}
.network-centre {
  left: 50%;
  top: 50%;
  width: 240px;
  min-height: 132px;
  transform: translate(-50%, -50%);
  gap: 8px;
}
.network-centre span:last-child {
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.network-node {
  width: 190px;
  min-height: 80px;
  padding: 14px;
  color: var(--ink-deep);
  font-size: 16px;
  line-height: 1.25;
}
.node-1 {
  left: calc(50% - 95px);
  top: 28px;
}
.node-2 {
  right: 5%;
  top: 118px;
}
.node-3 {
  right: 8%;
  bottom: 68px;
}
.node-4 {
  left: calc(50% - 95px);
  bottom: 24px;
}
.node-5 {
  left: 8%;
  bottom: 68px;
}
.node-6 {
  left: 5%;
  top: 118px;
}
.vmv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}
.vmv-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand-strong);
  font-weight: 800;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.values-title {
  margin: 38px 0 0;
  color: var(--brand-strong);
  font-size: 18px;
  font-weight: 800;
}
.values-grid article {
  min-height: 230px;
}
.contact {
  background: var(--ink-deep);
}
.contact h2,
.contact .section-intro > p:not(.section-kicker) {
  color: #ffffff;
}
.contact .button {
  background: var(--brand);
  color: var(--ink-deep);
  justify-self: start;
  width: fit-content;
  min-width: 118px;
}
.site-footer {
  padding: 76px clamp(18px, 5vw, 72px) 36px;
  background: #ffffff;
}
.footer-signup {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: start;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 48px;
}
.footer-signup h2 {
  font-size: clamp(34px, 4vw, 58px);
}
.footer-signup form {
  display: grid;
  gap: 12px;
}
.footer-signup label {
  color: var(--ink-deep);
  font-weight: 800;
}
.signup-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.signup-row input {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 0 18px;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.45fr) minmax(220px, 0.55fr);
  gap: 38px;
  padding-top: 48px;
}
.footer-brand .logo {
  margin: 10px 0 18px;
}
.footer-brand p strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-deep);
}
.site-footer a {
  display: block;
  margin-top: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 52px;
  border-top: 1px solid var(--rule);
  padding-top: 22px;
  color: var(--muted);
  font-size: 14px;
}
.footer-bottom a {
  display: inline;
  color: var(--stepworks);
  font-weight: 800;
}
.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  box-shadow: 0 20px 40px rgba(16, 46, 55, 0.22);
}
.page-end {
  display: grid;
  gap: 5px;
  padding: 28px clamp(18px, 5vw, 72px);
}
.page-end hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--rule);
}
@media (max-width: 1040px) {
  .hero,
  .footer-signup,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .card-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-inputs {
    grid-template-columns: 1fr;
  }
  .approach-lines {
    display: none;
  }
  .stage-grid {
    grid-template-columns: 1fr;
  }
  .network-canvas {
    display: grid;
    min-height: auto;
    gap: 12px;
    padding: 18px;
  }
  .network-lines {
    display: none;
  }
  .network-centre,
  .network-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 720px) {
  .site-header,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-header nav {
    justify-content: flex-start;
  }
  .hero,
  .section,
  .site-footer {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .hero-visual {
    min-height: 260px;
  }
  .hero-visual .logo {
    transform: none;
  }
  .card-grid,
  .vmv-grid,
  .values-grid,
  .signup-row {
    grid-template-columns: 1fr;
  }
  .floating-cta {
    left: 18px;
    right: 18px;
  }
}
@media print {
  .site-header,
  .floating-cta {
    display: none;
  }
  main {
    box-shadow: none;
  }
  .section,
  .hero,
  .site-footer {
    break-inside: avoid;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
