:root {
  --header-height: 94px;
  --navy-950: #061428;
  --navy-900: #0b1f3a;
  --navy-800: #102b50;
  --blue-700: #225b8f;
  --blue-500: #9fc7ef;
  --steel-100: #f3f6fa;
  --steel-200: #d8e1eb;
  --steel-500: #627189;
  --white: #ffffff;
  --ink: #0a1220;
  --radius: 8px;
  --shadow: 0 28px 70px rgba(6, 20, 40, 0.22);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding-top: var(--header-height);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-700);
}
.skip-link:focus { top: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: #f6f8fb;
  border-top: 0;
  border-bottom: 1px solid rgba(11, 31, 58, 0.18);
  box-shadow: none;
}
.site-header::after {
  content: none;
}
.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  width: calc(100% - 96px);
  max-width: 1840px;
  min-height: var(--header-height);
  margin: 0 auto;
  padding-left: 292px;
}
.brand-card {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  height: 58px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(-50%);
}
.brand-card::after {
  content: none;
}
.brand-card::before {
  content: none;
}
.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.brand-word {
  display: none;
}
.brand-rule {
  display: none;
}
.brand-sub {
  display: none;
}
.primary-menu {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  color: #334159;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
.primary-menu a:hover,
.primary-menu .active { color: var(--blue-700); }
.nav-cta {
  align-self: flex-end;
  margin-left: auto;
  min-width: 162px;
  min-height: 56px !important;
  height: 56px;
  justify-content: center;
  padding: 0 22px;
  color: var(--white) !important;
  background: var(--navy-900);
  border-radius: 0;
  box-shadow: none;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--steel-200);
  background: var(--white);
  border-radius: 6px;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy-950);
}

.section-inner {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}
.hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 28%, rgba(110, 168, 255, 0.16), transparent 32%),
    linear-gradient(125deg, #031026 0%, #061428 46%, #0b1f3a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}
.hero-image {
  position: absolute;
  inset: 0;
  left: auto;
  width: 56%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  opacity: 0.72;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  filter: saturate(0.82) contrast(1.04);
}
.home-hero .hero-image {
  object-position: center center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.985), rgba(6, 20, 40, 0.84) 50%, rgba(6, 20, 40, 0.26)),
    linear-gradient(0deg, rgba(6, 20, 40, 0.74), transparent 42%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 122px 0 98px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow.light {
  color: var(--white);
  text-shadow: 0 2px 16px rgba(3, 11, 24, 0.42);
}
h1, h2, h3, p { margin-top: 0; }
h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
}
p {
  overflow-wrap: break-word;
}
h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
}
.home-hero h1 {
  max-width: 1120px;
}
h1,
h2,
h3,
p {
  max-width: 100%;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
h3 { margin-bottom: 12px; font-size: 22px; line-height: 1.18; }
.hero-copy {
  max-width: 800px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(22px, 1.95vw, 28px);
  font-weight: 800;
  line-height: 1.36;
}
.hero-note {
  display: inline-block;
  max-width: 800px;
  margin: 24px 0 0;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.11);
  border-left: 5px solid var(--blue-500);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 900;
  line-height: 1.25;
}
.hero-note strong {
  color: var(--white);
  text-transform: uppercase;
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 860px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-proof span {
  min-height: 112px;
  padding: 20px;
  background: rgba(6, 20, 40, 0.46);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-proof span:last-child { border-right: 0; }
.hero-proof strong {
  display: block;
  margin-bottom: 10px;
}
.hero-proof small {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}
.button-row,
.form-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(6, 20, 40, 0.14);
}
.button.primary {
  color: var(--white);
  background: var(--navy-950);
  border-color: rgba(255, 255, 255, 0.12);
}
.button.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.button.secondary {
  color: var(--navy-950);
  background: var(--white);
  border-color: rgba(11, 31, 58, 0.22);
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(6, 20, 40, 0.2);
}
.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(59, 140, 255, 0.35);
  outline-offset: 3px;
}

.intro-band {
  padding: 58px 0;
  background: var(--steel-100);
  border-bottom: 1px solid var(--steel-200);
}
.extension-band {
  padding: 64px 0;
  background: var(--navy-950);
}
.extension-line {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 24px;
  color: var(--white);
  background: transparent;
  border-left: 0;
  border-bottom: 5px solid var(--blue-500);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  text-align: center;
}
.support-loop {
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy-950), var(--navy-900));
  border-top: 2px solid rgba(23, 79, 159, 0.9);
  border-bottom: 1px solid rgba(6, 20, 40, 0.26);
}
.support-loop-track {
  display: flex;
  width: max-content;
  gap: clamp(22px, 2.8vw, 44px);
  padding: 13px 0;
  white-space: nowrap;
}
.support-loop span {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
.support-loop span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: clamp(22px, 2.8vw, 44px);
  background: rgba(110, 168, 255, 0.82);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: end;
}
.intro-grid p:last-child {
  color: var(--steel-500);
  font-size: 19px;
}
.section { padding: 92px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 44px;
  margin-bottom: 36px;
  align-items: end;
}
.section-intro {
  max-width: 660px;
  color: var(--steel-500);
  font-size: 20px;
  font-weight: 700;
}
.services-intro-lead {
  max-width: 900px;
  margin: -10px 0 38px auto;
  padding: 24px 28px;
  color: var(--navy-950);
  background: var(--steel-100);
  border-left: 5px solid var(--navy-800);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.24;
}
.services-section-kicker {
  max-width: 940px;
  margin: 0 0 34px;
  color: var(--navy-950);
  font-size: clamp(25px, 2.6vw, 40px);
  font-weight: 900;
  line-height: 1.12;
}
.service-system-kicker {
  margin-bottom: 34px;
  color: var(--white);
}
.service-grid {
  display: grid;
  gap: 24px;
}
.service-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.service-tile {
  display: flex;
  min-height: 330px;
  padding: 30px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-top: 4px solid var(--navy-800);
  border-radius: var(--radius);
}
.service-tile span {
  display: block;
  margin-bottom: 64px;
  color: var(--blue-700);
  font-weight: 900;
}
.service-tile h3 {
  margin-bottom: 18px;
  font-size: clamp(23px, 1.65vw, 29px);
  font-weight: 900;
  line-height: 1.08;
}
.service-tile p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.58;
}
.service-tile p,
.detail-card li,
.industry-card-grid p,
.split-content p,
.standards-grid p,
.contact-card p,
.module-card p,
.flow-step p,
.scope-table p,
.brief-card p {
  color: var(--steel-500);
}
.proof-band {
  background: var(--white);
  border-top: 1px solid var(--steel-200);
  border-bottom: 1px solid var(--steel-200);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.proof-grid div {
  min-height: 132px;
  padding: 26px;
  border-right: 1px solid var(--steel-200);
}
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: 18px;
}
.module-grid,
.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.module-card,
.brief-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: var(--radius);
}
.module-card {
  min-height: 260px;
  border-left: 4px solid var(--blue-700);
}
.module-card small,
.brief-card small {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-weight: 900;
  text-transform: uppercase;
}
.brief-card h2 {
  font-size: clamp(22px, 1.7vw, 27px);
  line-height: 1.12;
  overflow-wrap: normal;
}
.flow-panel {
  background: var(--steel-100);
}
.flow-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
}
.flow-steps {
  display: grid;
  gap: 14px;
  counter-reset: flow;
}
.flow-step {
  position: relative;
  padding: 24px 24px 24px 74px;
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: var(--radius);
}
.flow-step::before {
  counter-increment: flow;
  content: "0" counter(flow);
  position: absolute;
  left: 22px;
  top: 24px;
  color: var(--blue-700);
  font-weight: 900;
}
.experience-section {
  padding: 112px 0;
  color: var(--white);
  background: var(--navy-950);
}
.experience-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: center;
}
.experience-layout > div:first-child > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 800;
  line-height: 1.45;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.experience-grid article {
  display: flex;
  min-height: 260px;
  padding: 30px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid rgba(159, 199, 239, 0.72);
}
.experience-grid span {
  display: block;
  margin-bottom: 62px;
  color: var(--blue-500);
  font-size: 14px;
  font-weight: 900;
}
.experience-grid h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(21px, 1.9vw, 28px);
  font-weight: 900;
  line-height: 1.08;
}
.experience-grid p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.55;
}
.scope-table {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border-top: 1px solid var(--steel-200);
  border-left: 1px solid var(--steel-200);
}
.scope-table div {
  padding: 24px;
  border-right: 1px solid var(--steel-200);
  border-bottom: 1px solid var(--steel-200);
}
.scope-table h3 { margin-bottom: 6px; }

.image-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--navy-950);
}
.image-split.reverse { background: var(--white); }
.split-media {
  position: relative;
  overflow: hidden;
}
.split-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.split-content {
  align-self: center;
  padding: 74px clamp(28px, 6vw, 82px);
  color: var(--white);
}
.reverse .split-content { color: var(--ink); }
.industry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.industry-list a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 164px;
  padding: 24px 24px 26px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 34px rgba(6, 20, 40, 0.16);
  backdrop-filter: blur(6px);
}
.industry-list strong {
  display: block;
  font-size: 24px;
  line-height: 1.08;
}
.industry-list span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.52;
}
.industry-list a:hover {
  background: linear-gradient(180deg, rgba(74, 142, 248, 0.22), rgba(255, 255, 255, 0.06));
  border-color: rgba(127, 201, 255, 0.38);
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(6, 20, 40, 0.24);
}

.navy-section {
  color: var(--white);
  background: var(--navy-950);
}
.why-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
}
.standards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.standards-grid article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}
.standards-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}
.standards-grid.pale article {
  background: var(--white);
  border-color: var(--steel-200);
}
.standards-grid.pale p {
  color: var(--steel-500);
}
.credibility-line {
  max-width: 980px;
  margin: 0 0 38px;
  padding: 16px 0 16px 22px;
  color: #334159;
  background: linear-gradient(90deg, rgba(31, 101, 214, 0.08), rgba(31, 101, 214, 0));
  border-left: 4px solid var(--blue-700);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
.why-grid > .credibility-line {
  grid-column: 2;
  max-width: 760px;
  margin: -18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
  border-left-color: rgba(255, 255, 255, 0.78);
}
.authority-section {
  background: var(--white);
}
.authority-card {
  max-width: 1060px;
}
.authority-card p:not(.eyebrow) {
  color: #334159;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.38;
}
.authority-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.authority-points span {
  min-height: 74px;
  display: grid;
  align-items: center;
  padding: 18px;
  color: var(--white);
  background: var(--navy-950);
  border-top: 4px solid var(--navy-800);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.about-lead {
  max-width: 920px;
  color: #334159;
  font-size: 22px;
  font-weight: 800;
}
.contact-strip { background: var(--steel-100); }
.consultation-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: end;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(6, 20, 40, 0.08);
}
label {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-weight: 900;
}
input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aeb9c8;
  border-radius: 4px;
}
textarea { resize: vertical; }
.mini-form input { flex: 1 1 260px; }
.form-inline .button { flex: 0 0 auto; }
.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--blue-700);
  font-weight: 800;
}

.page-hero {
  min-height: 430px;
  padding: 132px 0 86px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(6, 20, 40, 0.96), rgba(18, 50, 93, 0.9)),
    url("https://images.pexels.com/photos/32898293/pexels-photo-32898293.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
}
.page-hero .section-inner {
  position: relative;
}
.services-hero {
  min-height: 360px;
  text-align: center;
  background:
    linear-gradient(115deg, #062448 0%, #0e78a6 100%);
}
.services-hero h1,
.services-hero p {
  margin-right: auto;
  margin-left: auto;
}
.industries-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.96), rgba(6, 20, 40, 0.72), rgba(6, 20, 40, 0.18)),
    url("https://images.pexels.com/photos/35592177/pexels-photo-35592177.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
}
.about-hero {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.9), rgba(6, 20, 40, 0.46), rgba(6, 20, 40, 0.18)),
    url("https://images.pexels.com/photos/32654857/pexels-photo-32654857.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
}
.contact-hero {
  position: relative;
  z-index: 1;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.96), rgba(6, 20, 40, 0.78), rgba(6, 20, 40, 0.3)),
    url("https://images.pexels.com/photos/7821684/pexels-photo-7821684.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px;
  align-items: end;
}
.contact-hero-grid p:not(.eyebrow) {
  padding: 28px;
  background: rgba(6, 20, 40, 0.62);
  border-left: 5px solid rgba(255, 255, 255, 0.68);
  color: var(--white);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.18;
}
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}
.contact-hero .contact-hero-grid p:not(.eyebrow) {
  color: var(--white);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.18;
}
.service-detail-grid,
.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.detail-card,
.industry-card-grid article,
.contact-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: var(--radius);
}
.services-hero + .section {
  padding-top: 56px;
}

.services-editorial-hero {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding: 96px 0 72px;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(3, 16, 38, 0.98), rgba(6, 20, 40, 0.92) 55%, rgba(6, 20, 40, 0.66)),
    url("https://images.pexels.com/photos/5453821/pexels-photo-5453821.jpeg?auto=compress&cs=tinysrgb&w=1900") center/cover;
  overflow: hidden;
}
.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(72px, 6vw, 132px);
  align-items: start;
}
.services-title-block h1 {
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: clamp(56px, 5vw, 84px);
  line-height: 0.96;
  text-transform: uppercase;
  white-space: normal;
  text-shadow: 0 3px 26px rgba(3, 11, 24, 0.52);
}
.services-editorial-hero .eyebrow {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 2px 16px rgba(3, 11, 24, 0.42);
}
.services-intro {
  padding-top: 36px;
}
.services-intro h2 {
  max-width: 680px;
  font-size: clamp(30px, 3.3vw, 48px);
}
.services-intro p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}
.scroll-cue {
  position: absolute;
  right: clamp(24px, 7vw, 110px);
  bottom: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 18px;
}
.scroll-cue b {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--white);
  background: var(--navy-950);
  font-size: 38px;
  line-height: 1;
}
.scroll-cue.light-cue {
  color: var(--white);
}
.scroll-cue.light-cue b {
  background: var(--navy-950);
}
.services-statement {
  position: relative;
  z-index: 2;
  padding: 88px 0 78px;
  background: var(--white);
  transform: translate3d(0, 0, 0);
}
#services-statement,
#service-system,
#industry-system,
#about-manifesto {
  scroll-margin-top: calc(var(--header-height) + 56px);
}
body.services-motion-ready .services-statement {
  opacity: 0.9;
  transform: translate3d(0, 90px, 0);
  will-change: transform, opacity;
}
body.services-motion-ready.services-panel-active .services-statement {
  box-shadow: 0 -34px 72px rgba(6, 20, 40, 0.16);
}
body.page-motion-ready .page-lift-panel {
  opacity: 0.9;
  transform: translate3d(0, 88px, 0);
  will-change: transform, opacity;
}
body.page-motion-ready.page-panel-active .page-lift-panel {
  box-shadow: 0 -30px 68px rgba(6, 20, 40, 0.14);
}
.statement-copy {
  max-width: 960px;
  margin-bottom: 44px;
  color: #171b22;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.18;
}
.gradient-rule {
  width: min(820px, 100%);
  height: 12px;
  margin-bottom: 52px;
  background: linear-gradient(90deg, var(--navy-950), rgba(11, 31, 58, 0.32));
}
.statement-punch {
  max-width: 1000px;
  margin-bottom: 18px;
  color: #161616;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  text-transform: uppercase;
}
.statement-punch span {
  display: block;
  color: var(--navy-800);
}
.statement-subcopy {
  font-size: clamp(22px, 2.4vw, 34px);
}
.service-system {
  padding: 88px 0;
  color: var(--white);
  background: linear-gradient(135deg, #031026 0%, var(--navy-950) 58%, #0b1f3a 100%);
}
.service-system-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  margin-bottom: 42px;
}
.service-system-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
}
.service-console {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  background: #f6f8fb;
}
.service-selector {
  display: grid;
  align-content: start;
  padding: 42px 58px;
  background: #f6f8fb;
}
.service-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0;
  color: rgba(10, 18, 32, 0.34);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 18, 32, 0.14);
  font-size: clamp(22px, 2.3vw, 32px);
  text-align: left;
  line-height: 1.02;
}
.service-option.active {
  color: var(--ink);
}
.service-option b {
  font-size: 38px;
  font-weight: 400;
}
.service-panel {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
}
.service-panel-content {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  align-content: start;
  padding: 58px 72px;
  opacity: 0;
  transform: translateY(34px);
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.service-panel-content::before,
.service-panel-content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.service-panel-content::before {
  z-index: -2;
  background: var(--service-image) center top/cover;
  transform: scale(1.045);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.service-panel-content::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 16, 38, 0.97) 0%, rgba(6, 20, 40, 0.86) 52%, rgba(18, 50, 93, 0.62) 100%),
    linear-gradient(180deg, rgba(6, 20, 40, 0.18), rgba(6, 20, 40, 0.74));
}
.service-panel-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.service-panel-content.active::before {
  transform: scale(1.01);
}
.service-panel-content[data-service-panel="customer"] {
  --service-image: url("https://images.pexels.com/photos/8867249/pexels-photo-8867249.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.service-panel-content[data-service-panel="backoffice"] {
  --service-image: url("https://images.pexels.com/photos/12902895/pexels-photo-12902895.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.service-panel-content[data-service-panel="healthcare"] {
  --service-image: url("https://images.pexels.com/photos/4623460/pexels-photo-4623460.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.service-panel-content[data-service-panel="government"] {
  --service-image: url("https://images.pexels.com/photos/5092815/pexels-photo-5092815.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.service-panel-content.panel-refresh,
.industry-panel-content.panel-refresh {
  animation: panel-refresh 920ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes panel-refresh {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-panel-content h3 {
  max-width: 560px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 46px);
  text-shadow: 0 2px 18px rgba(3, 11, 24, 0.32);
}
.service-panel-content p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.46;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 0 2px 18px rgba(3, 11, 24, 0.34);
}
.service-panel-content .eyebrow {
  margin-bottom: 18px;
}
.service-panel-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.service-panel-content li {
  padding: 10px 12px;
  color: var(--white);
  background: rgba(6, 20, 40, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 800;
}
.services-catalog {
  padding: 88px 0;
  background: var(--white);
}
.catalog-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 42px;
  margin-bottom: 36px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.catalog-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 420px;
  background: var(--white);
  border: 1px solid var(--steel-200);
}
.catalog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.catalog-card div {
  padding: 24px;
}
.catalog-card span {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  height: 60px;
  margin-bottom: 26px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-900);
  border-left: 4px solid var(--blue-500);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}
.catalog-card p {
  color: var(--steel-500);
}

.industries-index-hero {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding: 96px 0 76px;
  color: var(--white);
  background:
    linear-gradient(115deg, #061428 0%, #0b1f3a 48%, #133866 100%);
  overflow: hidden;
}
.industries-index-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.9), rgba(6, 20, 40, 0.32) 58%, rgba(6, 20, 40, 0.78)),
    linear-gradient(0deg, rgba(6, 20, 40, 0.72), transparent 52%);
  pointer-events: none;
}
.industries-hero-media {
  position: absolute;
  inset: 88px 0 0 auto;
  width: 58%;
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.04), rgba(6, 20, 40, 0.24)),
    url("https://images.pexels.com/photos/30692441/pexels-photo-30692441.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.76;
  filter: saturate(0.78) contrast(1.06);
}
.industries-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 0.78fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: end;
  min-height: 430px;
}
.services-hero-grid > *,
.industries-hero-layout > *,
.about-story-grid > *,
.contact-hero-grid > *,
.fit-grid > *,
.section-heading > * {
  min-width: 0;
}
.industries-hero-main {
  align-self: center;
}
.industries-hero-layout h1 {
  width: 100%;
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.05;
  text-shadow: 0 20px 48px rgba(6, 20, 40, 0.22);
  text-transform: none;
  overflow-wrap: normal;
}
.industries-hero-main > p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}
.industries-hero-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.industries-hero-lines span {
  min-height: 88px;
  padding: 18px;
  display: flex;
  align-items: end;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(6, 20, 40, 0.46);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.industries-hero-board {
  justify-self: end;
  align-self: center;
  width: min(540px, 100%);
  padding: 24px;
  color: var(--white);
  background: rgba(6, 20, 40, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 5px solid var(--blue-500);
  box-shadow: 0 28px 64px rgba(6, 20, 40, 0.22);
  backdrop-filter: blur(10px);
}
.board-label {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(3, 11, 24, 0.42);
}
.industries-hero-signals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 0;
}
.industries-hero-signals span {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 6px;
  min-height: auto;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.industries-hero-signals b {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.15;
}
.industries-hero-signals small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.42;
}
.industry-system {
  position: relative;
  z-index: 2;
  padding: 132px 0 88px;
  color: var(--white);
  background: linear-gradient(135deg, #031026, var(--navy-950) 54%, var(--navy-800));
}
.industry-system-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  background: var(--white);
}
.industry-menu {
  display: grid;
  align-content: start;
  padding: 46px 58px;
  background: #f6f8fb;
}
.industry-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0;
  color: rgba(10, 18, 32, 0.36);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(10, 18, 32, 0.14);
  font-size: clamp(22px, 2.4vw, 34px);
  text-align: left;
  line-height: 1.02;
}
.industry-option:hover,
.industry-option.active {
  color: var(--ink);
  background: rgba(6, 20, 40, 0.04);
}
.industry-option b {
  font-weight: 400;
}
.industry-system-panel {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  background: var(--navy-950);
}
.industry-panel-content {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  align-content: center;
  padding: 60px 64px;
  opacity: 0;
  transform: translateY(34px);
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.industry-panel-content::before,
.industry-panel-content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.industry-panel-content::before {
  z-index: -2;
  background: var(--industry-image) center/cover;
  transform: scale(1.045);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}
.industry-panel-content::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 16, 38, 0.97) 0%, rgba(6, 20, 40, 0.82) 52%, rgba(18, 50, 93, 0.58) 100%),
    linear-gradient(180deg, rgba(6, 20, 40, 0.2), rgba(6, 20, 40, 0.7));
}
.industry-panel-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.industry-panel-content.active::before {
  transform: scale(1.01);
}
.industry-panel-content[data-industry-panel="healthcare"] {
  --industry-image: url("https://images.pexels.com/photos/17515225/pexels-photo-17515225.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.industry-panel-content[data-industry-panel="government"] {
  --industry-image: url("https://images.pexels.com/photos/15515189/pexels-photo-15515189.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.industry-panel-content[data-industry-panel="legal"] {
  --industry-image: url("https://images.pexels.com/photos/4427547/pexels-photo-4427547.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.industry-panel-content[data-industry-panel="realestate"] {
  --industry-image: url("https://images.pexels.com/photos/8292793/pexels-photo-8292793.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.industry-panel-content[data-industry-panel="ecommerce"] {
  --industry-image: url("https://images.pexels.com/photos/4277794/pexels-photo-4277794.jpeg?auto=compress&cs=tinysrgb&w=1200");
}
.industry-panel-content h2 {
  color: var(--white);
  font-size: clamp(32px, 3.5vw, 52px);
  text-wrap: balance;
  text-shadow: 0 2px 22px rgba(3, 11, 24, 0.46);
}
.industry-panel-content p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 2px 18px rgba(3, 11, 24, 0.4);
}
.sector-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 46px;
  margin-bottom: 38px;
}
.sector-heading h2 {
  color: var(--white);
}
.sector-grid p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}
.sector-band {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sector-grid article {
  min-height: 238px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 4px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 54px rgba(3, 11, 24, 0.2);
}
.sector-grid b {
  display: block;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 28px;
}
.sector-grid p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}
.fit-section {
  background: var(--white);
}
.fit-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
}
.fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.fit-cards article {
  min-height: 260px;
  padding: 30px;
  background: var(--steel-100);
  border: 1px solid var(--steel-200);
  border-top: 5px solid var(--blue-700);
}
.fit-cards p {
  color: var(--steel-500);
  font-size: 18px;
}

.about-story-hero {
  position: relative;
  z-index: 1;
  min-height: 580px;
  padding: 100px 0 82px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 20, 40, 0.96), rgba(6, 20, 40, 0.74), rgba(6, 20, 40, 0.28)),
    url("https://images.pexels.com/photos/5480781/pexels-photo-5480781.jpeg?auto=compress&cs=tinysrgb&w=1900") center/cover;
  overflow: hidden;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: start;
}
.about-story-grid h1 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(52px, 5.4vw, 86px);
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 3px 26px rgba(3, 11, 24, 0.48);
}
.about-story-card {
  padding: 34px;
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.48), rgba(6, 20, 40, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 42px rgba(6, 20, 40, 0.1);
  backdrop-filter: blur(8px);
}
.about-story-card h2 {
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 52px);
}
.about-story-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
}
.about-manifesto {
  position: relative;
  z-index: 2;
  padding: 112px 0;
  background: var(--white);
}
.manifesto-copy {
  max-width: 880px;
  color: #171b22;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.14;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.manifesto-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--steel-200);
  border-top: 5px solid var(--navy-800);
}
.manifesto-grid h2 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(19px, 1.18vw, 23px);
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
  word-break: keep-all;
  hyphens: none;
  text-wrap: balance;
}
.manifesto-grid p {
  color: var(--steel-500);
  font-size: 17px;
  line-height: 1.55;
}
.about-ops-split {
  background: var(--steel-100);
}
.about-ops-split .split-media img {
  object-position: center;
}
.about-command {
  padding: 104px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}
.about-page .about-command.reveal-up,
.about-page .about-ops-split.reveal-up {
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1), transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-page .about-command.reveal-up.is-visible,
.about-page .about-ops-split.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.about-command-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 58px;
}
.command-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.command-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.command-list span {
  color: var(--blue-500);
  font-weight: 900;
}
.command-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}
.service-detail-grid {
  align-items: stretch;
}
.service-detail-grid .detail-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.service-detail-grid .detail-card::before {
  content: "Service";
  display: inline-flex;
  margin-bottom: 44px;
  padding: 8px 14px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.service-detail-grid .detail-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy-950), var(--navy-800));
}
.industries-hero + .section .industry-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.industry-card-grid article {
  min-height: 238px;
  border-top: 4px solid var(--navy-800);
}
.industry-card-grid article:nth-child(even) {
  background: var(--steel-100);
}
.about-hero + .image-split {
  background: #f7fbff;
}
.about-hero + .image-split .split-content {
  color: var(--ink);
}
.about-hero + .image-split .split-content h2 {
  position: relative;
}
.about-hero + .image-split .split-content h2::after {
  content: "";
  display: block;
  width: 126px;
  height: 12px;
  margin-top: 18px;
  background: var(--blue-700);
  transform: skew(-10deg);
}
.contact-main {
  position: relative;
  z-index: 2;
  margin-top: -92px;
  padding-top: 0;
}
.contact-layout {
  position: relative;
  z-index: 2;
  align-items: start;
}
.contact-form {
  padding: 34px;
  background: var(--white);
  border: 1px solid rgba(6, 20, 40, 0.16);
  box-shadow: 0 24px 54px rgba(6, 20, 40, 0.22);
}
.contact-card {
  color: var(--white);
  background: var(--navy-950);
  border-color: rgba(255, 255, 255, 0.16);
}
.contact-card h2,
.contact-card strong,
.contact-card a {
  color: var(--white);
}
.contact-card p {
  color: rgba(255, 255, 255, 0.72);
}
.contact-brief-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}
.contact-brief-grid > .reveal-up {
  max-width: 760px;
}
.contact-brief .brief-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
}
.contact-brief .brief-card {
  min-height: 300px;
}
.detail-card h2,
.industry-card-grid h2 { font-size: 30px; }
.detail-card ul {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding-left: 20px;
}
.light-section { background: var(--steel-100); }
.process-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.process-steps span {
  min-height: 90px;
  padding: 24px;
  background: var(--white);
  border-left: 4px solid var(--blue-700);
  border-radius: var(--radius);
  font-weight: 900;
}
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.final-cta h2 { max-width: 780px; margin-bottom: 0; }
.contact-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 32px;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-form .full,
.contact-form .button,
.contact-form .form-status { grid-column: 1 / -1; }
.contact-card {
  align-self: start;
  background: var(--navy-950);
}
.legal-page {
  min-height: 60vh;
  padding: 150px 0 80px;
}
.legal-layout {
  max-width: 920px;
}
.legal-intro {
  color: var(--steel-500);
  font-size: 18px;
  font-weight: 800;
}
.legal-section {
  padding: 34px 0;
  border-top: 1px solid var(--steel-200);
}
.legal-section h2 {
  font-size: clamp(28px, 3vw, 42px);
}
.legal-section p {
  color: #334159;
  font-size: 18px;
}
.legal-section a {
  color: var(--blue-700);
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 13px clamp(24px, 5vw, 88px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 20, 40, 0.94), rgba(11, 31, 58, 0.9)),
    linear-gradient(90deg, rgba(31, 101, 214, 0.36), rgba(255, 255, 255, 0.08));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 -18px 54px rgba(6, 20, 40, 0.34);
  transform: translateY(110%);
  opacity: 0;
  overflow: hidden;
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  backdrop-filter: blur(24px) saturate(165%);
  transition: opacity 340ms ease, transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cookie-banner::before,
.cookie-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
}
.cookie-banner::before {
  right: 18%;
  bottom: -82px;
  width: 300px;
  height: 132px;
  background: rgba(59, 140, 255, 0.34);
}
.cookie-banner::after {
  left: 12%;
  top: -72px;
  width: 260px;
  height: 118px;
  background: rgba(255, 255, 255, 0.16);
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.cookie-banner strong {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 14px;
}
.cookie-banner a {
  color: #b9d7ff;
  font-weight: 800;
}
.cookie-banner button {
  position: relative;
  z-index: 1;
  min-height: 40px;
  padding: 0 20px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 4px;
  box-shadow: 0 18px 36px rgba(31, 101, 214, 0.28);
  font-weight: 900;
}
body.menu-open .cookie-banner {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

.site-footer {
  padding: 58px 0 26px;
  color: var(--white);
  background: #030b18;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 42px;
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: 176px;
  margin-bottom: 18px;
}
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-inner p,
.footer-inner a,
.footer-inner span,
.footer-bottom { color: rgba(255, 255, 255, 0.68); }
.footer-inner h3 {
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-inner a:not(.footer-brand) {
  display: block;
  margin-bottom: 9px;
}
.footer-inner span {
  display: block;
  margin-bottom: 9px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}
@media (prefers-reduced-motion: no-preference) {
  .support-loop-track {
    animation: support-loop-scroll 54s linear infinite;
  }
  .support-loop:hover .support-loop-track {
    animation-play-state: paused;
  }
  .site-header,
  .brand-card,
  .primary-menu a,
  .reveal {
    transition: transform 980ms cubic-bezier(0.16, 1, 0.3, 1), opacity 980ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, color 220ms ease, background 220ms ease;
  }
  .brand-card:hover {
    box-shadow: none;
  }
  .primary-menu a:hover {
    transform: translateY(-1px);
  }
  .reveal {
    opacity: 0;
    transform: translateY(16px);
  }
  .reveal.reveal-up {
    transform: translateY(30px);
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .button,
  .service-tile,
  .detail-card,
  .industry-card-grid article,
  .industry-list a,
  .module-card,
  .brief-card,
  .flow-step,
  .catalog-card,
  .sector-grid article,
  .fit-cards article {
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  }
  .service-tile:hover,
  .detail-card:hover,
  .industry-card-grid article:hover,
  .industry-list a:hover,
  .module-card:hover,
  .brief-card:hover,
  .flow-step:hover,
  .catalog-card:hover,
  .sector-grid article:hover,
  .fit-cards article:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(6, 20, 40, 0.1);
    border-color: rgba(31, 101, 214, 0.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.services-motion-ready .services-statement,
  body.page-motion-ready .page-lift-panel {
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none;
  }
}

@keyframes support-loop-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 980px) {
  .site-header { min-height: var(--header-height); }
  .nav-shell {
    width: calc(100% - 56px);
    min-height: var(--header-height);
    padding-left: 218px;
    gap: 18px;
  }
  .brand-card {
    width: 190px;
    height: 48px;
    padding: 0;
  }
  .brand-logo { max-height: none; }
  .menu-toggle { display: block; }
  .primary-menu {
    position: fixed;
    inset: 82px 0 auto;
    display: none;
    max-height: calc(100vh - 82px);
    overflow: auto;
    padding: 20px 24px 28px;
    background: var(--steel-100);
    border-bottom: 1px solid var(--steel-200);
    box-shadow: var(--shadow);
  }
  .primary-menu.is-open { display: grid; gap: 10px; }
  .primary-menu.always-visible { position: static; display: flex; padding: 0; box-shadow: none; }
  .primary-menu .nav-cta {
    justify-content: center;
    min-height: 52px;
    margin-top: 6px;
    margin-left: 0;
  }
  .primary-menu a {
    justify-content: flex-start;
  }
  .nav-shell { justify-content: flex-end; }
  .intro-grid,
  .section-heading,
  .services-hero-grid,
  .service-system-heading,
  .service-console,
  .catalog-heading,
  .image-split,
  .why-grid,
  .consultation-panel,
  .process-grid,
  .flow-grid,
  .contact-layout,
  .contact-hero-grid,
  .contact-brief-grid,
  .industry-system-grid,
  .fit-grid,
  .about-command-grid,
  .experience-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .why-grid > .credibility-line {
    grid-column: 1;
    max-width: none;
    margin: 0;
  }
  .service-grid.four,
  .standards-grid,
  .service-detail-grid,
  .industry-card-grid,
  .industries-hero + .section .industry-card-grid,
  .proof-grid,
  .module-grid,
  .brief-grid,
  .catalog-grid,
  .industries-hero-layout,
  .industry-system-grid,
  .sector-grid,
  .about-story-grid,
  .manifesto-grid,
  .fit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-brief .brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industries-index-hero {
    background:
      linear-gradient(115deg, #061428 0%, #0b1f3a 48%, #133866 100%);
  }
  .industries-hero-media {
    width: 62%;
  }
  .service-console {
    min-height: auto;
  }
  .service-panel {
    min-height: 520px;
  }
  .service-panel-content {
    position: static;
    inset: auto;
  }
  .industry-panel-content {
    position: relative;
    inset: auto;
    min-height: 520px;
  }
  .service-panel-content:not(.active),
  .industry-panel-content:not(.active) {
    display: none;
  }
  .service-panel,
  .industry-system-panel {
    min-height: auto;
  }
  .industries-index-hero,
  .about-story-hero {
    padding-top: 130px;
  }
}

@media (max-width: 640px) {
  body.menu-open {
    overflow: hidden;
  }
  .site-header::after {
    content: "";
    position: fixed;
    inset: var(--header-height) 0 0 0;
    z-index: 60;
    background: rgba(3, 11, 24, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms ease;
  }
  body.menu-open .site-header::after {
    opacity: 1;
  }
  .site-header {
    min-height: var(--header-height);
    background: #f6f8fb;
  }
  .nav-shell {
    width: calc(100% - 40px);
    min-height: var(--header-height);
    padding-left: 0;
    gap: 18px;
    justify-content: flex-end;
  }
  .brand-card {
    position: absolute;
    left: 0;
    top: 50%;
    flex: 0 0 auto;
    width: 168px;
    height: 42px;
    padding: 0;
    transform: translateY(-50%);
    box-shadow: none;
  }
  .brand-card::after {
    content: none;
  }
  .brand-logo { max-height: none; }
  .primary-menu {
    position: fixed;
    inset: var(--header-height) 0 0 auto;
    z-index: 90;
    display: grid;
    align-content: start;
    width: min(342px, calc(100% - 34px));
    max-height: none;
    height: calc(100vh - var(--header-height));
    padding: 28px 22px 34px;
    gap: 18px;
    overflow: auto;
    color: #334159;
    background: var(--white);
    border-bottom: 0;
    border-left: 1px solid rgba(11, 31, 58, 0.12);
    box-shadow: -24px 0 70px rgba(6, 20, 40, 0.28);
    transform: translateX(104%);
    opacity: 0;
    visibility: hidden;
    transition: transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 260ms ease, visibility 0s linear 340ms;
    pointer-events: none;
  }
  .primary-menu.is-open {
    display: grid;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }
  .primary-menu .nav-cta {
    width: 100%;
    min-height: 58px;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 16px;
    justify-content: center;
    color: var(--white) !important;
    background: var(--navy-950);
    box-shadow: 0 14px 30px rgba(6, 20, 40, 0.18);
  }
  .primary-menu a {
    min-height: 48px;
    justify-content: flex-start;
    font-size: 15px;
  }
  .menu-toggle {
    margin-left: auto;
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 100;
    display: block !important;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    box-shadow: none;
    transform: none;
  }
  body.menu-open .menu-toggle {
    position: fixed;
    top: 22px;
    right: 20px;
    border-color: var(--steel-200);
    background: var(--white);
    transform: none;
  }
  .menu-toggle span:not(.sr-only) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    margin: 0;
    transform: translate(-50%, 0);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .menu-toggle span:not(.sr-only):nth-child(1) {
    transform: translate(-50%, -7px);
  }
  .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translate(-50%, 7px);
  }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
    transform: translate(-50%, -7px);
  }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
    opacity: 1;
  }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
    transform: translate(-50%, 7px);
  }
  .section-inner,
  .hero-inner,
  .footer-inner,
  .footer-bottom {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }
  .footer-brand {
    width: 150px;
  }
  .hero {
    min-height: 620px;
  }
  .support-loop-track {
    gap: 18px;
    padding: 10px 0;
  }
  .support-loop span {
    font-size: 16px;
  }
  .support-loop span::after {
    width: 5px;
    height: 5px;
    margin-left: 18px;
  }
  .hero-inner {
    padding: 82px 0 66px;
  }
  h1 {
    font-size: 25px;
    line-height: 1.1;
  }
  h2 {
    font-size: 22px;
    line-height: 1.12;
  }
  .hero-copy,
  .hero-note,
  .page-hero p:not(.eyebrow),
  .intro-grid p:last-child {
    font-size: 16px;
  }
  .hero-inner h1,
  .hero-copy,
  .hero-note,
  .services-intro h2,
  .services-intro p,
  .industries-hero-layout h1,
  .industries-hero-main > p:not(.eyebrow),
  .about-story-card h2,
  .about-story-card p {
    max-width: min(320px, calc(100vw - 56px));
  }
  .section,
  .page-hero {
    padding: 66px 0;
  }
  .page-hero,
  .services-hero,
  .industries-hero,
  .about-hero,
  .contact-hero {
    min-height: 430px;
  }
  .contact-main {
    margin-top: 0;
    padding-top: 54px;
  }
  .contact-form {
    padding: 24px;
    box-shadow: none;
  }
  .service-grid.four,
  .standards-grid,
  .service-detail-grid,
  .industry-card-grid,
  .industry-list,
  .hero-proof,
  .proof-grid,
  .module-grid,
  .brief-grid,
  .service-system-heading,
  .service-console,
  .catalog-heading,
  .catalog-grid,
  .industries-hero-layout,
  .industry-system-grid,
  .sector-grid,
  .about-story-grid,
  .manifesto-grid,
  .industry-menu,
  .fit-grid,
  .fit-cards,
  .about-command-grid,
  .command-list div,
  .contact-hero-grid,
  .contact-brief-grid,
  .scope-table,
  .process-steps,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .experience-grid article {
    min-height: 128px;
  }
  .experience-grid span {
    margin-bottom: 34px;
  }
  .hero-image {
    width: 100%;
    opacity: 0.36;
    clip-path: none;
  }
  .hero-proof {
    margin-top: 26px;
  }
  .services-intro-lead {
    margin: 0 0 30px;
    padding: 18px;
    font-size: 18px;
    line-height: 1.28;
  }
  .services-section-kicker {
    margin-bottom: 28px;
    font-size: 23px;
    line-height: 1.16;
  }
  .authority-points {
    grid-template-columns: 1fr;
  }
  .hero-proof span {
    min-height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .hero-proof span:last-child { border-bottom: 0; }
  .service-tile { min-height: auto; }
  .services-editorial-hero {
    min-height: 470px;
    padding: 72px 0 58px;
  }
  .services-title-block h1 {
    font-size: 42px;
    line-height: 0.98;
    white-space: normal;
  }
  .services-intro {
    padding-top: 0;
  }
  .services-intro h2 {
    font-size: 22px;
  }
  .services-intro p,
  .statement-subcopy,
  .service-system-heading p:not(.eyebrow),
  .service-panel-content p {
    font-size: 17px;
  }
  .scroll-cue {
    right: 14px;
  }
  .scroll-cue span {
    display: none;
  }
  .scroll-cue b {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
  .services-statement,
  .service-system,
  .services-catalog {
    padding: 68px 0;
  }
  .statement-copy {
    font-size: 25px;
    line-height: 1.2;
  }
  .statement-punch {
    font-size: 42px;
  }
  .extension-band {
    padding: 46px 0;
  }
  .extension-line {
    padding-bottom: 18px;
    font-size: 29px;
    line-height: 1.08;
  }
  .service-selector {
    padding: 28px;
  }
  .service-option {
    min-height: 68px;
    font-size: 25px;
  }
  .service-option b,
  .industry-option b {
    font-size: 28px;
  }
  .service-selector {
    padding: 22px 18px;
  }
  .service-panel {
    min-height: auto;
  }
  .service-panel {
    min-height: auto;
  }
  .service-panel-content {
    padding: 38px 28px;
  }
  .service-panel-content ul {
    grid-template-columns: 1fr;
  }
  .catalog-card {
    min-height: auto;
  }
  .industries-index-hero,
  .about-story-hero {
    min-height: 500px;
    padding: 82px 0 64px;
  }
  .why-grid > .credibility-line {
    grid-column: 1;
    max-width: none;
    margin: 0;
  }
  .industries-index-hero {
    min-height: auto;
    padding: 62px 0 56px;
  }
  .industries-hero-layout h1,
  .about-story-grid h1 {
    font-size: 34px;
    line-height: 1.04;
  }
  .industry-list a {
    min-height: auto;
    padding: 20px;
  }
  .industry-list strong {
    font-size: 22px;
  }
  .industry-list span {
    font-size: 14px;
  }
  .industries-hero-signals span,
  .industries-hero-signals small,
  .industries-hero-main > p:not(.eyebrow),
  .about-story-card p,
  .industry-panel-content p,
  .sector-grid p,
  .manifesto-grid p,
  .fit-cards p,
  .command-list p {
    font-size: 16px;
  }
  .industry-system,
  .sector-band,
  .about-manifesto,
  .about-command {
    padding: 68px 0;
  }
  .industry-system {
    padding-top: 118px;
  }
  .industry-system-grid,
  .industry-system-panel {
    min-height: auto;
  }
  .industry-menu {
    padding: 18px;
  }
  .industry-option {
    min-height: 56px;
    padding: 0 8px;
    font-size: 16px;
  }
  .industries-hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    opacity: 0.28;
  }
  .industries-index-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 20, 40, 0.72), rgba(6, 20, 40, 0.28) 42%, rgba(6, 20, 40, 0.86)),
      linear-gradient(90deg, rgba(6, 20, 40, 0.8), rgba(6, 20, 40, 0.24));
  }
  .industries-hero-layout {
    min-height: 0;
    align-items: start;
  }
  .industries-hero-layout h1 {
    width: auto;
    color: var(--white);
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.08;
  }
  .about-story-card h2 {
    font-size: 22px;
    line-height: 1.14;
  }
  .industries-hero-main > p:not(.eyebrow) {
    font-size: 17px;
  }
  .industries-hero-lines {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .industries-hero-lines span {
    min-height: 46px;
    padding: 12px;
    font-size: 12px;
  }
  .industries-hero-board {
    display: none;
  }
  .industries-hero-signals {
    grid-template-columns: 1fr;
  }
  .industries-hero-signals span {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .contact-brief .brief-grid {
    grid-template-columns: 1fr;
  }
  .industry-system-panel,
  .industry-panel-content,
  .sector-grid article,
  .manifesto-grid article,
  .fit-cards article,
  .about-story-card {
    padding: 24px;
  }
  .sector-grid b {
    margin-bottom: 24px;
  }
  .manifesto-copy {
    font-size: 27px;
    line-height: 1.12;
  }
  .service-tile span { margin-bottom: 34px; }
  .split-content {
    padding: 52px 24px;
  }
  .split-media img {
    min-height: 300px;
  }
  .consultation-panel {
    padding: 26px;
  }
  .legal-page {
    min-height: auto;
    padding: 72px 0 56px;
  }
  .legal-page h1 {
    font-size: 36px;
    line-height: 1.04;
  }
  .legal-page p {
    font-size: 16px;
    line-height: 1.58;
  }
  .legal-section {
    padding: 26px 0;
  }
  .legal-section h2 {
    font-size: 27px;
    line-height: 1.12;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 7px;
    left: 12px;
    right: 12px;
    bottom: 10px;
    width: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 16px 16px 12px 12px;
  }
  .cookie-banner p {
    font-size: 11.5px;
    line-height: 1.3;
  }
  .cookie-banner strong {
    margin-bottom: 1px;
    font-size: 12.5px;
  }
  .cookie-banner button {
    width: 100%;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12.5px;
  }
  .form-inline .button,
  .button {
    width: 100%;
  }
  .final-cta,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
