:root {
  --ink: #092448;
  --night: #06182f;
  --ink-2: #143b74;
  --blue: #1888d6;
  --blue-2: #38a8ee;
  --aqua: #5bd3d1;
  --accent: #5bd3d1;
  --magenta: #b64aa8;
  --gold: #f0b94f;
  --steel: #6c7890;
  --line: rgba(9, 36, 72, 0.14);
  --line-strong: rgba(9, 36, 72, 0.26);
  --paper: #f8fbfe;
  --cloud: #e7f0f7;
  --mist: #f1f6fb;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --shadow: 0 22px 60px rgba(9, 36, 72, 0.14);
  --max: 1180px;
  --font: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #e7f0f7;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.022) 1px, transparent 1px),
    linear-gradient(132deg, rgba(255, 255, 255, 0.62) 0 22%, transparent 22% 54%, rgba(199, 218, 231, 0.34) 54% 76%, transparent 76% 100%),
    linear-gradient(28deg, transparent 0 34%, rgba(255, 255, 255, 0.38) 34% 51%, transparent 51% 100%),
    linear-gradient(180deg, #e5eff6 0%, #f2f7fb 42%, #eaf3f8 100%);
  background-attachment: fixed;
  background-size: 56px 56px, 56px 56px, 920px 560px, 720px 440px, auto;
  max-width: 100%;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 10px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 24, 47, 0.74);
  backdrop-filter: blur(18px);
  max-width: 100vw;
  transition: box-shadow 160ms ease, background 160ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(9, 36, 72, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.brand img {
  width: 140px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 20px);
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.site-nav a {
  padding: 10px 2px;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  color: #fff;
  border-color: var(--accent);
}

.site-header.is-scrolled .site-nav {
  color: #38506e;
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-cta {
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 28px rgba(24, 136, 214, 0.25);
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--accent));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(24, 136, 214, 0.26);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(9, 36, 72, 0.16);
}

.section-band {
  position: relative;
  overflow: hidden;
}

.section-band[id] {
  scroll-margin-top: 92px;
}

.hero {
  min-height: calc(100vh - 76px);
  padding: 82px 0 86px;
  background:
    linear-gradient(120deg, rgba(6, 24, 47, 0.98) 0%, rgba(8, 41, 78, 0.94) 48%, rgba(13, 94, 135, 0.88) 100%),
    linear-gradient(180deg, #06182f, #0b315b);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 56%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 211, 209, 0.7), rgba(24, 136, 214, 0.6), transparent);
  opacity: 1;
}

.storm-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.hero-media {
  position: absolute;
  inset: auto 0 0;
  height: 153px;
  opacity: 0.2;
  mix-blend-mode: screen;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.76fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  position: relative;
  padding-top: 0;
}

.hero-logo-card {
  width: min(390px, 100%);
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 4.4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

p {
  color: #38506e;
  line-height: 1.75;
}

.hero h1 {
  color: #fff;
  text-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}

.hero .eyebrow {
  color: var(--aqua);
}

.hero p {
  color: rgba(232, 244, 255, 0.82);
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 1.16rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.signal-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.outcome-panel {
  position: relative;
}

.outcome-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(56, 168, 238, 0.7), rgba(91, 211, 209, 0.16), rgba(240, 185, 79, 0.18));
}

.panel-topline {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 19, 38, 0.46);
}

.panel-topline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
}

.panel-topline small {
  grid-column: 2;
  color: rgba(232, 244, 255, 0.62);
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(91, 211, 209, 0.12), 0 0 18px rgba(91, 211, 209, 0.7);
}

.panel-topline strong {
  color: #fff;
}

.outcome-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.outcome-map span {
  display: block;
  margin: 0;
  padding: 18px 10px;
  background: rgba(4, 19, 38, 0.48);
  color: rgba(232, 244, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.outcome-list {
  display: grid;
  gap: 10px;
}

.outcome-list div {
  position: relative;
  padding: 20px 20px 20px 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 19, 38, 0.42);
}

.outcome-list div::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(91, 211, 209, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(91, 211, 209, 0.28);
}

.outcome-list span {
  display: block;
  margin: 0 0 7px;
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.outcome-list strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.05rem;
}

.outcome-list p {
  margin: 0;
  color: rgba(232, 244, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.6;
}

.timeline span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card p,
.timeline p,
.platform-matrix span,
.proof p,
.footer-grid p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.trust-strip {
  padding: 20px 0;
  border-block: 0;
  background: rgba(232, 241, 248, 0.82);
  backdrop-filter: blur(14px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  align-items: center;
  transform: none;
  box-shadow: none;
}

.trust-grid span {
  padding: 14px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 251, 254, 0.68);
  color: #526984;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.principal {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 249, 253, 0.86) 0%, rgba(226, 239, 247, 0.76) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.principal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.78fr);
  gap: 42px;
  align-items: stretch;
}

.simplified-expertise {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: center;
}

.principal-copy {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(9, 36, 72, 0.08);
}

.principal-copy p {
  max-width: 740px;
  font-size: 1.04rem;
}

.expertise-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.expertise-points article {
  min-height: 164px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 14px 38px rgba(9, 36, 72, 0.08);
}

.expertise-points strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.expertise-points span {
  display: block;
  color: #4b6380;
  font-size: 0.98rem;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--aqua));
}

.credentials-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--night), #0d3f74 68%, #116c92);
  box-shadow: 0 28px 70px rgba(9, 36, 72, 0.18);
  color: #fff;
}

.credential-lead,
.credential-grid div,
.credential-list {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.leadership-cards {
  display: grid;
  gap: 12px;
}

.credential-lead {
  padding: 26px;
}

.technical-lead {
  background: linear-gradient(145deg, rgba(24, 136, 214, 0.2), rgba(255, 255, 255, 0.08));
}

.credential-lead span {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.credential-lead strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.credential-lead p {
  margin: 0;
  color: rgba(232, 244, 255, 0.72);
  font-size: 0.98rem;
}

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

.credential-grid div {
  min-height: 134px;
  padding: 22px;
}

.credential-grid .wide-credential {
  grid-column: span 2;
  min-height: auto;
}

.credential-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
}

.credential-grid span {
  display: block;
  color: rgba(232, 244, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.credential-list {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.credential-list span {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.4;
}

.credential-list span::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 18px rgba(91, 211, 209, 0.45);
}

.dynamic {
  padding: 70px 0;
  background: var(--night);
  color: #fff;
}

.dynamic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 12% 0%, rgba(91, 211, 209, 0.16), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(24, 136, 214, 0.16), transparent 32%);
  background-size: 68px 68px, 68px 68px, auto, auto;
}

.dynamic-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.dynamic h2 {
  margin-bottom: 0;
  color: #fff;
}

.dynamic p,
.dynamic .eyebrow {
  color: rgba(232, 244, 255, 0.78);
}

.dynamic-copy {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
}

.dynamic-copy p {
  margin-bottom: 20px;
  font-size: 1.04rem;
}

.dynamic-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.dynamic-points span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid rgba(91, 211, 209, 0.22);
  border-radius: 8px;
  background: rgba(4, 19, 38, 0.45);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.services {
  padding: 96px 0;
  background:
    linear-gradient(180deg, rgba(246, 250, 253, 0.88) 0%, rgba(229, 240, 248, 0.76) 100%);
}

.section-texture {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(24, 136, 214, 0.1) 48% 49%, transparent 49% 100%),
    linear-gradient(60deg, transparent 0 42%, rgba(91, 211, 209, 0.13) 42% 43%, transparent 43% 100%);
  background-size: 180px 180px;
  pointer-events: none;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p:last-child,
.platform-copy p:last-child,
.contact-panel p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(9, 36, 72, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, rgba(24, 136, 214, 0.12), transparent 68%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 136, 214, 0.28);
  box-shadow: 0 24px 56px rgba(9, 36, 72, 0.13);
}

.service-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-index::after {
  content: "";
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--aqua));
}

.delivery-showcase {
  padding: 80px 0;
  background:
    radial-gradient(circle at 76% 8%, rgba(91, 211, 209, 0.16), transparent 28%),
    linear-gradient(135deg, #061322 0%, #09233f 58%, #0d4265 100%);
  color: #fff;
}

.delivery-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.showcase-brief p,
.showcase-brief .eyebrow {
  color: rgba(232, 244, 255, 0.76);
}

.showcase-brief {
  max-width: 850px;
}

.showcase-brief h2 {
  color: #fff;
}

.showcase-brief .button {
  margin-top: 18px;
}

.migration-card {
  display: block;
  min-height: 316px;
  padding: 30px;
  border: 1px solid rgba(91, 211, 209, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 23, 0.72);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.showcase-card-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.showcase-card-stack .migration-card {
  min-height: 0;
  padding: 24px;
}

.showcase-card-stack .migration-card > strong {
  min-height: 78px;
  font-size: 1.45rem;
}

.tenant-card {
  border-color: rgba(182, 74, 168, 0.24);
  background:
    linear-gradient(135deg, rgba(182, 74, 168, 0.12), rgba(91, 211, 209, 0.06)),
    rgba(3, 12, 23, 0.72);
}

.migration-card.software-work-card {
  border-color: rgba(91, 211, 209, 0.26);
  background:
    linear-gradient(135deg, rgba(91, 211, 209, 0.12), rgba(24, 136, 214, 0.08)),
    rgba(3, 12, 23, 0.72);
}

.migration-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.migration-card > strong {
  display: block;
  max-width: 340px;
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.1;
}

.migration-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.migration-map span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 244, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 900;
}

.compact-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.compact-proof span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(24, 136, 214, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  color: #38506e;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.software-lab {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 74% 28%, rgba(182, 74, 168, 0.12), transparent 34%),
    radial-gradient(circle at 46% 78%, rgba(91, 211, 209, 0.17), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 48%, #11253b 100%);
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.software-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(2, 8, 16, 0.42) 100%);
}

.software-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.28fr);
  gap: 50px;
  align-items: center;
}

.software-copy p {
  max-width: 720px;
  color: rgba(232, 244, 255, 0.78);
  font-size: 1.04rem;
}

.software-copy .eyebrow {
  color: var(--aqua);
}

.software-copy h2 {
  color: #fff;
}

.software-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.software-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(91, 211, 209, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.dark-button {
  width: fit-content;
  margin-top: 28px;
  border-color: rgba(91, 211, 209, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.software-teaser {
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(91, 211, 209, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 52%, #102d44 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.software-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.software-teaser p,
.software-teaser .eyebrow {
  color: rgba(232, 244, 255, 0.76);
}

.software-teaser h2 {
  color: #fff;
}

.software-actions-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(5, 14, 25, 0.72);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.software-actions-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.software-actions-card h3 {
  color: #fff;
  font-size: 1.8rem;
}

.software-actions-card p {
  color: rgba(232, 244, 255, 0.72);
}

.software-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-showcase {
  display: grid;
  gap: 14px;
}

.showcase-lede {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(5, 14, 25, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.showcase-lede .eyebrow {
  margin-bottom: 8px;
  color: var(--aqua);
}

.showcase-lede h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.72rem;
}

.showcase-lede > p {
  margin: 0;
  color: rgba(232, 244, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.65;
}

.product-context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.product-context-grid article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(91, 211, 209, 0.18);
  border-radius: 8px;
  background: rgba(2, 8, 16, 0.36);
}

.product-context-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-context-grid span {
  display: block;
  color: rgba(232, 244, 255, 0.68);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.48;
}

.product-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #091d35;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.showcase-main {
  border-color: rgba(91, 211, 209, 0.3);
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(56, 168, 238, 0.08) inset;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.window-bar span:nth-child(1) {
  background: #f0b94f;
}

.window-bar span:nth-child(2) {
  background: #5bd3d1;
}

.window-bar span:nth-child(3) {
  background: #38a8ee;
}

.window-bar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.screenshot-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #040b13;
}

.screenshot-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.product-gallery {
  grid-template-columns: 1.05fr 1fr 1fr;
  align-items: stretch;
}

.screenshot-strip figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(5, 13, 24, 0.78);
}

.screenshot-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pool-tile img {
  object-position: left bottom;
}

.screenshot-strip figcaption {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 14px;
  color: rgba(232, 244, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
}

.screenshot-strip figcaption strong {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screenshot-strip figcaption span {
  color: rgba(232, 244, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.product-ui {
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 382px;
}

.product-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 19, 38, 0.72);
}

.product-sidebar span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.product-sidebar span.active {
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  box-shadow: 0 12px 26px rgba(91, 211, 209, 0.22);
}

.product-main {
  display: grid;
  gap: 18px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

.product-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.product-header small,
.product-grid small {
  display: block;
  color: rgba(232, 244, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-header strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.3rem;
}

.product-header span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(91, 211, 209, 0.32);
  border-radius: 8px;
  background: rgba(91, 211, 209, 0.12);
  color: #bff7f5;
  font-size: 0.8rem;
  font-weight: 900;
}

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

.product-grid div {
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.product-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.product-stream {
  display: grid;
  gap: 10px;
}

.product-stream span {
  display: block;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(91, 211, 209, 0.26) 0 18%, transparent 18%),
    rgba(255, 255, 255, 0.075);
}

.product-stream span:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(56, 168, 238, 0.28) 0 32%, transparent 32%),
    rgba(255, 255, 255, 0.075);
}

.product-stream span:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(240, 185, 79, 0.28) 0 24%, transparent 24%),
    rgba(255, 255, 255, 0.075);
}

.product-notes {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.product-notes .eyebrow {
  margin-bottom: 10px;
  color: var(--aqua);
}

.product-notes h3 {
  color: #fff;
  font-size: 1.6rem;
}

.product-notes p {
  margin-bottom: 0;
  color: rgba(232, 244, 255, 0.72);
}

.approach {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--night), #0d3b6d 62%, #126f9f);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
}

.approach p,
.approach .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline article {
  position: relative;
  padding: 24px 24px 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.timeline article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--aqua), var(--blue-2));
}

.platform-band {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(245, 249, 253, 0.84) 0%, rgba(226, 239, 247, 0.78) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.platform-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: start;
}

.platform-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.platform-matrix div {
  min-height: 130px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 38px rgba(9, 36, 72, 0.08);
}

.platform-matrix strong {
  display: block;
  margin-bottom: 10px;
}

.platform-matrix span {
  display: block;
  color: #4b6380;
  line-height: 1.65;
}

.proof {
  padding: 48px 0;
  background: var(--night);
}

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

.proof-grid div {
  padding: 28px;
  border-left: 3px solid var(--aqua);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.metric {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.proof p {
  color: rgba(232, 244, 255, 0.74);
}

.insights {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 250, 253, 0.86) 0%, rgba(229, 240, 248, 0.78) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

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

.simplified-insights {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.simplified-insights .insight-card.featured {
  grid-column: auto;
}

.insight-card {
  display: block;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(9, 36, 72, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 136, 214, 0.28);
  box-shadow: 0 24px 56px rgba(9, 36, 72, 0.13);
}

.insight-card.featured {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(9, 36, 72, 0.97), rgba(13, 94, 135, 0.9)),
    #092448;
  color: #fff;
}

.insight-card.featured h3 {
  max-width: 760px;
  font-size: 2rem;
}

.insight-card.featured p {
  max-width: 720px;
  color: rgba(232, 244, 255, 0.76);
}

.insight-status {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 10px;
  border: 1px solid rgba(24, 136, 214, 0.18);
  border-radius: 8px;
  background: rgba(24, 136, 214, 0.08);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insight-card p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--aqua);
  font-weight: 900;
}

.read-more::after {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--aqua), var(--blue-2));
}

.article-header {
  background: rgba(6, 24, 47, 0.94);
}

.article-shell {
  padding: 82px 0 96px;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 250, 253, 0.88) 0%, rgba(233, 243, 249, 0.76) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.article-wrap {
  max-width: 900px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue);
  font-weight: 900;
}

.article-shell h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: 3.25rem;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.article-lede {
  max-width: 820px;
  margin-bottom: 24px;
  color: #38506e;
  font-size: 1.2rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: #526984;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-shell section {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.article-shell section:first-of-type {
  margin-top: 0;
}

.article-shell h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.article-shell p,
.article-shell li {
  color: #38506e;
  font-size: 1.04rem;
  line-height: 1.8;
}

.article-callout {
  padding: 32px;
  border: 1px solid rgba(24, 136, 214, 0.22);
  border-radius: 8px;
  background: rgba(24, 136, 214, 0.06);
}

.article-callout ul {
  margin: 0;
  padding-left: 22px;
}

.article-sources {
  display: grid;
  gap: 12px;
}

.article-sources a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--blue);
  font-weight: 800;
}

.case-hero {
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 78% 16%, rgba(91, 211, 209, 0.14), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 48%, #11253b 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 48px;
  align-items: center;
}

.case-hero h1 {
  margin-bottom: 20px;
}

.case-hero .hero-lede {
  color: rgba(232, 244, 255, 0.78);
}

.migration-hero {
  background:
    linear-gradient(120deg, rgba(6, 19, 34, 0.92), rgba(8, 35, 63, 0.88)),
    url("assets/hcs-banner.jpg");
  background-size: cover;
  background-position: center;
}

.migration-visual {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(91, 211, 209, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 23, 0.76);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.migration-node {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.migration-node span {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.migration-node strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.migration-line {
  height: 3px;
  margin: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aqua), var(--blue), var(--magenta));
}

.migration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.migration-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(232, 244, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 900;
}

.tenant-hero {
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 78% 16%, rgba(182, 74, 168, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #07101f 0%, #0d2238 54%, #202340 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.tenant-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 50px;
  align-items: center;
}

.tenant-hero h1 {
  color: #fff;
}

.tenant-hero .hero-lede {
  color: rgba(232, 244, 255, 0.78);
}

.tenant-control-panel {
  overflow: hidden;
  border: 1px solid rgba(182, 74, 168, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(4, 10, 22, 0.76);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.control-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.control-panel-header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aqua), var(--magenta));
  box-shadow: 0 0 0 8px rgba(91, 211, 209, 0.08);
}

.control-panel-header strong {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.control-lanes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 22px;
}

.control-lanes span {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 211, 209, 0.1), rgba(182, 74, 168, 0.07)),
    rgba(255, 255, 255, 0.055);
  color: rgba(232, 244, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
}

.tenant-transition-visual {
  border-color: rgba(91, 211, 209, 0.28);
}

.tenant-transition-visual .migration-node {
  background:
    linear-gradient(135deg, rgba(91, 211, 209, 0.1), rgba(182, 74, 168, 0.08)),
    rgba(255, 255, 255, 0.07);
}

.tenant-transition-visual .migration-node span {
  color: var(--accent);
}

.tenant-transition-visual .migration-line {
  background: linear-gradient(90deg, var(--accent), var(--magenta), var(--blue));
}

.tenant-situation {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 250, 253, 0.9) 0%, rgba(229, 240, 248, 0.8) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.tenant-situation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 44px;
  align-items: start;
}

.tenant-brief-stack {
  display: grid;
  gap: 14px;
}

.tenant-brief-stack article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 14px 38px rgba(9, 36, 72, 0.08);
}

.tenant-brief-stack strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.86rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tenant-brief-stack span {
  display: block;
  color: #4b6380;
  line-height: 1.62;
}

.tenant-lanes {
  padding: 86px 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(182, 74, 168, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 54%, #151e3a 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.tenant-lanes .section-heading p,
.tenant-lanes .section-heading h2 {
  color: #fff;
}

.tenant-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tenant-lane-grid article {
  min-height: 268px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 23, 0.66);
}

.tenant-lane-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--magenta), var(--aqua));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.tenant-lane-grid h3 {
  color: #fff;
}

.tenant-lane-grid p {
  color: rgba(232, 244, 255, 0.72);
  font-size: 0.94rem;
}

.tenant-outcomes {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--night), #0d3b6d 62%, #43265f);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
}

.tenant-outcomes .section-heading p,
.tenant-outcomes .section-heading h2 {
  color: #fff;
}

.tenant-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tenant-outcome-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}

.tenant-outcome-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.86rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tenant-outcome-grid span {
  display: block;
  color: #4b6380;
  line-height: 1.62;
}

.work-hero {
  padding: 86px 0 96px;
  background:
    linear-gradient(120deg, rgba(6, 24, 47, 0.96), rgba(8, 41, 78, 0.9)),
    url("assets/hcs-banner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.work-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.7fr);
  gap: 46px;
  align-items: center;
}

.work-hero h1 {
  color: #fff;
  overflow-wrap: break-word;
}

.work-hero .hero-lede {
  color: rgba(232, 244, 255, 0.78);
}

.work-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(91, 211, 209, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 23, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.work-principles span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 244, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
}

.work-index {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 250, 253, 0.9) 0%, rgba(229, 240, 248, 0.8) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

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

.work-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--ink);
  box-shadow: 0 14px 38px rgba(9, 36, 72, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 211, 209, 0.38);
  box-shadow: 0 24px 58px rgba(9, 36, 72, 0.14);
}

.work-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.work-card h3 {
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.work-card p {
  color: #4b6380;
  font-size: 0.98rem;
}

.work-card strong {
  display: inline-flex;
  margin-top: auto;
  color: var(--blue);
  font-size: 0.88rem;
}

.work-card.tenant-work-card > span {
  color: #7b5aa8;
}

.work-card.software-work-card > span {
  color: var(--accent);
}

.work-thread {
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(91, 211, 209, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 54%, #102d44 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: #fff;
}

.work-thread-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.work-thread h2,
.work-thread .eyebrow {
  color: #fff;
}

.thread-list {
  display: grid;
  gap: 14px;
}

.thread-list article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.thread-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thread-list span {
  display: block;
  color: rgba(232, 244, 255, 0.75);
  line-height: 1.6;
}

.back-link.light {
  color: var(--aqua);
}

.case-section {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 36, 72, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(246, 250, 253, 0.86) 0%, rgba(229, 240, 248, 0.78) 100%);
  background-size: 68px 68px, 68px 68px, auto;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.case-points {
  display: grid;
  gap: 14px;
}

.case-points article,
.case-gallery figure {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 14px 38px rgba(9, 36, 72, 0.08);
}

.case-points article {
  padding: 24px;
}

.case-points strong,
.case-gallery strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.86rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-points span,
.case-gallery span {
  display: block;
  color: #4b6380;
  line-height: 1.62;
}

.migration-path {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061322 0%, #081b31 54%, #102d44 100%);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
}

.migration-path .section-heading p,
.migration-path .section-heading h2 {
  color: #fff;
}

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

.path-grid article {
  min-height: 284px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 23, 0.66);
}

.path-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--aqua));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.path-grid h3 {
  color: #fff;
}

.path-grid p {
  color: rgba(232, 244, 255, 0.72);
  font-size: 0.94rem;
}

.case-gallery-section {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--night), #0d3b6d 62%, #126f9f);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
}

.case-gallery-section .section-heading p,
.case-gallery-section .section-heading h2 {
  color: #fff;
}

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

.case-gallery figure {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
}

.case-gallery img {
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}

.case-gallery figcaption {
  min-height: 158px;
  padding: 20px;
}

.outcome-gallery figure {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 255, 0.9));
}

.outcome-gallery figcaption {
  min-height: 220px;
}

.contact {
  padding: 96px 0;
  background:
    linear-gradient(120deg, rgba(6, 24, 47, 0.96), rgba(13, 94, 135, 0.9)),
    url("assets/hcs-banner.jpg");
  background-size: cover;
  background-position: center;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 36px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(248, 251, 254, 0.9);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(232, 241, 248, 0.86);
  backdrop-filter: blur(14px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-grid img {
  width: 160px;
}

.footer-grid span {
  color: var(--steel);
  font-size: 0.9rem;
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .brand img {
    width: 146px;
  }

  .site-nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    overflow: hidden;
  }

  .brand {
    justify-self: center;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    font-size: 0.7rem;
  }

  .site-nav a {
    min-width: 0;
    padding: 9px 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
    padding-top: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .approach-grid,
  .principal-layout,
  .dynamic-layout,
  .delivery-showcase-grid,
  .tenant-hero-grid,
  .tenant-situation-grid,
  .work-hero-grid,
  .work-thread-grid,
  .software-layout,
  .software-teaser-grid,
  .platform-layout,
  .case-hero-grid,
  .case-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .insights-grid,
  .simplified-insights,
  .case-gallery,
  .path-grid,
  .showcase-card-stack,
  .work-card-grid,
  .work-principles,
  .tenant-lane-grid,
  .tenant-outcome-grid,
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insight-card.featured {
    grid-column: span 2;
  }

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

  .compact-proof,
  .expertise-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 760px) {
  .site-header {
    position: static;
    min-height: auto;
    padding: 14px;
  }

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

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .showcase-lede {
    padding: 20px;
  }

  .product-context-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    padding: 42px 0 48px;
  }

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.05rem);
  }

  .article-shell h1 {
    font-size: 2.28rem;
  }

  .work-hero h1,
  .tenant-hero h1,
  .case-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.2vw, 2.6rem);
    line-height: 1.04;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-actions,
  .contact-actions,
  .software-action-buttons {
    display: grid;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .trust-grid,
  .service-grid,
  .dynamic-points,
  .migration-map,
  .showcase-card-stack,
  .control-lanes,
  .work-principles,
  .insights-grid,
  .insight-card.featured,
  .platform-matrix,
  .compact-proof,
  .expertise-points,
  .case-gallery,
  .path-grid,
  .work-card-grid,
  .tenant-lane-grid,
  .tenant-outcome-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .insight-card.featured {
    grid-column: auto;
  }

  .services,
  .principal,
  .dynamic,
  .delivery-showcase,
  .work-hero,
  .work-index,
  .work-thread,
  .tenant-hero,
  .tenant-situation,
  .tenant-lanes,
  .tenant-outcomes,
  .software-lab,
  .approach,
  .platform-band,
  .migration-path,
  .insights,
  .contact {
    padding: 64px 0;
  }

  .principal-copy,
  .contact-panel,
  .article-callout {
    padding: 26px;
  }

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

  .product-ui {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    grid-template-columns: repeat(4, 34px);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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