@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap');

:root {
  --blue: #2DB5DA;
  --cobalt: #0072BC;
  --sky: #368DCB;
  --grey: #939598;
  --dark: #303036;
  --ink: #17202a;
  --muted: #66717d;
  --line: rgba(48, 48, 54, .12);
  --soft: #f2f8fb;
  --white: #ffffff;
  --container: min(1220px, calc(100vw - 48px));
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 28px 80px rgba(13, 49, 72, .12);
  --header-height: 112px;
  font-family: 'Exo 2', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  border: 0;
}

::selection {
  background: rgba(45, 181, 218, .24);
  color: var(--dark);
}

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

.section {
  padding: 112px 0;
  position: relative;
}

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

.section--dark {
  color: #fff;
  background: #061c2d;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cobalt);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #8ee1f4;
}

.display-title {
  margin: 0;
  max-width: 720px;
  color: var(--dark);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .98;
}

.lead {
  font-size: clamp(1.16rem, 1.6vw, 1.4rem);
  line-height: 1.65;
  color: #34424f;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cobalt), var(--blue));
  color: #fff;
  font-weight: 650;
  letter-spacing: .01em;
  box-shadow: 0 14px 34px rgba(0, 114, 188, .22);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 114, 188, .3);
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: .85rem;
}

.button--light {
  color: #07314d;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.button--outline {
  color: var(--cobalt);
  border: 1px solid rgba(0, 114, 188, .35);
  background: transparent;
  box-shadow: none;
}

.button--outline:hover {
  color: #fff;
  background: var(--cobalt);
}

.button--outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  background: transparent;
  box-shadow: none;
}

.button--outline-light:hover {
  background: rgba(255, 255, 255, .12);
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cobalt);
  font-weight: 650;
}

.text-link svg {
  transition: transform .2s ease;
}

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

.text-link--light {
  color: #fff;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--dark);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.icon-button:hover {
  color: var(--cobalt);
  background: rgba(0, 114, 188, .08);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(48, 48, 54, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(7, 39, 61, .08);
}

.utility-bar {
  height: 34px;
  color: rgba(255, 255, 255, .78);
  background: #061c2d;
  font-size: .72rem;
}

.utility-bar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-switcher,
.utility-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.company-switcher>span {
  color: #88a9bb;
}

.company-switcher a,
.utility-links a,
.utility-links button {
  position: relative;
  color: rgba(255, 255, 255, .74);
  background: transparent;
  cursor: pointer;
}

.company-switcher a.is-active,
.company-switcher a:hover,
.utility-links a:hover {
  color: #fff;
}

.company-switcher a.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--blue);
}

.utility-links button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.main-nav {
  height: 78px;
}

.main-nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 176px;
}

.brand-logo>img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand-logo>span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-logo strong {
  color: var(--cobalt);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.brand-logo small {
  margin-top: 4px;
  color: var(--dark);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .23em;
}

.brand-logo--official {
  width: 210px;
  min-width: 210px;
}

.brand-logo--official img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.brand-logo--light strong,
.brand-logo--light small {
  color: #fff;
}

.brand-logo--light>img {
  filter: brightness(0) invert(1);
}

.desktop-nav {
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: stretch;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-item>a {
  height: 100%;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #34424f;
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}

.nav-item>a:hover,
.nav-item>a.is-active {
  color: var(--cobalt);
}

.nav-item>a.is-active {
  box-shadow: inset 0 -2px var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border-radius: 50%;
  color: var(--dark);
  background: rgba(0, 114, 188, .08);
}

.scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cobalt), var(--blue));
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.mega-menu {
  position: absolute;
  top: 110px;
  left: 50%;
  width: min(960px, calc(100vw - 56px));
  padding: 34px;
  display: grid;
  grid-template-columns: .8fr 1.5fr;
  gap: 34px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--line);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 30px 70px rgba(8, 37, 56, .17);
  transform: translateX(-50%);
}

.mega-menu__intro {
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, #07263c, #0072bc);
  border-radius: 18px;
}

.mega-menu__intro small {
  color: #aee8f5;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mega-menu__intro h3 {
  margin: 12px 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

.mega-menu__intro p {
  color: rgba(255, 255, 255, .74);
  line-height: 1.55;
}

.mega-menu__intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-weight: 650;
}

.mega-menu__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 5px 20px;
}

.mega-menu__links a {
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(48, 48, 54, .08);
  color: #42505d;
  font-size: .86rem;
}

.mega-menu__links a:hover {
  color: var(--cobalt);
}

/* Search */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: start center;
  padding-top: 8vh;
}

.search-overlay__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 17, 28, .76);
  backdrop-filter: blur(10px);
}

.search-panel {
  position: relative;
  width: min(780px, calc(100vw - 32px));
  max-height: 80vh;
  padding: 20px;
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .3);
  animation: searchIn .3s ease both;
}

@keyframes searchIn {
  from {
    opacity: 0;
    transform: translateY(-18px) scale(.98);
  }
}

.search-panel__top {
  display: flex;
  gap: 12px;
}

.search-field {
  flex: 1;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 114, 188, .18);
  border-radius: 15px;
  background: #f5fafc;
}

.search-field svg {
  color: var(--cobalt);
}

.search-field input {
  width: 100%;
  min-height: 54px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
}

.search-panel__meta {
  padding: 16px 6px 10px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: .75rem;
}

kbd {
  padding: 3px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7f7f7;
}

.search-results {
  display: grid;
  gap: 4px;
}

.search-result {
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 13px;
  transition: background .2s ease;
}

.search-result:hover {
  background: var(--soft);
}

.search-result span {
  display: grid;
  gap: 4px;
}

.search-result small {
  color: var(--muted);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.search-result strong {
  font-weight: 600;
}

.search-result svg {
  color: var(--cobalt);
}

.search-empty {
  padding: 36px;
  color: var(--muted);
  text-align: center;
}

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1800;
  visibility: hidden;
  pointer-events: none;
}

.mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(2, 17, 28, .66);
  backdrop-filter: blur(8px);
  transition: opacity .3s ease;
}

.mobile-drawer.is-open .mobile-drawer__backdrop {
  opacity: 1;
}

.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}

.mobile-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-company-switcher {
  margin: 18px 0;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--soft);
  border-radius: 12px;
}

.mobile-company-switcher a {
  padding: 10px;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
}

.mobile-nav {
  flex: 1;
  overflow-y: auto;
  border-top: 1px solid var(--line);
}

.mobile-nav details {
  border-bottom: 1px solid var(--line);
}

.mobile-nav summary {
  padding: 17px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

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

.mobile-nav details[open] summary svg {
  transform: rotate(180deg);
}

.mobile-nav details>a {
  padding: 10px 12px;
  display: block;
  color: var(--muted);
  font-size: .86rem;
}

.mobile-nav details>a:hover {
  color: var(--cobalt);
}

.mobile-nav .mobile-overview-link {
  color: var(--cobalt);
  font-weight: 650;
}

/* Hero */
.hero {
  position: relative;
  height: auto;
  min-height: auto;
  /* padding-top: var(--header-height); */
  padding-bottom: clamp(24px, 4vh, 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: #061c2d;
}

.hero__video {
  position: absolute;
  inset: -30px 0;
  width: 100%;
  height: calc(100% + 60px);
  object-fit: cover;
  transform: translateY(var(--hero-shift, 0));
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 17, 28, .86) 0%, rgba(2, 17, 28, .64) 47%, rgba(2, 17, 28, .17) 100%), linear-gradient(0deg, rgba(2, 17, 28, .55), transparent 52%);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  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: 92px 92px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(88px, 14vh, 150px) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.hero__copy {
  max-width: 820px;
  animation: heroCopy .9s .08s ease both;
}

@keyframes heroCopy {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bdeefa;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 24px;
  max-width: 920px;
  font-size: clamp(3.35rem, 6.8vw, 7.2rem);
  font-weight: 300;
  letter-spacing: -.065em;
  line-height: .94;
}

.hero__copy>p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero__signal {
  width: 230px;
  align-self: flex-end;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero__signal-ring {
  position: relative;
  flex: 0 0 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
}

.hero__signal-ring::before,
.hero__signal-ring::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(45, 181, 218, .55);
  border-radius: 50%;
  animation: signal 2.4s ease-out infinite;
}

.hero__signal-ring::after {
  animation-delay: 1.2s;
}

.hero__signal-ring span {
  position: absolute;
  inset: 20px;
  background: #fff;
  border-radius: 50%;
}

@keyframes signal {
  0% {
    transform: scale(.65);
    opacity: 1;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

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

.hero__signal small {
  color: rgba(255, 255, 255, .55);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero__signal strong {
  margin-top: 5px;
  font-size: .78rem;
  line-height: 1.45;
}

.hero__bottom {
  position: relative;
  z-index: 2;
  margin-top: clamp(36px, 5vh, 56px);
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__microstats {
  display: flex;
  gap: 1px;
}

.hero__microstats>div {
  width: 170px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
}

.hero__microstats>div:first-child {
  border-radius: 14px 0 0 14px;
}

.hero__microstats>div:last-child {
  border-radius: 0 14px 14px 0;
}

.hero__microstats strong,
.hero__microstats span {
  display: block;
}

.hero__microstats strong {
  font-size: 1.05rem;
}

.hero__microstats span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .58);
  font-size: .66rem;
  line-height: 1.3;
}

.video-control {
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .76);
  background: rgba(2, 17, 28, .28);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: .72rem;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

/* Home sections */
.intro-image{
    margin-top:40px;
    width:100%;
   
}

.intro-image img{
    width:100%;
    display:block;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}


.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
  align-items: start;
}

.intro-copy {
  padding-top: 34px;
}

.intro-copy p:not(.lead) {
  color: var(--muted);
  line-height: 1.8;
}

.intro-copy .text-link {
  margin-top: 18px;
}

.section-heading {
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}

.section-heading>div {
  max-width: 760px;
}

.section-heading h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.section-heading>p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading--light h2 {
  color: #fff;
}

.section-heading--light>p {
  color: rgba(255, 255, 255, .62);
}

.feature-grid {
  display: grid;
  gap: 22px;
}

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

.feature-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1);
}

.feature-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 17, 28, .88), rgba(2, 17, 28, .05) 70%);
}

.feature-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 34px;
  color: #fff;
}

.feature-card__content>span {
  color: #9de5f4;
  font-size: .71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.feature-card h3 {
  margin: 11px 0 8px;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 400;
}

.feature-card p {
  max-width: 480px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.6;
}

.feature-card strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: .85rem;
}

.feature-card:hover img {
  transform: scale(1.055);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.capability-card {
  position: relative;
  min-height: 290px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.spotlight-card::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  left: calc(var(--x, 50%) - 130px);
  top: calc(var(--y, 50%) - 130px);
  opacity: 0;
  background: radial-gradient(circle, rgba(45, 181, 218, .18), transparent 68%);
  transition: opacity .25s ease;
  pointer-events: none;
}

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

.capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 114, 188, .28);
  box-shadow: 0 22px 50px rgba(6, 58, 88, .11);
}

.capability-card__icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--cobalt);
  background: rgba(45, 181, 218, .12);
  border-radius: 14px;
}

.capability-card h3 {
  position: relative;
  margin: auto 0 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

.capability-card p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}

.capability-card__arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--grey);
}

.split-layout {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 80px;
  align-items: center;
}

.split-layout__media {
  position: relative;
}

.split-layout__media>img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 24px;
}

.media-chip {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: rgba(4, 29, 46, .68);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  backdrop-filter: blur(16px);
}

.media-chip svg {
  color: #8ee1f4;
}

.media-chip span {
  display: grid;
  gap: 3px;
}

.media-chip small {
  color: rgba(255, 255, 255, .6);
}

.split-layout__content h2 {
  margin: 0 0 24px;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.split-layout__content>p {
  color: rgba(255, 255, 255, .64);
  line-height: 1.75;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .8);
}

.check-list svg {
  width: 19px;
  color: #79dbef;
}

.stats-section {
  padding: 0 0 112px;
  background: #061c2d;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  overflow: hidden;
}

.stat-card {
  padding: 38px 30px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card strong {
  display: block;
  color: #9be4f4;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 300;
  letter-spacing: -.04em;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: .82rem;
}

.sustainability-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  overflow: hidden;
  background: var(--soft);
  border-radius: 28px;
}

.sustainability-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainability-panel__content {
  padding: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainability-panel__content h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.sustainability-panel__content>p {
  color: var(--muted);
  line-height: 1.75;
}

.mini-pill-grid {
  margin: 20px 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mini-pill-grid span {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #35505f;
  background: #fff;
  border-radius: 10px;
  font-size: .78rem;
}

.mini-pill-grid svg {
  color: var(--cobalt);
}

.global-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.global-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.global-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.global-copy .button {
  margin-top: 20px;
}

.global-map img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

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

.editorial-card {
  overflow: hidden;
  display: block;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.editorial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(6, 58, 88, .1);
}

.editorial-card__visual {
  height: 220px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(145deg, rgba(45, 181, 218, .16), rgba(0, 114, 188, .85)), url('/assets/images/news-insights.webp') center/cover;
}

.editorial-card__visual span {
  color: rgba(255, 255, 255, .9);
  font-size: 3rem;
  font-weight: 300;
}

.editorial-card>div:last-child {
  padding: 26px;
}

.editorial-card small {
  color: var(--cobalt);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.editorial-card h3 {
  min-height: 83px;
  margin: 12px 0 22px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}

.editorial-card strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
}

.careers-strip {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #0072bc, #2db5da);
}

.careers-strip::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  top: -360px;
  right: -100px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, .035), 0 0 0 180px rgba(255, 255, 255, .025);
}

.careers-strip__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.careers-strip h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.05;
}

/* Inner pages */
.inner-page {
  padding-top: var(--header-height);
}

.inner-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #061c2d;
}

.inner-hero__media {
  position: absolute;
  inset: 0;
}

.inner-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero__media>div {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 17, 28, .9) 0%, rgba(2, 17, 28, .7) 48%, rgba(2, 17, 28, .26) 100%), linear-gradient(0deg, rgba(2, 17, 28, .4), transparent);
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 110px 80px;
}

.breadcrumbs {
  margin-bottom: 58px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  text-transform: capitalize;
}

.breadcrumbs span {
  display: flex;
  gap: 9px;
}

.breadcrumbs i {
  font-style: normal;
  color: rgba(255, 255, 255, .24);
}

.breadcrumbs a:hover {
  color: #fff;
}

.inner-hero h1 {
  max-width: 940px;
  margin: 18px 0 20px;
  font-size: clamp(3.1rem, 6vw, 6.7rem);
  font-weight: 300;
  letter-spacing: -.06em;
  line-height: .95;
}

.inner-hero__content>p {
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.inner-hero__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.detail-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.detail-intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.3vw, 4.5rem);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.detail-intro p:not(.lead) {
  color: var(--muted);
  line-height: 1.75;
}

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

.subpage-card {
  min-height: 200px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  border: 1px solid rgba(0, 114, 188, .12);
  border-radius: 18px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.subpage-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 114, 188, .32);
  box-shadow: 0 18px 40px rgba(6, 58, 88, .09);
}

.subpage-card>span {
  color: var(--blue);
  font-size: .75rem;
  font-weight: 700;
}

.subpage-card h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
  font-weight: 550;
}

.subpage-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}

.subpage-card>svg {
  color: var(--grey);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.product-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.detail-split {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 80px;
  align-items: center;
}

.detail-split__media img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.detail-split__content h2 {
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.benefit-list {
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 17px;
  list-style: none;
}

.benefit-list li {
  display: flex;
  gap: 12px;
  color: #4e5d69;
  line-height: 1.55;
}

.benefit-list svg {
  flex: 0 0 22px;
  color: var(--cobalt);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.process-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}

.process-card>svg {
  color: #8ee1f4;
}

.process-card>span {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(255, 255, 255, .25);
  font-size: .78rem;
}

.process-card h3 {
  margin: 110px 0 10px;
  font-size: 1.45rem;
  font-weight: 500;
}

.process-card p {
  color: rgba(255, 255, 255, .58);
  font-size: .88rem;
  line-height: 1.65;
}

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

.proof-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.proof-card svg {
  color: var(--cobalt);
}

.proof-card h3 {
  margin: 34px 0 10px;
  font-size: 1.25rem;
  font-weight: 550;
}

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

.simple-hero {
  padding: 130px 0 100px;
  color: #fff;
  background: linear-gradient(135deg, #061c2d, #0072bc);
}

.simple-hero h1 {
  margin: 18px 0;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  letter-spacing: -.06em;
}

.simple-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .7);
  font-size: 1.15rem;
  line-height: 1.7;
}

/* Contact */
.contact-hero {
  padding: 120px 0 100px;
  color: #fff;
  background: linear-gradient(135deg, #061c2d 0%, #075b8a 100%);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 80px;
  align-items: end;
}

.contact-hero h1 {
  margin: 20px 0;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -.06em;
}

.contact-hero p {
  max-width: 690px;
  color: rgba(255, 255, 255, .7);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-hero__cards {
  display: grid;
  gap: 10px;
}

.contact-hero__cards>* {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

.contact-hero__cards svg {
  color: #8ee1f4;
}

.contact-hero__cards span {
  display: grid;
  gap: 4px;
}

.contact-hero__cards small {
  color: rgba(255, 255, 255, .52);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-hero__cards strong {
  font-size: .9rem;
  font-weight: 500;
}

.contact-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 150px;
}

.contact-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.contact-copy>p {
  color: var(--muted);
  line-height: 1.75;
}

.contact-note {
  margin-top: 30px;
  padding: 18px;
  display: flex;
  gap: 12px;
  color: #325368;
  background: var(--soft);
  border-radius: 14px;
}

.contact-note svg {
  flex: 0 0 20px;
  color: var(--cobalt);
}

.contact-note div {
  display: grid;
  gap: 4px;
}

.contact-note span {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.4;
}

.contact-form {
  padding: 34px;
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #40505c;
  font-size: .78rem;
  font-weight: 650;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  border: 1px solid rgba(48, 48, 54, .14);
  outline: 0;
  border-radius: 11px;
  background: #fbfdfe;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(45, 181, 218, .12);
}

.checkbox-label {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  font-weight: 400 !important;
}

.checkbox-label input {
  width: 18px;
  margin-top: 1px;
}

.form-success {
  min-height: 530px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #061c2d, #0072bc);
}

.form-success svg {
  color: #8ee1f4;
}

.form-success h2 {
  margin: 24px 0 8px;
  font-size: 3.2rem;
  font-weight: 300;
}

.form-success p {
  max-width: 540px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

.form-success .button {
  margin-top: 20px;
  color: #07314d;
  background: #fff;
}

/* Sitemap */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

.sitemap-column {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.sitemap-column h2 {
  margin: 0 0 16px;
  color: var(--cobalt);
  font-size: 1.6rem;
  font-weight: 500;
}

.sitemap-home {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}

.sitemap-column ul {
  margin: 0;
  padding-left: 18px;
}

.sitemap-column li {
  margin: 8px 0;
  color: #4f5e6a;
  font-size: .82rem;
  line-height: 1.35;
}

.sitemap-column li::marker {
  color: var(--blue);
}

.sitemap-column a:hover {
  color: var(--cobalt);
}

.sitemap-column ul ul {
  margin-top: 8px;
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, .72);
  background: #041723;
}

.footer-cta {
  padding: 68px 0;
  background: linear-gradient(110deg, #005f9d, #2db5da);
}

.footer-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 3.8vw, 3.9rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.footer-main {
  padding: 74px 0 60px;
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  gap: 44px;
}

.footer-brand p {
  max-width: 320px;
  margin: 22px 0;
  color: rgba(255, 255, 255, .48);
  line-height: 1.65;
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact>* {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
}

.footer-contact svg {
  color: var(--blue);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-column h3 {
  margin: 3px 0 10px;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.footer-column a {
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
}

.footer-column a:hover {
  color: #fff;
}

.footer-address {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
  line-height: 1.65;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .36);
  font-size: .72rem;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Reveal and 404 */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--reveal-delay, 0ms) ease, transform .7s var(--reveal-delay, 0ms) cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.not-found {
  min-height: 80vh;
  padding: calc(var(--header-height) + 80px) 24px 100px;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found>div {
  max-width: 720px;
}

.not-found>div>span {
  color: var(--blue);
  font-size: 7rem;
  font-weight: 300;
}

.not-found h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  font-weight: 300;
  letter-spacing: -.05em;
}

.not-found p {
  color: var(--muted);
}

.not-found .button {
  margin-top: 20px;
}

@media (max-width: 1160px) {
  :root {
    --container: min(100% - 40px, 1100px);
  }

  .desktop-nav {
    display: none;
  }

  .main-nav__inner {
    justify-content: space-between;
  }

  .nav-actions {
    margin-left: auto;
  }

  .mobile-menu-button {
    display: grid;
  }

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

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

  .footer-column:nth-child(4),
  .footer-column:nth-child(5) {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 32px, 820px);
  }

  .section {
    padding: 82px 0;
  }

  .utility-links a {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    align-items: flex-start;
  }

  .hero__signal {
    display: none;
  }

  .hero__bottom {
    align-items: center;
    flex-wrap: wrap;
  }

  .hero__microstats>div {
    width: 145px;
  }

  .intro-grid,
  .split-layout,
  .sustainability-panel,
  .global-grid,
  .detail-intro,
  .detail-split,
  .contact-hero__grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .feature-grid--3 .feature-card {
    min-height: 430px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .section-heading>p {
    max-width: 680px;
  }

  .split-layout__media {
    order: 2;
  }

  .split-layout__media>img,
  .detail-split__media img {
    min-height: 450px;
  }

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

  .stat-card:nth-child(2) {
    border-right: 0;
  }

  .stat-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .sustainability-panel__media {
    min-height: 420px;
  }

  .sustainability-panel__content {
    padding: 52px;
  }

  .editorial-grid,
  .subpage-grid,
  .product-gallery,
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .contact-copy {
    position: static;
  }

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

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

  .footer-brand {
    grid-column: 1/-1;
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 28px);
    --header-height: 100px;
  }

  .utility-bar {
    height: 30px;
  }

  .main-nav {
    height: 70px;
  }

  .company-switcher>span {
    display: none;
  }

  .company-switcher,
  .utility-links {
    gap: 12px;
  }

  .utility-links {
    display: none;
  }

  .brand-logo {
    min-width: auto;
  }

  .brand-logo>img {
    width: 100%;
    height: 40px;
  }

  .brand-logo--official {
    width: 168px;
    min-width: 168px;
  }

  .brand-logo--official img {
    height: 36px;
  }

  .brand-logo strong {
    font-size: 1rem;
  }

  .brand-logo small {
    font-size: .55rem;
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    padding-top: 185px;
    padding-bottom: 24px;
  }

  .hero__veil {
    background: linear-gradient(90deg, rgba(2, 17, 28, .88), rgba(2, 17, 28, .55)), linear-gradient(0deg, rgba(2, 17, 28, .65), transparent);
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .hero__copy>p {
    font-size: 1rem;
  }

  .hero__actions {
    gap: 16px;
  }

  .hero__bottom {
    bottom: 18px;
    align-items: flex-end;
  }

  .hero__microstats {
    display: none;
  }

  .video-control {
    margin-left: auto;
  }

  .display-title {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .section {
    padding: 68px 0;
  }

  .feature-grid--2,
  .feature-grid--3 {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 430px;
  }

  .feature-card__content {
    padding: 26px;
  }

  .capability-grid,
  .stats-grid,
  .editorial-grid,
  .subpage-grid,
  .product-gallery,
  .proof-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

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

  .stats-section {
    padding-bottom: 68px;
  }

  .sustainability-panel__media {
    min-height: 330px;
  }

  .sustainability-panel__content {
    padding: 34px 24px;
  }

  .mini-pill-grid {
    grid-template-columns: 1fr;
  }

  .careers-strip__inner,
  .footer-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .inner-hero {
    min-height: 590px;
  }

  .inner-hero__content {
    padding-block: 70px;
  }

  .breadcrumbs {
    margin-bottom: 38px;
    overflow: hidden;
    white-space: nowrap;
  }

  .inner-hero h1 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .detail-split__media img {
    min-height: 360px;
  }

  .process-card {
    min-height: 250px;
  }

  .process-card h3 {
    margin-top: 70px;
  }

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

  .contact-form {
    padding: 22px;
  }

  .contact-hero {
    padding: 80px 0 70px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

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

@media (prefers-reduced-motion: reduce) {

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

  .hero__video {
    display: none;
  }

  .hero {
    background: url('/assets/images/hero-poster.webp') center/cover;
  }

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


/* Static HTML enhancements */
.search-overlay[hidden],
.form-success[hidden] {
  display: none !important;
}

.mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -9px);
  transition: opacity .18s ease, visibility .18s ease, transform .22s ease;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-item {
  position: relative;
}

.nav-item .mega-menu {
  position: fixed;
}

.product-feature-band {
  padding: 26px 0;
  background: #eaf6fb;
  border-top: 1px solid rgba(0, 114, 188, .08);
  border-bottom: 1px solid rgba(0, 114, 188, .08);
}

.product-feature-band .mini-pill-grid {
  grid-template-columns: repeat(4, 1fr);
}

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

.download-card {
  min-height: 150px;
  padding: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(145deg, #061c2d, #0072bc);
  box-shadow: var(--shadow);
  transition: transform .25s ease;
}

.download-card:hover {
  transform: translateY(-5px);
}

.download-card>svg {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: #9be5f4;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
}

.download-card span {
  display: grid;
  gap: 5px;
}

.download-card small {
  color: #9be5f4;
  letter-spacing: .15em;
}

.download-card strong {
  font-size: 1.1rem;
  font-weight: 500;
}

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

.catalog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(8, 48, 73, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(8, 48, 73, .14);
}

.catalog-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.catalog-card>div {
  padding: 24px;
}

.catalog-card small {
  color: var(--cobalt);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 9px 0;
  font-size: 1.35rem;
  font-weight: 500;
}

.catalog-card p {
  min-height: 92px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.62;
}

.catalog-card strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--cobalt);
  font-size: .8rem;
}

.portfolio-card--hidden {
  display: none;
}

.portfolio-loadmore {
  margin-top: 40px;
  text-align: center;
}

.mobile-drawer__panel {
  overflow: hidden;
}

@media(max-width:900px) {

  .download-grid,
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-feature-band .mini-pill-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:680px) {

  .download-grid,
  .catalog-grid {
    grid-template-columns: 1fr
  }

  .catalog-card p {
    min-height: 0
  }

  .product-feature-band .mini-pill-grid {
    grid-template-columns: 1fr
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu {
    transition: none;
  }
}

[hidden] {
  display: none !important;
}


/* =========================================================
   Young Group full-screen preloader
   ========================================================= */
body.preloader-active {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 24%, rgba(45, 181, 218, .22), transparent 29%),
    radial-gradient(circle at 22% 78%, rgba(0, 114, 188, .17), transparent 33%),
    linear-gradient(145deg, #03131f 0%, #061c2d 54%, #07283d 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity .65s cubic-bezier(.2, .8, .2, 1), visibility .65s;
}

.site-preloader::before,
.site-preloader::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 50%;
  pointer-events: none;
}

.site-preloader::before {
  width: min(72vw, 820px);
  aspect-ratio: 1;
}

.site-preloader::after {
  width: min(46vw, 520px);
  aspect-ratio: 1;
}

.site-preloader.is-complete .site-preloader__progress span {
  width: 100%;
  animation: none;
  transition: width .24s ease-out;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader__ambient {
  position: absolute;
  inset: -25%;
  background: conic-gradient(from 90deg, transparent 0 22%, rgba(45, 181, 218, .08) 30%, transparent 39% 72%, rgba(0, 114, 188, .08) 80%, transparent 88%);
  animation: preloader-ambient-spin 12s linear infinite;
}

.site-preloader__content {
  position: relative;
  z-index: 2;
  width: min(86vw, 360px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.site-preloader__mark {
  position: relative;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
}

.site-preloader__mark img {
  position: relative;
  z-index: 3;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 12px 25px rgba(45, 181, 218, .28));
  animation: preloader-logo-float 1.8s ease-in-out infinite;
}

.site-preloader__ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(115, 197, 226, .42);
  border-radius: 50%;
  animation: preloader-ring 2.4s cubic-bezier(.2, .75, .2, 1) infinite;
}

.site-preloader__ring--two {
  animation-delay: .45s;
}

.site-preloader__ring--three {
  animation-delay: .9s;
}

.site-preloader__wordmark {
  display: flex;
  align-items: baseline;
  gap: 9px;
  line-height: 1;
}

.site-preloader__wordmark strong {
  font-size: 1.45rem;
  font-weight: 300;
  letter-spacing: .19em;
}

.site-preloader__wordmark span {
  color: #73c5e2;
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .19em;
}

.site-preloader__content p {
  margin: 13px 0 26px;
  color: rgba(255, 255, 255, .5);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.site-preloader__progress {
  width: 100%;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.site-preloader__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0072bc, #2db5da, #9ed4ea);
  box-shadow: 0 0 20px rgba(45, 181, 218, .65);
  animation: preloader-progress 2.6s cubic-bezier(.16, .84, .28, 1) forwards;
}

@keyframes preloader-ring {
  0% {
    opacity: 0;
    transform: scale(.38);
  }

  28% {
    opacity: .8;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes preloader-logo-float {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.025);
  }
}

@keyframes preloader-progress {
  0% {
    width: 0;
  }

  65% {
    width: 76%;
  }

  100% {
    width: 92%;
  }
}

@keyframes preloader-ambient-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 680px) {
  .site-preloader__mark {
    width: 98px;
    height: 98px;
  }

  .site-preloader__mark img {
    width: 50px;
    height: 50px;
  }

  .site-preloader__wordmark {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .site-preloader__ambient,
  .site-preloader__mark img,
  .site-preloader__ring,
  .site-preloader__progress span {
    animation: none !important;
  }

  .site-preloader__progress span {
    width: 88%;
  }
}


/* Custom CSS */
.editorial-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.editorial-card__visual{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:18px 18px 0 0;
    margin-bottom:1.25rem;
}

.editorial-card__visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}

.editorial-card:hover .editorial-card__visual img{
    transform:scale(1.05);
}

/* News & Insights */
.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.news-filter {
  padding: 9px 18px;
  border: 1px solid rgba(0, 114, 188, .18);
  border-radius: 999px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 550;
  background: #fff;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.news-filter:hover {
  color: var(--cobalt);
  border-color: rgba(0, 114, 188, .4);
}

.news-filter.is-active {
  color: #fff;
  background: var(--cobalt, #0072bc);
  border-color: transparent;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 34px;
}

.news-layout__main {
  min-width: 0;
}

.news-layout__aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

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

.news-card__subtitle {
  margin: -12px 0 18px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}

.news-aside-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.news-aside-card__title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
}

.news-aside-card__empty {
  margin: 0;
  color: var(--muted);
  font-size: .85rem;
}

.news-aside-card--latest {
  background: linear-gradient(160deg, rgba(45, 181, 218, .10), rgba(0, 114, 188, .06));
  border-color: rgba(0, 114, 188, .18);
}

.news-aside-list {
  display: grid;
  gap: 16px;
}

.news-aside-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.news-aside-item__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.news-aside-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.news-aside-item:hover .news-aside-item__thumb img {
  transform: scale(1.06);
}

.news-aside-item__body {
  display: grid;
  gap: 4px;
}

.news-aside-item__body small {
  color: var(--cobalt);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-aside-item__body strong {
  font-size: .88rem;
  font-weight: 550;
  line-height: 1.4;
}

.news-aside-item__body time {
  color: var(--muted);
  font-size: .74rem;
}

.news-aside-links {
  display: grid;
}

.news-aside-links a {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .87rem;
  transition: color .2s ease;
}

.news-aside-links a:last-child {
  border-bottom: 0;
}

.news-aside-links a:hover,
.news-aside-links a.is-active {
  color: var(--cobalt);
}

.news-aside-links svg {
  flex: none;
  opacity: .5;
}

.news-empty {
  padding: 56px 32px;
  text-align: center;
  border: 1px dashed rgba(0, 114, 188, .28);
  border-radius: 20px;
}

.news-empty h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 550;
}

.news-empty p {
  margin: 0 0 22px;
  color: var(--muted);
}

.news-detail__meta {
  margin-top: 14px;
  font-size: .84rem;
  opacity: .8;
}

.news-article__figure {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 20px;
}

.news-article__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.news-article__body {
  color: var(--ink, #0f2233);
  font-size: 1rem;
  line-height: 1.75;
}

.news-article__body> :first-child {
  margin-top: 0;
}

.news-article__body h2,
.news-article__body h3,
.news-article__body h4 {
  margin: 34px 0 14px;
  font-weight: 600;
  line-height: 1.35;
}

.news-article__body h2 {
  font-size: 1.5rem;
}

.news-article__body h3 {
  font-size: 1.22rem;
}

.news-article__body h4 {
  font-size: 1.05rem;
}

.news-article__body p {
  margin: 0 0 18px;
}

.news-article__body ul,
.news-article__body ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.news-article__body li {
  margin-bottom: 9px;
}

.news-article__body a {
  color: var(--cobalt);
  text-decoration: underline;
}

.news-article__body img {
  max-width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: 14px;
}

.news-article__body blockquote {
  margin: 26px 0;
  padding: 20px 24px;
  border-left: 3px solid var(--cobalt, #0072bc);
  border-radius: 0 14px 14px 0;
  background: rgba(0, 114, 188, .05);
  font-style: italic;
}

.news-article__body blockquote p:last-child {
  margin-bottom: 0;
}

.news-article__body cite {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .84rem;
  font-style: normal;
}

.news-article__body table {
  width: 100%;
  margin: 0 0 22px;
  border-collapse: collapse;
  font-size: .9rem;
}

.news-article__body th,
.news-article__body td {
  padding: 11px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

.news-article__body th {
  background: rgba(0, 114, 188, .06);
  font-weight: 600;
}

.news-article__footer {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1024px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-layout__aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {

  .news-layout .editorial-grid,
  .news-layout__aside {
    grid-template-columns: 1fr;
  }
}

/* Custom  CSS */
.values-section{
    background:#f7f8fa;
}

.values-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.value-card{
    color:#fff;
    padding:42px 30px;
    min-height:360px;

    display:flex;
    flex-direction:column;

    transition:.35s;
}

.value-card:hover{
    transform:translateY(-8px);
    z-index:2;
}

.value-letter{
    font-size:3rem;
    font-weight:800;
    line-height:1;
    margin-bottom:22px;
}

.value-card h3{
    font-size:2rem;
    font-weight:700;
    margin-bottom:18px;
    color:#fff;
}

.value-card p{
    margin:0;
    font-size:.96rem;
    line-height:1.8;
    color:rgba(255,255,255,.92);
}

/* Colors */

.value-card--orange{
    background:#ea6500;
}

.value-card--gold{
    background:#c9be2d;
}

.value-card--blue{
    background:#1438f4;
}

.value-card--cyan{
    background:#28b6c3;
}

.value-card--green{
    background:#08b800;
}

/* =========================================================
   Company selection modal
   ========================================================= */
.company-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.company-modal[hidden] {
  display: none;
}

.company-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 18, 30, .62);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .45s ease;
}

.company-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 46px 44px 40px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(4, 20, 34, .45);
  opacity: 0;
  transform: translateY(26px) scale(.965);
  transition: opacity .5s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
}

.company-modal.is-visible .company-modal__backdrop {
  opacity: 1;
}

.company-modal.is-visible .company-modal__dialog {
  opacity: 1;
  transform: none;
}

.company-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  background: var(--soft);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.company-modal__close:hover {
  color: #fff;
  background: var(--cobalt);
  transform: rotate(90deg);
}

.company-modal__head {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 30px;
}

.company-modal__head .eyebrow {
  margin-bottom: 12px;
}

.company-modal__head h2 {
  margin: 0 0 12px;
  color: var(--dark);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
}

.company-modal__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.company-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.company-modal__card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 44px rgba(13, 49, 72, .18);
  opacity: 0;
  transform: translateY(18px);
}

.company-modal.is-visible .company-modal__card {
  animation: modalCardIn .6s cubic-bezier(.2, .8, .2, 1) forwards;
  animation-delay: var(--modal-delay, 120ms);
}

@keyframes modalCardIn {
  to {
    opacity: 1;
    transform: none;
  }
}

.company-modal__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.company-modal__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 17, 28, .9), rgba(2, 17, 28, .05) 72%);
}

.company-modal__card-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px;
  color: #fff;
}

.company-modal__card-body > span {
  color: #9de5f4;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.company-modal__card-body h3 {
  margin: 8px 0 6px;
  font-size: 1.5rem;
  font-weight: 500;
}

.company-modal__card-body p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
  line-height: 1.5;
}

.company-modal__card-body strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: .82rem;
  color: #fff;
}

.company-modal__card:hover img {
  transform: scale(1.06);
}

.company-modal__dismiss {
  display: block;
  margin: 26px auto 0;
  padding: 8px 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  transition: color .25s ease;
}

.company-modal__dismiss:hover {
  color: var(--cobalt);
}

@media (max-width: 640px) {
  .company-modal__dialog {
    padding: 40px 22px 30px;
  }

  .company-modal__grid {
    grid-template-columns: 1fr;
  }

  .company-modal__card {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-modal__backdrop,
  .company-modal__dialog {
    transition: opacity .2s ease;
    transform: none;
  }

  .company-modal.is-visible .company-modal__card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Large Tablet */

@media (max-width:1200px){

.values-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/* Tablet */

@media (max-width:992px){

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

}

/* Mobile */

@media (max-width:576px){

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

.value-card{
    min-height:auto;
    padding:36px 28px;
}

.value-letter{
    font-size:2.5rem;
}

.value-card h3{
    font-size:1.7rem;
}

}

/* Careers */

.career-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.career-filter {
  padding: 9px 18px;
  border: 1px solid rgba(0, 114, 188, .18);
  border-radius: 999px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 550;
  background: #fff;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.career-filter:hover {
  color: var(--cobalt);
  border-color: rgba(0, 114, 188, .4);
}

.career-filter.is-active {
  color: #fff;
  background: var(--cobalt, #0072bc);
  border-color: transparent;
}

.job-list {
  display: grid;
  gap: 16px;
}

.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid rgba(0, 114, 188, .12);
  border-radius: var(--radius-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.job-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 114, 188, .28);
}

.job-card__body {
  min-width: 0;
}

.job-card__category {
  display: inline-block;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--cobalt);
  margin-bottom: 6px;
}

.job-card__title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 550;
}

.job-card__summary {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: .92rem;
}

.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.job-tag {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 114, 188, .08);
  color: var(--cobalt);
  font-size: .76rem;
  font-weight: 550;
}

.job-card__location {
  color: var(--muted);
  font-size: .84rem;
}

.job-card__arrow {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 114, 188, .08);
  color: var(--cobalt);
  transition: background .2s ease, transform .2s ease;
}

.job-card:hover .job-card__arrow {
  background: var(--cobalt, #0072bc);
  color: #fff;
  transform: translateX(3px);
}

.career-empty {
  padding: 56px 32px;
  text-align: center;
  border: 1px dashed rgba(0, 114, 188, .28);
  border-radius: 20px;
}

.career-empty h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 550;
}

.career-empty p {
  margin: 0 0 22px;
  color: var(--muted);
}

.job-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.job-detail__location {
  color: rgba(255, 255, 255, .85);
  font-size: .9rem;
}

.job-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 34px;
}

.job-detail__main {
  min-width: 0;
}

.job-detail__body {
  color: var(--muted);
  line-height: 1.7;
}

.job-detail__block {
  margin-top: 30px;
}

.job-detail__block h2 {
  font-size: 1.3rem;
  font-weight: 550;
  margin: 0 0 14px;
}

.job-detail__points {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.job-detail__aside {
  position: sticky;
  top: 110px;
}

.job-apply-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 114, 188, .12);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.job-apply-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 550;
}

.job-apply-card__instructions {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}

.job-apply-card .button {
  width: 100%;
  justify-content: center;
}

.job-apply-card__email {
  margin: 16px 0 0;
  font-size: .84rem;
  color: var(--muted);
  text-align: center;
}

.job-apply-card__email a {
  color: var(--cobalt);
}

@media (max-width:992px) {
  .job-detail {
    grid-template-columns: 1fr;
  }

  .job-detail__aside {
    position: static;
  }
}

@media (max-width:576px) {
  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

}

/* ERP & Artwork Automation ------------------------------------------------- */
.erp-hero h1 span {
  display: block;
  color: var(--blue);
}

.erp-hero__lead {
  max-width: 430px;
  font-weight: 500;
}

.erp-signals {
  margin-top: 34px;
  max-width: 430px;
  display: grid;
  gap: 10px;
}

.erp-signals__label {
  color: var(--blue);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.erp-signal {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.erp-signal::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(45, 181, 218, .2);
  flex: none;
}

.erp-signal span {
  font-weight: 650;
}

.erp-signal strong {
  margin-left: auto;
  color: rgba(255, 255, 255, .6);
  font-weight: 600;
}

.erp-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.erp-step {
  position: relative;
  min-height: 180px;
  padding: 26px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.erp-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 114, 188, .3);
  box-shadow: 0 18px 40px rgba(6, 58, 88, .09);
}

.erp-step__no {
  color: var(--cobalt);
  font-size: 1.05rem;
  font-weight: 700;
}

.erp-step>svg {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--cobalt);
}

.erp-step h3 {
  margin: 28px 0 8px;
  font-size: 1.12rem;
  font-weight: 600;
}

.erp-step p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}

.erp-control {
  padding: 40px 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.erp-control h2 {
  margin: 0 0 28px;
  color: var(--dark);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.erp-control__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 28px;
}

.erp-control__grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: .95rem;
  font-weight: 500;
}

.erp-control__grid i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cobalt);
  flex: none;
}

.erp-advantage {
  padding: 54px 56px;
  border-radius: var(--radius);
  color: #fff;
  background: #061c2d;
}

.erp-advantage h2 {
  margin: 0 0 36px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -.03em;
}

.erp-advantage__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
}

.erp-advantage__item h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: .01em;
}

.erp-advantage__item p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

.erp-close {
  margin-top: 56px;
}

.erp-close h2 {
  margin: 0 0 8px;
  color: var(--dark);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.erp-close p {
  margin: 0;
  color: var(--blue);
  font-weight: 600;
}

@media (max-width:992px) {
  .erp-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .erp-advantage__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .erp-control,
  .erp-advantage {
    padding: 36px 28px;
  }
}

@media (max-width:576px) {
  .erp-flow-grid {
    grid-template-columns: 1fr;
  }

  .erp-control__grid {
    grid-template-columns: 1fr;
  }
}

/* Certifications grid ------------------------------------------------------ */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.cert-grid__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 40px 0;
  color: var(--muted);
  text-align: center;
}

.cert-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(6, 58, 88, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cert-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 114, 188, .28);
  box-shadow: 0 22px 48px rgba(6, 58, 88, .12);
}

.cert-card__media {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: var(--soft);
}

.cert-card__media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cert-card__body {
  padding: 18px 20px 22px;
  text-align: center;
}

.cert-card__body h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.cert-card__body p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}

@media (max-width:992px) {
  .cert-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:768px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }
}

/* Labels journey page ------------------------------------------------------ */
.label-journey-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: calc(var(--header-height) + 64px) 0 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #061c2d;
}

.label-journey-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(6, 28, 45, 0), #fff);
  pointer-events: none;
}

.label-journey-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 28, 45, .94) 0%, rgba(6, 28, 45, .76) 45%, rgba(6, 28, 45, .3) 100%),
    url("../images/products/mixed-label-trims.webp") center / cover;
  transform: scale(1.04);
  animation: labelJourneyHeroDrift 12s ease-in-out infinite alternate;
}

.label-journey-hero__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.label-journey-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  align-items: center;
  gap: 58px;
}

.label-journey-crumbs {
  margin-bottom: 26px;
}

.label-journey-hero h1 {
  max-width: 680px;
  margin: 18px 0 24px;
  font-size: clamp(3rem, 4.8rem, 5.4rem);
  font-weight: 650;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.label-journey-hero h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 6px;
  margin-top: 22px;
  background: var(--blue);
}

.label-journey-hero__copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.label-journey-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.label-journey-showcase {
  position: relative;
  min-height: 560px;
}

.label-journey-showcase__card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  animation: labelJourneyFloat 5.8s ease-in-out infinite;
}

.label-journey-showcase__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label-journey-showcase__card--woven {
  top: 34px;
  right: 190px;
  width: 260px;
  aspect-ratio: 4 / 3;
  transform: rotate(-8deg);
}

.label-journey-showcase__card--tag {
  top: 96px;
  right: 0;
  width: 240px;
  aspect-ratio: 3 / 4;
  animation-delay: .5s;
  transform: rotate(7deg);
}

.label-journey-showcase__card--care {
  left: 50px;
  bottom: 42px;
  width: 300px;
  aspect-ratio: 16 / 11;
  animation-delay: 1s;
  transform: rotate(4deg);
}

.label-journey-showcase__mark {
  position: absolute;
  left: 22px;
  top: 78px;
  width: 190px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
}

.label-journey-intro {
  padding-top: 72px;
}

.label-journey-intro__grid {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 78px;
  align-items: start;
}

.label-journey-intro h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(2.2rem, 3.4rem, 3.9rem);
  font-weight: 420;
  line-height: 1.04;
  letter-spacing: 0;
}

.label-journey-intro p:not(.lead) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.label-journey-board-section {
  padding-top: 70px;
  background:
    linear-gradient(180deg, #fff 0%, #f5fafc 100%);
}

.label-journey-board {
  --journey-progress: 12.5%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .74fr) minmax(320px, .9fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid rgba(0, 114, 188, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 70px rgba(8, 50, 76, .12);
}

.label-journey-board::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 142px;
  height: 2px;
  background: rgba(0, 114, 188, .12);
}

.label-journey-board::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 142px;
  width: var(--journey-progress);
  height: 2px;
  background: linear-gradient(90deg, #0072bc, #2db5da, #f28b42);
  transition: width .45s ease;
}

.label-journey-board__visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 8px;
  background: #071e31;
}

.label-journey-board__visual img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  transition: opacity .18s ease, transform .5s ease;
}

.label-journey-board__visual:hover img {
  transform: scale(1.04);
}

.label-journey-board__scan {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(45, 181, 218, .22), transparent);
  mix-blend-mode: screen;
  animation: labelJourneyScan 3.8s linear infinite;
  pointer-events: none;
}

.label-journey-board__visual span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  background: rgba(3, 20, 34, .72);
  backdrop-filter: blur(14px);
  font-size: .78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.label-journey-board__content {
  align-self: center;
  padding: 8px 8px 30px;
}

.label-journey-board__content small {
  color: var(--cobalt);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.label-journey-board__content h3 {
  margin: 14px 0 16px;
  color: var(--dark);
  font-size: clamp(1.8rem, 2.65rem, 3rem);
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: 0;
}

.label-journey-board__content p {
  max-width: 610px;
  min-height: 86px;
  margin: 0;
  color: #455361;
  font-size: 1.04rem;
  line-height: 1.72;
}

.label-journey-board__meter {
  height: 9px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 114, 188, .1);
}

.label-journey-board__meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cobalt), var(--blue), #f28b42);
  transition: width .45s ease;
}

.label-journey-track {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
}

.label-journey-step {
  position: relative;
  min-height: 138px;
  padding: 14px 10px 12px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  color: #365061;
  border: 1px solid rgba(0, 114, 188, .15);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.label-journey-step::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #cfe4ef;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.label-journey-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 114, 188, .24);
  border-radius: 50%;
  color: var(--cobalt);
  font-size: .78rem;
  font-weight: 800;
  background: #f7fbfd;
}

.label-journey-step i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cobalt);
}

.label-journey-step strong {
  max-width: 100%;
  color: inherit;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.label-journey-step:hover,
.label-journey-step:focus-visible,
.label-journey-step.is-active {
  color: #071e31;
  border-color: rgba(0, 114, 188, .38);
  box-shadow: 0 16px 36px rgba(0, 114, 188, .13);
  transform: translateY(-7px);
  outline: 0;
}

.label-journey-step:hover::before,
.label-journey-step:focus-visible::before,
.label-journey-step.is-active::before {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(45, 181, 218, .16);
}

.label-journey-step.is-active span {
  color: #fff;
  border-color: transparent;
  background: var(--cobalt);
}

.label-journey-gallery {
  background: #061c2d;
}

.label-journey-gallery .section-heading h2 {
  color: #fff;
}

.label-journey-gallery .section-heading p {
  color: rgba(255, 255, 255, .68);
}

.label-journey-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.label-journey-gallery__item {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.label-journey-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.label-journey-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 17, 28, .82), rgba(2, 17, 28, 0) 68%);
}

.label-journey-gallery__item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 750;
}

.label-journey-gallery__item:hover img {
  transform: scale(1.06);
}

@keyframes labelJourneyHeroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.09) translate3d(-18px, -10px, 0);
  }
}

@keyframes labelJourneyFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -18px;
  }
}

@keyframes labelJourneyScan {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

@media (max-width: 1100px) {
  .label-journey-hero__grid,
  .label-journey-intro__grid,
  .label-journey-board {
    grid-template-columns: 1fr;
  }

  .label-journey-showcase {
    min-height: 470px;
  }

  .label-journey-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .label-journey-board::before,
  .label-journey-board::after {
    display: none;
  }

  .label-journey-step::before {
    display: none;
  }

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

@media (max-width: 720px) {
  .label-journey-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 44px) 0 54px;
  }

  .label-journey-hero__grid {
    gap: 32px;
  }

  .label-journey-hero h1 {
    font-size: clamp(2.45rem, 3rem, 3.2rem);
  }

  .label-journey-showcase {
    min-height: 380px;
  }

  .label-journey-showcase__card--woven {
    right: 25%;
    width: 210px;
  }

  .label-journey-showcase__card--tag {
    width: 180px;
  }

  .label-journey-showcase__card--care {
    left: 0;
    width: 230px;
  }

  .label-journey-showcase__mark {
    top: 40px;
    width: 150px;
  }

  .label-journey-board {
    padding: 20px;
  }

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

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

@media (max-width: 460px) {
  .label-journey-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .label-journey-step {
    min-height: 106px;
    grid-template-columns: 34px 42px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .label-journey-step strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .label-journey-hero__backdrop,
  .label-journey-showcase__card,
  .label-journey-board__scan {
    animation: none;
  }
}

/* Labels global network page ---------------------------------------------- */
.labels-network-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: calc(var(--header-height) + 62px) 0 74px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071e31;
}

.labels-network-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(7, 30, 49, 0), #fff);
  pointer-events: none;
}

.labels-network-hero__map {
  position: absolute;
  inset: 0;
}

.labels-network-hero__map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 20%, rgba(242, 139, 66, .28), transparent 26%),
    linear-gradient(90deg, rgba(7, 30, 49, .95) 0%, rgba(7, 30, 49, .72) 42%, rgba(7, 30, 49, .16) 100%);
}

.labels-network-hero__map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.labels-network-hero__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.08);
  transform: scale(1.04);
  animation: labelsNetworkMapDrift 13s ease-in-out infinite alternate;
}

.labels-network-pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #f26f3f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  transform: rotate(-45deg);
  animation: labelsNetworkPinPulse 2.4s ease-out infinite;
}

.labels-network-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #2db5da;
}

.labels-network-pin--uk {
  top: 17%;
  left: 54%;
}

.labels-network-pin--bd {
  top: 42%;
  left: 73%;
  animation-delay: .15s;
}

.labels-network-pin--cn {
  top: 32%;
  left: 79%;
  animation-delay: .3s;
}

.labels-network-pin--in {
  top: 45%;
  left: 70%;
  animation-delay: .45s;
}

.labels-network-pin--pk {
  top: 39%;
  left: 67%;
  animation-delay: .6s;
}

.labels-network-pin--lk {
  top: 53%;
  left: 71%;
  animation-delay: .75s;
}

.labels-network-pin--th {
  top: 47%;
  left: 77%;
  animation-delay: .9s;
}

.labels-network-pin--vn {
  top: 45%;
  left: 80%;
  animation-delay: 1.05s;
}

.labels-network-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 680px) 260px;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
}

.labels-network-crumbs {
  margin-bottom: 28px;
}

.labels-network-hero h1 {
  max-width: 650px;
  margin: 18px 0 24px;
  font-size: clamp(3.15rem, 6vw, 6.4rem);
  font-weight: 780;
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.labels-network-hero h1::after {
  content: "";
  display: block;
  width: 78px;
  height: 6px;
  margin-top: 24px;
  background: #2db5da;
}

.labels-network-hero__copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.06rem;
  line-height: 1.68;
}

.labels-network-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.labels-network-hero__signal {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.labels-network-hero__signal strong {
  display: block;
  color: #9de5f4;
  font-size: 4.4rem;
  line-height: .9;
}

.labels-network-hero__signal span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.55;
}

.labels-network-pillars {
  padding-top: 74px;
}

.labels-network-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(0, 114, 188, .16);
}

.labels-network-pillar {
  min-height: 235px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(0, 114, 188, .16);
  background: #fff;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.labels-network-pillar:last-child {
  border-right: 0;
}

.labels-network-pillar i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--cobalt);
  border: 1px solid rgba(0, 114, 188, .18);
  border-radius: 50%;
  background: #f6fbfd;
}

.labels-network-pillar h2 {
  margin: 20px 0 10px;
  color: var(--cobalt);
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.labels-network-pillar p {
  margin: 0;
  color: #566575;
  font-size: .88rem;
  line-height: 1.62;
}

.labels-network-pillar:hover {
  z-index: 1;
  background: #f7fbfd;
  box-shadow: 0 22px 54px rgba(8, 50, 76, .1);
  transform: translateY(-8px);
}

.labels-network-presence {
  padding-top: 70px;
  background:
    linear-gradient(180deg, #fff 0%, #f4f9fc 100%);
}

.labels-network-presence__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.45fr);
  gap: 30px;
  align-items: stretch;
}

.labels-network-regions,
.labels-network-market-panel {
  border: 1px solid rgba(0, 114, 188, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 60px rgba(8, 50, 76, .1);
}

.labels-network-regions {
  padding: 32px;
}

.labels-network-regions h2 {
  margin: 0 0 24px;
  color: var(--dark);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 660;
  line-height: 1.18;
}

.labels-network-region-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.labels-network-region-list button {
  min-height: 54px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #273946;
  border: 1px solid rgba(0, 114, 188, .12);
  border-radius: 8px;
  background: #fff;
  font-size: .88rem;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.labels-network-region-list button span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--flag);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .14);
  flex: none;
}

.labels-network-region-list button:hover,
.labels-network-region-list button:focus-visible,
.labels-network-region-list button.is-active {
  color: #fff;
  border-color: transparent;
  background: #0072bc;
  outline: 0;
  transform: translateY(-2px);
}

.labels-network-market-panel {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 30, 49, .9), rgba(0, 114, 188, .6)),
    url("../images/global-network.webp") center / cover;
}

.labels-network-region-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgba(5, 22, 36, .34);
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.labels-network-region-card small {
  color: #9de5f4;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.labels-network-region-card h3 {
  margin: 14px 0 12px;
  font-size: 2rem;
  font-weight: 760;
  line-height: 1.05;
}

.labels-network-region-card p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .92rem;
  line-height: 1.65;
}

.labels-network-markets {
  padding: 30px;
  color: #fff;
  background: rgba(8, 28, 45, .18);
  backdrop-filter: blur(3px);
}

.labels-network-markets__head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.labels-network-markets__head span {
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.labels-network-markets__head::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, .34);
}

.labels-network-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .24);
}

.labels-network-market-grid article {
  min-height: 128px;
  padding: 22px 14px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .86);
  background: rgba(9, 26, 42, .2);
  text-align: center;
  transition: background .2s ease, transform .2s ease;
}

.labels-network-market-grid article:hover {
  background: rgba(45, 181, 218, .22);
  transform: scale(1.03);
}

.labels-network-market-grid strong {
  font-size: .74rem;
  font-weight: 820;
  line-height: 1.25;
  text-transform: uppercase;
}

.labels-network-logistics {
  background: #fff;
}

.labels-network-logistics__grid {
  display: grid;
  grid-template-columns: 1.15fr .95fr .9fr .9fr;
  gap: 10px;
}

.labels-network-logistics__item {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #071e31;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.labels-network-logistics__item:first-child {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.labels-network-logistics__item:last-child {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
}

.labels-network-logistics__item img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.labels-network-logistics__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 17, 28, .8), rgba(2, 17, 28, .03) 68%);
}

.labels-network-logistics__item figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  font-size: .95rem;
  font-weight: 760;
}

.labels-network-logistics__item:hover img {
  transform: scale(1.06);
}

@keyframes labelsNetworkMapDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.09) translate3d(-18px, -8px, 0);
  }
}

@keyframes labelsNetworkPinPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 111, 63, .46), 0 12px 28px rgba(0, 0, 0, .28);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(242, 111, 63, 0), 0 12px 28px rgba(0, 0, 0, .28);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(242, 111, 63, 0), 0 12px 28px rgba(0, 0, 0, .28);
  }
}

@media (max-width: 1100px) {
  .labels-network-hero__inner,
  .labels-network-presence__grid,
  .labels-network-market-panel {
    grid-template-columns: 1fr;
  }

  .labels-network-hero__signal {
    max-width: 360px;
  }

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

  .labels-network-pillar:nth-child(2) {
    border-right: 0;
  }

  .labels-network-pillar:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 114, 188, .16);
  }

  .labels-network-region-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

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

  .labels-network-logistics__item,
  .labels-network-logistics__item:first-child,
  .labels-network-logistics__item:last-child {
    clip-path: none;
  }
}

@media (max-width: 760px) {
  .labels-network-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 44px) 0 56px;
  }

  .labels-network-hero h1 {
    font-size: clamp(2.4rem, 14vw, 3.7rem);
  }

  .labels-network-pillars__grid,
  .labels-network-region-list,
  .labels-network-market-grid,
  .labels-network-logistics__grid {
    grid-template-columns: 1fr;
  }

  .labels-network-pillar,
  .labels-network-pillar:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 114, 188, .16);
  }

  .labels-network-pillar:last-child {
    border-bottom: 0;
  }

  .labels-network-regions,
  .labels-network-markets,
  .labels-network-region-card {
    padding: 24px;
  }

  .labels-network-pin {
    display: none;
  }
}

@media (max-width: 460px) {
  .labels-network-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .labels-network-hero__map img,
  .labels-network-pin {
    animation: none;
  }
}

/* Who we are page ----------------------------------------------------------- */
.who-strength {
  background: linear-gradient(180deg, #ffffff 0%, #f2f9fc 100%);
}

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

.who-strength-card {
  position: relative;
  padding: 36px 30px;
  border: 1px solid rgba(0, 114, 188, .12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(13, 49, 72, .06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.who-strength-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--cobalt), var(--blue));
  opacity: 0;
  transition: opacity .35s ease;
}

.who-strength-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 114, 188, .28);
  box-shadow: 0 30px 70px rgba(13, 49, 72, .12);
}

.who-strength-card:hover::before {
  opacity: 1;
}

.who-strength-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  border-radius: 18px;
  color: var(--cobalt);
  background: linear-gradient(135deg, rgba(45, 181, 218, .18), rgba(0, 114, 188, .08));
}

.who-strength-card h3 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: 1.3rem;
  font-weight: 600;
}

.who-strength-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
}

/* Key strengths panel */
.who-key {
  position: relative;
  margin-top: 76px;
  padding: 46px;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
  background: #061c2d;
}

.who-key::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .03), 0 0 0 160px rgba(255, 255, 255, .02);
}

.who-key__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}

.who-key__head small {
  color: #8ee1f4;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.who-key__head h3 {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  font-weight: 400;
  letter-spacing: -.02em;
}

.who-key__head>p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: .92rem;
  line-height: 1.7;
}

.who-key-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
}

.who-key-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-content: start;
  padding: 28px 26px;
  background: #0a2436;
  transition: background .3s ease;
}

.who-key-item:hover {
  background: #0d2b40;
}

.who-key-item>span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .3);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.who-key-item svg {
  align-self: center;
  color: #8ee1f4;
}

.who-key-item h4 {
  margin: 0;
  align-self: center;
  font-size: 1.02rem;
  font-weight: 600;
}

.who-key-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: .86rem;
  line-height: 1.6;
}

/* Process steps */
.who-process {
  background: linear-gradient(145deg, #0a2436 0%, #061c2d 100%);
}

.who-process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.who-process-steps::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45, 181, 218, .55), rgba(45, 181, 218, .1));
}

.who-process-step {
  position: relative;
  padding: 34px 24px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.who-process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 181, 218, .5);
  background: rgba(45, 181, 218, .06);
}

.who-process-step__num {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255, 255, 255, .28);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.who-process-step i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border: 1px solid rgba(45, 181, 218, .3);
  border-radius: 50%;
  color: #8ee1f4;
  background: rgba(45, 181, 218, .12);
}

.who-process-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 600;
}

.who-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: .88rem;
  line-height: 1.65;
}

/* Stats band */
.who-stats {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #0072bc, #2db5da);
}

.who-stats::before {
  content: "";
  position: absolute;
  top: -360px;
  right: -100px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, .035), 0 0 0 180px rgba(255, 255, 255, .025);
}

.who-stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.who-stat {
  padding: 8px 30px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.who-stat:first-child {
  border-left: 0;
}

.who-stat strong {
  display: block;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1;
}

.who-stat span {
  display: inline-block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .85);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Purpose, mission & vision */
.who-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.who-purpose-card {
  position: relative;
  padding: 44px;
  overflow: hidden;
  border: 1px solid rgba(0, 114, 188, .14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  box-shadow: 0 22px 60px rgba(13, 49, 72, .07);
}

.who-purpose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  right: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--cobalt), var(--blue));
}

.who-purpose-card__icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  border-radius: 16px;
  color: var(--cobalt);
  background: rgba(45, 181, 218, .14);
}

.who-purpose-card small {
  color: var(--cobalt);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.who-purpose-card h3 {
  margin: 12px 0 12px;
  color: var(--dark);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 450;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.who-purpose-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.who-quote {
  position: relative;
  max-width: 760px;
  margin: 56px auto 0;
  padding: 44px 56px;
  text-align: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, #061c2d, #0a3a5c);
}

.who-quote svg {
  margin: 0 auto 14px;
  color: var(--blue);
}

.who-quote p {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 300;
  letter-spacing: -.02em;
  line-height: 1.35;
}

.who-quote cite {
  color: rgba(255, 255, 255, .6);
  font-size: .9rem;
  font-style: normal;
  letter-spacing: .08em;
}

/* Who we are responsive */
@media (max-width: 1100px) {
  .who-process-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .who-process-steps::before {
    display: none;
  }

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

  .who-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 0;
  }

  .who-stat {
    padding: 8px 16px;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .who-strength-grid,
  .who-key-grid,
  .who-purpose-grid,
  .who-process-steps {
    grid-template-columns: 1fr;
  }

  .who-key {
    margin-top: 48px;
    padding: 30px 22px;
  }

  .who-key__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .who-key__head>p {
    max-width: none;
  }

  .who-process-step {
    text-align: left;
  }

  .who-process-step i {
    margin: 0 0 18px;
  }

  .who-process-step__num {
    right: 18px;
  }

  .who-purpose-card {
    padding: 32px 26px;
  }

  .who-purpose-card::before {
    left: 26px;
    right: 26px;
  }

  .who-quote {
    padding: 36px 26px;
  }
}

@media (max-width: 460px) {
  .who-strength-grid {
    gap: 14px;
  }

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

  .who-stat strong {
    font-size: 3rem;
  }
}

/* Purpose, mission & vision — 3 column variant */
.who-purpose-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Testimonials (Why Young Labels) */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  position: relative;
  padding: 34px 30px;
  border: 1px solid rgba(0, 114, 188, .14);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(13, 49, 72, .06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 114, 188, .3);
  box-shadow: 0 30px 70px rgba(13, 49, 72, .12);
}

.testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: #f2a93b;
}

.testimonial-card blockquote {
  margin: 0 0 22px;
  color: var(--dark);
  font-size: .98rem;
  line-height: 1.75;
}

.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.testimonial-card__avatar {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--cobalt), var(--blue));
}

.testimonial-card__person strong {
  display: block;
  color: var(--dark);
  font-size: .95rem;
}

.testimonial-card__person span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Numbered journey track (Our Process) */
.who-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.who-track-item {
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.who-track-item:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 181, 218, .5);
  background: rgba(45, 181, 218, .06);
}

.who-track-item__num {
  color: #8ee1f4;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.who-track-item h3 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
}

.who-track-item p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: .86rem;
  line-height: 1.6;
}

/* New component responsive */
@media (max-width: 1100px) {
  .who-purpose-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 760px) {
  .who-purpose-grid--3,
  .testimonial-grid,
  .who-track {
    grid-template-columns: 1fr;
  }
}

