@font-face {
  font-family: "Catamaran";
  src: url("/assets/catamaran-o-0iipqoyxqa2rxt7-5r8zraw_0.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --navy: #162c44;
  --deep-blue: #24506e;
  --medium-blue: #2c6586;
  --bright-blue: #367a9e;
  --light-blue: #91c7dc;
  --turquoise: #66e2e0;
  --pale-blue: #cce5ef;
  --dark-surface: #0b1c2c;
  --white: #ffffff;
  --ink: #102235;
  --max-width: 1240px;
  --shadow: 0 24px 70px rgb(6 27 45 / 20%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: "Catamaran", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
section[id] { scroll-margin-top: 78px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -4rem;
  padding: .7rem 1rem;
  color: var(--navy);
  background: var(--turquoise);
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 10px clamp(20px, 4vw, 64px);
  background: rgb(22 44 68 / 88%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(16px);
}
.brand img { width: 54px; height: 54px; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 38px); }
.main-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav a:not(.language-link)::after {
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--turquoise);
  content: "";
  transition: right .25s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after { right: 0; }
.language-switcher {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 18;
  display: grid;
  min-width: 82px;
  padding: 8px;
  background: rgb(11 28 44 / 94%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 4px;
  box-shadow: 0 12px 34px rgb(5 20 34 / 28%);
  backdrop-filter: blur(8px);
}
.language-switcher a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  color: rgb(255 255 255 / 68%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
}
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] { color: var(--white); background: rgb(255 255 255 / 8%); }
.language-switcher a:focus-visible { outline: 2px solid var(--turquoise); outline-offset: 1px; }
.language-switcher img { width: 18px; height: 12px; object-fit: cover; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: end;
  overflow: hidden;
  padding: 130px clamp(24px, 6vw, 90px) clamp(64px, 9vh, 110px);
  background:
    linear-gradient(90deg, rgb(11 28 44 / 84%) 0%, rgb(22 44 68 / 66%) 48%, rgb(22 44 68 / 24%) 100%),
    linear-gradient(0deg, rgb(11 28 44 / 70%) 0%, transparent 48%),
    url("/assets/hero-wedding-friends.jpg") center 46% / cover no-repeat;
}
.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(11 28 44 / 12%), transparent 28%, rgb(11 28 44 / 14%));
  content: "";
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}
.eyebrow-line {
  width: 84px;
  height: 2px;
  margin-bottom: 26px;
  background: var(--white);
}
.hero h1 {
  max-width: 1100px;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.35vw, 51px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.18;
  text-transform: uppercase;
  text-shadow: 0 3px 28px rgb(0 0 0 / 42%);
}
.hero h1 span,
.hero h1 strong { display: block; }
.hero h1 span { white-space: nowrap; }
.hero h1 strong { color: var(--turquoise); font-weight: 400; }
.scroll-cue {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 46px;
  color: var(--pale-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-cue span { color: var(--turquoise); font-size: 24px; }

/* Scroll reveals are progressive enhancement: content stays visible until
   JavaScript has registered every target and enabled the motion layer. */
.motion-ready [data-reveal] {
  opacity: 0;
  transition:
    opacity .52s cubic-bezier(.22, 1, .36, 1),
    transform .52s cubic-bezier(.22, 1, .36, 1),
    clip-path .62s cubic-bezier(.22, 1, .36, 1);
  transition-delay: min(calc(var(--reveal-order, 0) * 55ms), 330ms);
  will-change: opacity, transform;
}
.motion-ready [data-reveal="up"],
.motion-ready [data-reveal="card"] { transform: translateY(18px); }
.motion-ready [data-reveal="card"] { transition-delay: min(calc(var(--reveal-order, 0) * 65ms), 325ms); }
.motion-ready [data-reveal="mask"] {
  clip-path: inset(0 0 100% 0);
  transform: translateY(10px);
}
.motion-ready [data-reveal="person"] {
  clip-path: inset(100% 0 0 0 round 50%);
  transform: translateY(24px) scale(.985);
  transition-duration: .62s;
  transition-delay: min(calc(var(--reveal-order, 0) * 70ms), 350ms);
}
.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
  will-change: auto;
}
.motion-ready [data-reveal-rule] { position: relative; }
.motion-ready [data-reveal-rule]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .16;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .68s cubic-bezier(.22, 1, .36, 1);
}
.motion-ready [data-reveal-rule].is-revealed::after { transform: scaleX(1); }

.section { padding: clamp(72px, 9vw, 130px) clamp(24px, 6vw, 90px); }
.section-specialities {
  position: relative;
  background-color: #243a65;
  background-image: url("/assets/Software-BG-4.webp");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 860px auto;
  border-top: 1px solid rgb(255 255 255 / 28%);
}
.section-heading,
.speciality-grid {
  width: min(100%, var(--max-width));
  margin-inline: auto;
}
.kicker {
  margin: 0 0 12px;
  color: var(--turquoise);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.16;
  text-transform: uppercase;
}
.speciality-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(48px, 7vw, 88px);
}
.speciality-card {
  grid-column: span 2;
  min-width: 0;
  padding: 10px clamp(24px, 4vw, 60px) 24px;
  border-left: 1px solid rgb(255 255 255 / 24%);
}
.speciality-card:first-child { padding-left: 0; border-left: 0; }
.speciality-card:nth-child(3) { padding-right: 0; }
.speciality-card:nth-child(4),
.speciality-card:nth-child(5) {
  grid-column: span 3;
  margin-top: clamp(28px, 5vw, 64px);
  padding-top: clamp(36px, 5vw, 64px);
  border-top: 1px solid rgb(255 255 255 / 24%);
}
.speciality-card:nth-child(4) { padding-left: 0; border-left: 0; }
.speciality-card:last-child { padding-right: 0; }
.speciality-card img {
  width: 74px;
  height: 74px;
  margin-bottom: 32px;
  object-fit: contain;
}
.speciality-card img[src$="Picture18.png"] { width: 118px; }
.speciality-card h3 {
  margin: 0 0 16px;
  color: var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 300;
}
.speciality-card p { color: rgb(255 255 255 / 84%); }

.enterprise-crm {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgb(102 226 224 / 10%), transparent 28%),
    var(--navy);
  border-top: 1px solid rgb(255 255 255 / 12%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.enterprise-crm-intro,
.enterprise-crm-grid,
.enterprise-crm-statement {
  width: min(100%, var(--max-width));
  margin-inline: auto;
}
.enterprise-crm-intro {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  column-gap: clamp(48px, 8vw, 120px);
}
.enterprise-crm-intro > .kicker { grid-column: 1 / -1; }
.enterprise-crm-intro h2 {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-transform: uppercase;
}
.enterprise-crm-copy { max-width: 760px; color: rgb(255 255 255 / 80%); }
.enterprise-crm-copy p { margin: 0 0 20px; }
.enterprise-crm-copy p:last-child { margin-bottom: 0; }
.enterprise-crm-copy .enterprise-crm-lead {
  margin-bottom: 26px;
  color: var(--pale-blue);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 300;
  line-height: 1.45;
}
.enterprise-crm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(52px, 7vw, 84px);
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-left: 1px solid rgb(255 255 255 / 18%);
}
.enterprise-crm-grid article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.enterprise-crm-grid img { width: 68px; height: 68px; object-fit: contain; }
.enterprise-crm-grid h3 {
  margin: 0 0 12px;
  color: var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 300;
  line-height: 1.25;
}
.enterprise-crm-grid p { margin: 0; color: rgb(255 255 255 / 76%); }
.enterprise-crm-statement {
  margin-top: clamp(42px, 6vw, 70px);
  padding-left: 24px;
  border-left: 3px solid var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 300;
  line-height: 1.4;
}

.agentic-section {
  position: relative;
  color: var(--navy);
  background: var(--white);
  border-top: 1px solid rgb(22 44 68 / 12%);
  border-bottom: 1px solid rgb(22 44 68 / 10%);
}
.agentic-section .kicker { color: var(--bright-blue); }
.agentic-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 120px);
  width: min(100%, var(--max-width));
  margin-inline: auto;
}
.agentic-heading h2 {
  max-width: 520px;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.14;
  text-transform: uppercase;
}
.agentic-copy {
  max-width: 760px;
  color: var(--deep-blue);
}
.agentic-copy p { margin: 0 0 20px; }
.agentic-copy p:last-child { margin-bottom: 0; }
.agentic-copy .agentic-lead {
  margin-bottom: 26px;
  color: var(--medium-blue);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
  line-height: 1.3;
}

.responsible-ai {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  color: var(--white);
  background: #243a65;
}
.responsible-ai-copy { max-width: 720px; }
.responsible-ai h2 {
  margin: 0 0 26px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.14;
  text-transform: uppercase;
}
.responsible-ai-copy > p:not(.kicker) { margin: 0 0 20px; color: rgb(255 255 255 / 84%); }
.responsible-ai-copy .responsible-ai-summary {
  margin-top: 30px;
  padding-left: 20px;
  color: var(--turquoise);
  border-left: 3px solid var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 300;
  line-height: 1.4;
}
.responsible-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.responsible-ai-grid article {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: clamp(22px, 3vw, 32px);
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-top: 3px solid var(--turquoise);
}
.responsible-ai-grid img { width: 68px; height: 68px; margin-bottom: 24px; object-fit: contain; }
.responsible-ai-grid h3 {
  margin: 0;
  color: var(--white);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.25;
}

.ai-teaser {
  display: grid;
  grid-template-columns: 128px minmax(0, 760px);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #205791;
}
.ai-teaser > img { width: 128px; height: 128px; object-fit: contain; }
.ai-teaser h2 {
  margin: 0 0 18px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.13;
  text-transform: uppercase;
}
.ai-teaser p:not(.kicker) { margin: 0 0 24px; color: rgb(255 255 255 / 84%); font-size: 19px; }

.approach {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  min-height: 650px;
  background: #205791;
}
.approach-image {
  min-height: 650px;
  background:
    linear-gradient(rgb(22 44 68 / 10%), rgb(22 44 68 / 26%)),
    url("/assets/Picture2.png") center / cover no-repeat;
}
.approach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(30px, 4vw, 52px);
  padding: clamp(40px, 5vw, 72px);
}
.approach-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
}
.approach-item + .approach-item {
  padding-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid rgb(255 255 255 / 22%);
}
.approach-item > img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.approach-item h2,
.approach-item h3 {
  margin: 0 0 16px;
  color: var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.approach-item p {
  margin: 0 0 16px;
  color: rgb(255 255 255 / 88%);
  font-size: 16px;
  line-height: 1.45;
}
.approach-item p:last-child { margin-bottom: 0; }

.latest-project h2,
.ai-intro h2,
.ai-journey h2,
.powered-content h2 {
  margin: 0 0 26px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.13;
  text-transform: uppercase;
}
.values-section {
  color: var(--navy);
  background: var(--white);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, var(--max-width));
  margin: 64px auto 0;
}
.value-grid article {
  position: relative;
  padding: 30px clamp(24px, 4vw, 54px);
  border-left: 1px solid rgb(22 44 68 / 16%);
}
.value-grid article:first-child { padding-left: 0; border-left: 0; }
.value-number {
  display: block;
  margin-bottom: 30px;
  color: var(--turquoise);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
}
.value-grid h3 { margin: 0 0 14px; font-family: "Segoe UI", sans-serif; font-size: 27px; font-weight: 300; }
.value-grid p { color: var(--deep-blue); }

.team-section { color: var(--white); background: #205791; }
.ai-intro {
  color: var(--white);
  background: #205791;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 54px);
  width: min(100%, var(--max-width));
  margin: 58px auto 0;
}
.person { margin: 0; }
.person img {
  width: 75%;
  aspect-ratio: 1;
  margin-inline: auto;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgb(22 44 68 / 13%);
  filter: grayscale(1);
  object-fit: cover;
  transition: filter .3s ease, transform .3s ease;
}
.person:hover img { filter: grayscale(0); transform: translateY(-5px); }
.motion-ready .person:hover [data-reveal="person"].is-revealed { transform: translateY(-5px) scale(1); }
.person h3 {
  margin: 20px 0 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.references-section {
  padding: 0;
  color: var(--white);
  background: var(--navy);
}
.latest-project {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  padding: clamp(72px, 9vw, 130px) max(clamp(24px, 6vw, 90px), calc((100vw - var(--max-width)) / 2));
  background: #243a65;
}
.latest-project h2 { color: var(--white); }
.latest-project img { width: min(100%, 390px); justify-self: center; }
.latest-project blockquote {
  margin: 32px 0;
  padding-left: 26px;
  color: rgb(255 255 255 / 88%);
  border-left: 3px solid var(--turquoise);
  font-size: clamp(20px, 2.1vw, 29px);
  font-weight: 300;
  line-height: 1.45;
}
.quote-author { display: grid; gap: 2px; }
.quote-author strong { color: var(--white); font-family: "Segoe UI", sans-serif; font-size: 18px; }
.quote-author span { color: rgb(255 255 255 / 72%); }
.reference-wall {
  padding: clamp(68px, 8vw, 110px) clamp(24px, 6vw, 90px);
  background: var(--navy);
}
.reference-wall > .kicker { width: min(100%, var(--max-width)); margin-inline: auto; color: var(--turquoise); }
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  width: min(100%, var(--max-width));
  margin: 34px auto 0;
}
.logo-grid img {
  width: 100%;
  height: 120px;
  padding: 22px;
  background: transparent;
  border: 1px solid transparent;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .82;
  transition: opacity .25s ease;
}
.logo-grid img:hover { opacity: 1; }

.ai-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  color: var(--white);
}
.ai-intro-copy { max-width: 680px; }
.ai-intro-copy > p:not(.kicker) { margin: 0 0 20px; }
.ai-intro-copy > p:last-child { margin-bottom: 0; }
.ai-pictogram-grid { display: grid; gap: 16px; }
.ai-pictogram-grid article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-left: 4px solid var(--turquoise);
}
.ai-pictogram-grid img {
  grid-row: 1 / span 2;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.ai-pictogram-grid h3 {
  margin: 2px 0 8px;
  color: var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 500;
  line-height: 1.22;
}
.ai-pictogram-grid p { margin: 0; color: rgb(255 255 255 / 82%); line-height: 1.5; }

.ai-journey {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 120px);
  color: var(--white);
  background: var(--navy);
}
.ai-journey-copy { max-width: 680px; }
.ai-journey-copy > p { margin: 0 0 20px; color: rgb(255 255 255 / 82%); }
.ai-journey-copy > p:last-child { margin-bottom: 0; }
.ai-journey-copy .ai-journey-summary {
  margin-top: 28px;
  padding-left: 20px;
  color: var(--turquoise);
  border-left: 3px solid var(--turquoise);
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 300;
  line-height: 1.4;
}
.ai-pictogram-grid-dark article {
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-left: 4px solid var(--turquoise);
}
.ai-pictogram-grid-dark h3 { color: var(--turquoise); }
.ai-pictogram-grid-dark p { color: rgb(255 255 255 / 78%); }
.section-cta {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--medium-blue);
  border: 2px solid var(--medium-blue);
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}
.section-cta:hover { background: var(--navy); border-color: var(--navy); }
.section-cta:focus-visible { outline: 3px solid var(--turquoise); outline-offset: 3px; }
.section-cta-light {
  color: var(--navy);
  background: var(--turquoise);
  border-color: var(--turquoise);
}
.section-cta-light:hover { color: var(--white); }

.cases-section { color: var(--navy); background: #eef7fa; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: min(100%, var(--max-width));
  margin: 58px auto 0;
}
.case-grid article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px 28px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
  box-shadow: 0 16px 45px rgb(22 44 68 / 8%);
}
.case-grid img { grid-row: 1 / span 3; width: 100px; height: 100px; object-fit: contain; }
.case-grid h3 { margin: 0; font-family: "Segoe UI", sans-serif; font-size: 25px; font-weight: 400; }
.case-grid p { margin: 0; color: var(--deep-blue); }
.text-button {
  width: fit-content;
  padding: 4px 0;
  color: var(--medium-blue);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--turquoise);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.powered-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(82px, 11vw, 155px) clamp(24px, 6vw, 90px);
  background:
    linear-gradient(90deg, rgb(11 28 44 / 96%) 0%, rgb(22 44 68 / 86%) 48%, rgb(22 44 68 / 38%) 100%),
    linear-gradient(0deg, rgb(11 28 44 / 72%) 0%, transparent 55%),
    url("/assets/iStock-992710066-scaled.jpg") 68% center / cover no-repeat;
}
.powered-content { position: relative; z-index: 1; width: min(100%, 730px); }
.powered-content > img { width: 86px; height: 86px; margin-bottom: 28px; border: 4px solid var(--white); border-radius: 50%; }
.powered-content > p:not(.kicker) { color: rgb(255 255 255 / 78%); }
.contact-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 13px 20px;
  color: var(--navy);
  background: var(--turquoise);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr .8fr;
  gap: clamp(28px, 5vw, 72px);
  padding: 62px clamp(24px, 6vw, 90px);
  color: rgb(255 255 255 / 73%);
  background: var(--dark-surface);
  font-size: 15px;
}
.site-footer > div img { width: 62px; margin-bottom: 18px; }
.site-footer p { max-width: 340px; }
.site-footer address { font-style: normal; }
.site-footer address strong { display: block; margin-bottom: 12px; color: var(--white); font-family: "Segoe UI", sans-serif; text-transform: uppercase; }
.footer-office-flag {
  width: 32px;
  height: 21px;
  margin-bottom: 14px;
  border: 1px solid rgb(255 255 255 / 22%);
  box-shadow: 0 4px 12px rgb(0 0 0 / 22%);
  object-fit: cover;
}
.site-footer a { text-underline-offset: 3px; }

.contact-dialog {
  width: min(780px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: clamp(24px, 3vw, 36px);
  color: var(--navy);
  background: var(--white);
  border: 0;
  box-shadow: var(--shadow);
}
.contact-dialog::backdrop { background: rgb(5 20 34 / 80%); backdrop-filter: blur(4px); }
.contact-dialog h2 {
  margin: 0 48px 8px 0;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(27px, 3.5vw, 38px);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact-dialog > p:not(.kicker) { margin: 0 0 18px; color: var(--deep-blue); }
.contact-form { display: grid; gap: 12px; }
.contact-form label {
  display: grid;
  gap: 5px;
  color: var(--deep-blue);
  font-weight: 700;
}
.contact-form label > span { font-weight: 400; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 9px 12px;
  color: var(--navy);
  background: #f7fafb;
  border: 1px solid #c8d9e0;
  border-radius: 2px;
  font: inherit;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--bright-blue);
  outline: 3px solid rgb(145 199 220 / 35%);
  outline-offset: 1px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent-field {
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 15px;
  font-weight: 400 !important;
}
.contact-form .consent-field input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--medium-blue); }
.contact-submit {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-self: start;
  padding: 11px 18px;
  color: var(--navy);
  background: var(--turquoise);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contact-submit:disabled { cursor: wait; opacity: .6; }
.form-status { margin: 0; color: var(--deep-blue); font-weight: 700; }
.form-status:empty { display: none; }
.form-status.is-error { color: #9a2f2f; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.case-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: min(80vh, 800px);
  padding: clamp(30px, 5vw, 60px);
  color: var(--navy);
  background: var(--white);
  border: 0;
  box-shadow: var(--shadow);
}
.case-dialog::backdrop { background: rgb(5 20 34 / 76%); backdrop-filter: blur(4px); }
.case-dialog h2 { margin: 0 0 24px; font-family: "Segoe UI", sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 300; line-height: 1.2; text-transform: uppercase; }
.case-dialog li + li { margin-top: 12px; }
.dialog-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--light-blue);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.subpage-hero {
  display: grid;
  min-height: 70svh;
  padding: clamp(150px, 16vw, 220px) max(clamp(24px, 6vw, 90px), calc((100vw - var(--max-width)) / 2)) clamp(78px, 9vw, 125px);
  align-items: end;
  background:
    radial-gradient(circle at 82% 28%, rgb(102 226 224 / 16%), transparent 25%),
    linear-gradient(135deg, #101f33, var(--navy) 58%, var(--deep-blue));
}
.subpage-hero > div { max-width: 900px; }
.subpage-hero h1 {
  margin: 0 0 28px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.04;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.subpage-hero p:not(.kicker) { max-width: 780px; margin: 0 0 18px; color: rgb(255 255 255 / 80%); font-size: clamp(18px, 1.8vw, 22px); }
.technology-overview { color: var(--white); background: #243a65; }
.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, var(--max-width));
  margin: 58px auto 0;
}
.technology-grid article { padding: clamp(28px, 4vw, 48px); background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 14%); border-top: 3px solid var(--turquoise); }
.technology-grid img { width: 72px; height: 72px; margin-bottom: 28px; object-fit: contain; }
.technology-grid h3 { margin: 0 0 14px; color: var(--turquoise); font-family: "Segoe UI", sans-serif; font-size: clamp(22px, 2.2vw, 29px); font-weight: 300; }
.technology-grid p { margin: 0; color: rgb(255 255 255 / 82%); }
.case-feature {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding: clamp(78px, 10vw, 140px) max(clamp(24px, 6vw, 90px), calc((100vw - var(--max-width)) / 2));
  color: var(--white);
  background: #243a65;
}
.case-feature h2 { margin: 0; font-family: "Segoe UI", sans-serif; font-size: clamp(32px, 4.5vw, 62px); font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.case-feature blockquote { margin: 34px 0; padding-left: 26px; color: rgb(255 255 255 / 84%); border-left: 3px solid var(--turquoise); font-size: clamp(20px, 2.1vw, 29px); font-weight: 300; line-height: 1.45; }
.case-feature .quote-author strong { color: var(--white); }
.case-feature .quote-author span { color: rgb(255 255 255 / 72%); }
.case-feature > img { width: min(100%, 340px); justify-self: center; }
.case-stories { color: var(--navy); background: var(--white); }
.case-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; width: min(100%, var(--max-width)); margin: 58px auto 0; }
.case-story-grid article { padding: clamp(28px, 4vw, 46px); background: #f7fafb; border: 1px solid rgb(22 44 68 / 12%); border-left: 4px solid var(--turquoise); }
.case-story-grid img { width: 110px; height: 70px; margin-bottom: 26px; object-fit: contain; object-position: left center; }
.case-story-grid h3 { margin: 0 0 16px; color: var(--medium-blue); font-family: "Segoe UI", sans-serif; font-size: clamp(22px, 2.2vw, 29px); font-weight: 400; }
.case-story-grid p { color: var(--deep-blue); }
.cases-reference-wall { color: var(--white); background: var(--navy); }
.subpage-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; color: var(--navy); background: var(--white); }
.subpage-cta > div { max-width: 780px; }
.subpage-cta h2 { margin: 0 0 20px; font-family: "Segoe UI", sans-serif; font-size: clamp(30px, 4vw, 54px); font-weight: 300; line-height: 1.12; text-transform: uppercase; }
.subpage-cta p:not(.kicker) { color: var(--deep-blue); font-size: 19px; }

.services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: end;
  min-height: 82svh;
  padding: clamp(150px, 16vw, 220px) max(clamp(24px, 6vw, 90px), calc((100vw - var(--max-width)) / 2)) clamp(78px, 9vw, 125px);
  background:
    radial-gradient(circle at 82% 28%, rgb(102 226 224 / 16%), transparent 25%),
    linear-gradient(135deg, #101f33, var(--navy) 58%, var(--deep-blue));
}
.services-hero-copy { max-width: 790px; }
.services-hero > *,
.service-detail > *,
.delivery-capabilities > *,
.services-cta > * { min-width: 0; }
.services-hero h1 {
  margin: 0 0 30px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(38px, 5.8vw, 76px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.04;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.services-hero-copy > p:not(.kicker) { max-width: 740px; margin: 0 0 18px; color: rgb(255 255 255 / 80%); font-size: clamp(18px, 1.7vw, 22px); }
.service-index { display: grid; border-top: 1px solid rgb(255 255 255 / 20%); }
.service-index a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 4px;
  color: rgb(255 255 255 / 80%);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  text-decoration: none;
}
.service-index a:hover,
.service-index a:focus-visible { color: var(--turquoise); }
.service-index a:focus-visible { outline: 2px solid var(--turquoise); outline-offset: 3px; }
.service-index span { color: var(--turquoise); font-size: 12px; font-weight: 800; letter-spacing: .12em; }

.service-detail {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  padding: clamp(80px, 10vw, 145px) max(clamp(24px, 6vw, 90px), calc((100vw - var(--max-width)) / 2));
}
.service-icon {
  display: grid;
  width: clamp(130px, 15vw, 190px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .95;
}
.service-icon img { width: 58%; height: 58%; object-fit: contain; }
.service-copy { max-width: 930px; }
.service-copy h2,
.delivery-capabilities h2,
.services-cta h2 {
  margin: 0 0 24px;
  font-family: "Segoe UI", sans-serif;
  font-size: clamp(31px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-transform: uppercase;
}
.service-lead { max-width: 800px; margin: 0 0 24px; font-size: clamp(20px, 2vw, 27px); font-weight: 300; line-height: 1.45; }
.service-copy > p:not(.kicker):not(.service-lead):not(.service-statement) { max-width: 820px; }
.service-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px clamp(30px, 5vw, 72px);
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.service-copy li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid currentColor; }
.service-copy li::before { position: absolute; top: 17px; left: 0; width: 7px; height: 7px; background: var(--turquoise); border-radius: 50%; content: ""; }
.service-journey { display: grid; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgb(22 44 68 / 16%); }
.service-journey li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 14px 4px; border-bottom: 1px solid rgb(22 44 68 / 16%); }
.service-journey span { color: var(--medium-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-statement { margin: 38px 0 0; padding: 20px 0 20px 24px; color: inherit; border-left: 3px solid var(--turquoise); font-family: "Segoe UI", sans-serif; font-size: clamp(19px, 2vw, 25px); font-weight: 300; }
.service-light { color: var(--navy); background: var(--white); }
.service-light .service-icon { color: rgb(36 58 101 / 24%); background: #f7fafb; }
.service-light .service-copy li { color: var(--deep-blue); border-color: rgb(22 44 68 / 15%); }
.service-blue { color: var(--white); background: #205791; }
.service-navy { color: var(--white); background: #243a65; }
.service-blue .service-icon,
.service-navy .service-icon { color: rgb(255 255 255 / 24%); }
.service-blue .service-copy li,
.service-navy .service-copy li { color: rgb(255 255 255 / 84%); border-color: rgb(255 255 255 / 16%); }

.delivery-capabilities {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 120px);
  color: var(--white);
  background: var(--navy);
}
.delivery-intro { max-width: 560px; }
.delivery-intro > p:not(.kicker) { color: rgb(255 255 255 / 78%); font-size: 19px; }
.delivery-flow { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 18%); }
.delivery-flow li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 15px 4px; border-bottom: 1px solid rgb(255 255 255 / 18%); font-size: 18px; }
.delivery-flow span { color: var(--turquoise); font-size: 12px; font-weight: 800; letter-spacing: .12em; }

.services-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: end;
  color: var(--navy);
  background: var(--white);
}
.services-cta > div:first-child { max-width: 820px; }
.services-cta > div:first-child > p:not(.kicker) { max-width: 760px; color: var(--deep-blue); font-size: 19px; }
.services-cta-actions { display: grid; gap: 18px; justify-items: start; }
.services-cta-actions .text-button { font-weight: 800; }

.not-found {
  display: grid;
  min-height: 100svh;
  padding: 40px 24px;
  place-content: center;
  justify-items: start;
  background:
    radial-gradient(circle at 75% 25%, rgb(102 226 224 / 18%), transparent 30%),
    linear-gradient(135deg, #101f33, var(--navy) 55%, var(--deep-blue));
}
.not-found > img { width: 90px; margin-bottom: 30px; border: 4px solid var(--white); border-radius: 50%; }
.not-found h1 { margin: 0; font-family: "Segoe UI", sans-serif; font-size: clamp(38px, 7vw, 76px); font-weight: 300; text-transform: uppercase; }
.not-found > p:not(.kicker) { color: rgb(255 255 255 / 74%); font-size: 19px; }

@media (max-width: 880px) {
  .nav-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 10px;
    place-content: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 50%;
  }
  .nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--white); }
  .main-nav {
    position: absolute;
    inset: 78px 0 auto;
    display: none;
    align-items: stretch;
    padding: 22px clamp(20px, 4vw, 64px) 30px;
    background: var(--navy);
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 10px 0; }
  .language-switcher { grid-template-columns: repeat(2, auto); min-width: 0; }
  .services-hero { grid-template-columns: 1fr; min-height: auto; }
  .technology-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-feature,
  .subpage-cta { grid-template-columns: 1fr; }
  .case-feature > img { justify-self: start; }
  .service-index { max-width: 640px; }
  .service-detail { grid-template-columns: 120px minmax(0, 1fr); gap: 32px; }
  .service-icon { width: 110px; }
  .delivery-capabilities,
  .services-cta { grid-template-columns: 1fr; }
  .hero h1 span { white-space: normal; }
  .speciality-grid { grid-template-columns: 1fr; }
  .speciality-card,
  .speciality-card:first-child,
  .speciality-card:last-child {
    grid-column: 1;
    padding: 32px 0;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-left: 0;
  }
  .speciality-card:nth-child(4),
  .speciality-card:nth-child(5) {
    grid-column: 1;
    margin-top: 0;
    padding: 32px 0;
  }
  .approach { grid-template-columns: 1fr; }
  .enterprise-crm-intro { grid-template-columns: 1fr; gap: 34px; }
  .enterprise-crm-intro > .kicker { grid-column: auto; margin-bottom: -22px; }
  .agentic-layout { grid-template-columns: 1fr; gap: 36px; }
  .agentic-copy { max-width: 720px; }
  .ai-teaser { grid-template-columns: 100px minmax(0, 1fr); }
  .ai-teaser > img { width: 100px; height: 100px; }
  .responsible-ai { grid-template-columns: 1fr; }
  .responsible-ai-copy { max-width: 760px; }
  .approach-image { display: none; }
  .approach-copy { padding: clamp(48px, 8vw, 72px) clamp(24px, 6vw, 48px); }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article,
  .value-grid article:first-child { padding: 28px 0; border-top: 1px solid rgb(255 255 255 / 24%); border-left: 0; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .latest-project,
  .ai-intro,
  .ai-journey { grid-template-columns: 1fr; }
  .latest-project img { width: min(70%, 360px); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .case-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .site-header { min-height: 68px; }
  section[id] { scroll-margin-top: 68px; }
  .brand img { width: 46px; height: 46px; }
  .main-nav { top: 68px; }
  .hero {
    padding-top: 110px;
    background-position: center, center, 56% center;
  }
  .hero h1 { font-size: clamp(27px, 9vw, 40px); }
  .approach-item { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
  .approach-item > img { width: 46px; height: 46px; }
  .team-grid { grid-template-columns: 1fr; }
  .ai-teaser { grid-template-columns: 1fr; justify-items: start; }
  .ai-teaser > img { width: 82px; height: 82px; }
  .enterprise-crm-grid { grid-template-columns: 1fr; }
  .enterprise-crm-grid article { grid-template-columns: 54px minmax(0, 1fr); padding: 24px 18px; gap: 16px; }
  .enterprise-crm-grid img { width: 54px; height: 54px; }
  .services-hero { padding-top: 125px; }
  .subpage-hero { min-height: auto; padding-top: 125px; }
  .technology-grid,
  .case-story-grid { grid-template-columns: 1fr; }
  .services-hero h1 { font-size: clamp(34px, 11vw, 48px); }
  .service-detail { grid-template-columns: 1fr; }
  .service-icon { width: 90px; }
  .service-copy ul { grid-template-columns: 1fr; }
  .delivery-flow li { font-size: 16px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid img { height: 96px; padding: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .ai-pictogram-grid article { grid-template-columns: 54px minmax(0, 1fr); padding: 20px 16px; column-gap: 16px; }
  .ai-pictogram-grid img { width: 54px; height: 54px; }
  .responsible-ai-grid { grid-template-columns: 1fr; }
  .responsible-ai-grid article { min-height: 0; }
  .case-grid article { grid-template-columns: 70px 1fr; padding: 24px 18px; }
  .case-grid img { width: 70px; height: 70px; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; clip-path: none !important; transform: none !important; }
}
