:root {
  --color-primary-900: #0B2E63;
  --color-primary-rgb-900: 11, 46, 99;
  --color-primary-800: #123D7A;
  --color-primary-rgb-800: 18, 61, 122;
  --color-primary-700: #1E5AA8;
  --color-primary-rgb-700: 30, 90, 168;
  --color-primary-100: #EDF4FD;
  --color-primary-rgb-100: 237, 244, 253;
  --color-white: #FFFFFF;
  --color-surface: #F8FAFC;
  --color-footer-surface: #F3F4F6;
  --color-border: #E5E7EB;
  --color-text-primary: #000000;
  --color-text-secondary: #1F2937;
  --color-accent-orange: #F59E0B;
  --color-accent-green: #22C55E;
  --color-accent-red: #EF4444;
  --color-accent-purple: #7C3AED;
  --color-accent-cyan: #06B6D4;
  --color-accent-indigo: #4F46E5;
  --font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-section: 96px;
  --radius-card: 16px;
  --radius-button: 10px;
  --radius-control: 8px;
  --shadow-small: 0 8px 24px rgba(11, 46, 99, 0.08);
  --navy: #0B2E63;
  --navy-2: #123D7A;
  --blue: #1E5AA8;
  --blue-soft: #EDF4FD;
  --white: #FFFFFF;
  --surface: #F8FAFC;
  --footer: #F3F4F6;
  --border: #E5E7EB;
  --text: #1F2937;
  --muted: #6B7280;
  --orange: #F59E0B;
  --green: #22C55E;
  --purple: #7C3AED;
  --cyan: #06B6D4;
  --red: #EF4444;
  --indigo: #4F46E5;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 16px;
  --radius-btn: 10px;
  --shadow: 0 10px 30px rgba(11, 46, 99, .08);
  --shadow-hover: 0 18px 44px rgba(11, 46, 99, .14);
  --container: 1280px;
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased
}
a {
  color: inherit;
  text-decoration: none
}
img {
  display: block;
  max-width: 100%
}
button, input {
  font: inherit
}
.container {
  width: min(var(--container), calc(100% - 52px));
  margin-inline: auto
}
.section {
  padding: 64px 0
}
.section--soft {
  background: var(--surface)
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center
}
.text-secondary {
  color: var(--muted);
}
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -.03em
}
.section-heading p {
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 16px
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase
}
.title-rule {
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px 0 20px;
  border-radius: 3px;
  background: var(--orange)
}
.icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke
}
.popup-closeicon {
  width: 20px;
  height: 20px;
  fill: currentColor !important;
  stroke: none !important;
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: -60px;
  left: 16px;
  padding: 10px 14px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: #fff
}
.skip-link:focus {
  top: 16px
}
:focus-visible {
  outline: 3px solid rgba(30, 90, 168, .38);
  outline-offset: 3px
}
/* Shared header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 2px 10px rgba(11, 46, 99, .05);
  backdrop-filter: blur(10px)
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 72px
}
.brand {
  display: flex;
  align-items: center;
  min-width: 205px
}
.brand img {
  width: auto;
  height: 52px;
  max-width: 190px;
  object-fit: contain
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  color: var(--navy)
}
.nav-dropdown {
  position: relative
}
.nav-item, .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 13px 12px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer
}
.nav-item:hover, .nav-link:hover, .nav-link.active, .nav-item.active {
  color: var(--blue)
}
.nav-link.active, .nav-item.active {
  box-shadow: inset 0 -2px 0 var(--orange)
}
.nav-item::after {
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg)
}
.nav-dropdown.is-open>.nav-item::after {
  transform: rotate(-135deg)
}
.dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 120;
  display: grid;
  gap: 4px;
  min-width: 360px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11, 46, 99, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .15s
}
.industries-menu {
  left: -150px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 590px
}
.nav-dropdown:hover>.dropdown-menu, .nav-dropdown.is-open>.dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}
.dropdown-link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.3
}
.dropdown-link:hover, .dropdown-link:focus-visible {
  background: transparent;
  color: var(--blue)
}
.dropdown-link.active {
  background: var(--navy);
  color: #fff
}
.nav-cta,
.btn-primary,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 10px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-button);
  background: var(--color-accent-orange);
  color: var(--color-white);
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.nav-cta {
  min-height: 44px;
  white-space: nowrap;
}
.nav-cta::after,
.btn-primary::after,
.btn--arrow::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}
.nav-cta:hover,
.btn-primary:hover {
  background: #D97706;
  box-shadow: 0 8px 18px rgba(11, 46, 99, 0.12);
  transform: translateY(-2px);
  color: var(--color-white);
}
.btn--secondary:hover {
  border-color: var(--blue);
  background: var(--blue-soft)
}
.mobile-nav-cta {
  display: none
}
.mobile-menu {
  display: none;
  margin-left: auto;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--navy)
}
/* Shared hero */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #F5F8FC 100%)
}
.page-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(36px, calc((100vw - var(--container))/2 + 26px)) 64px max(36px, calc((100vw - var(--container))/2))
}
.page-hero__copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--navy);
  font-size: 50px;
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.08
}
.page-hero__copy .lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px
}
.page-hero__media {
  position: relative;
  min-height: 520px;
  background: var(--navy)
}
.page-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 46, 99, .02), rgba(11, 46, 99, .06));
  content: ""
}
.page-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover
}
.page-hero--dark {
  background: linear-gradient(135deg, var(--navy), var(--navy-2))
}
.page-hero--dark .page-hero__copy h1, .page-hero--dark .page-hero__copy .lead, .page-hero--dark .eyebrow {
  color: #fff
}
.page-hero--dark .page-hero__copy .lead {
  color: rgba(255, 255, 255, .87)
}
/* Generic components */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}
.card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 4px 16px rgba(11, 46, 99, .04);
  transition: transform .18s, box-shadow .18s, border-color .18s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.card:hover {
  border-color: #C7D6EA;
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px)
}
.icon-box {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #DCE5F1;
  border-radius: 14px;
  background: transparent;
  color: var(--blue)
}
.icon-box .icon {
  width: 32px;
  height: 32px
}
.card h3 {
  margin: 18px 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}
.card-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px
}
.stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff
}
.stat-card .icon-box {
  width: 52px;
  height: 52px;
  flex: 0 0 52px
}
.stat-card strong {
  display: block;
  color: var(--navy);
  font-size: 27px;
  line-height: 1
}
.stat-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px
}
.banner {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), #08234C);
  color: #fff;
  box-shadow: var(--shadow)
}
.banner h2, .banner h3 {
  margin: 0;
  color: #fff
}
.banner p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .78)
}
.banner-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none
}
.banner-points li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .91);
  font-size: 13px
}
.banner-points .icon {
  width: 18px;
  height: 18px
}
.section-footer-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 700
}
.compact-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px
}
.compact-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  text-align: center
}
.compact-card .icon {
  width: 34px;
  height: 34px;
  color: var(--navy)
}
.compact-card strong {
  margin-top: 10px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff
}
.metric {
  padding: 25px 18px;
  text-align: center
}
.metric+.metric {
  border-left: 1px solid var(--border)
}
.metric .icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  color: var(--blue)
}
.metric strong {
  display: block;
  color: var(--navy);
  font-size: 28px
}
.metric span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px
}
.logo-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff
}
.wordmark {
  color: #8B949E;
  font-size: 18px;
  font-weight: 750;
  text-align: center;
  filter: grayscale(1)
}
.logo-carousel {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%)
}
.logo-carousel__viewport {
  display: flex;
  width: max-content;
  animation: logo-scroll 32s linear infinite
}
.logo-carousel:hover .logo-carousel__viewport {
  animation-play-state: paused
}
.logo-carousel__track {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  flex-shrink: 0
}
.logo-carousel__track span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px
}
.logo-carousel__track img {
  height: 100px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 1;
  transition: filter .2s ease, opacity .2s ease
}
/* .logo-carousel__track img:hover {
  filter: grayscale(0);
  opacity: 1
} */
@keyframes logo-scroll {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-50%)
  }
}
@media (prefers-reduced-motion:reduce) {
  .logo-carousel__viewport {
    animation: none
  }
}
.logo-row .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-s);
  margin: var(--space-m) 0;
}
.logo-row .logos span {
  width: 100px;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-secondary);
  font-size: var(--font-size-body-lg);
}
/* Home */
.home-challenges {
  margin-top: -10px
}
.capability-grid .card {
  padding: 22px
}
.industry-strip {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff
}
.industry-chip {
  display: flex;
  min-height: 106px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 6px;
  border-radius: 11px;
  text-align: center
}
.industry-chip:hover {
  background: var(--blue-soft)
}
.industry-chip .icon {
  width: 30px;
  height: 30px;
  color: var(--navy)
}
.industry-chip span {
  margin-top: 9px;
  color: var(--navy);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.3
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}
.insight-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 4px 16px rgba(11, 46, 99, .04)
}
.insight-card img {
  width: 100%;
  height: 150px;
  object-fit: cover
}
.insight-card__body {
  padding: 20px
}
.insight-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase
}
.insight-card h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.35
}
.insight-card a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700
}
/* Solutions */
.solution-card {
  position: relative
}
.solution-card .icon-box {
  color: #fff;
  border: 0
}
.solution-card:nth-child(1) .icon-box {
  background: var(--navy)
}
.solution-card:nth-child(2) .icon-box {
  background: var(--purple)
}
.solution-card:nth-child(3) .icon-box {
  background: #3E7E43
}
.solution-card:nth-child(4) .icon-box {
  background: var(--blue)
}
.solution-card:nth-child(5) .icon-box {
  background: #1B8B8E
}
.solution-card:nth-child(6) .icon-box {
  background: #C62828
}
.solution-card:nth-child(7) .icon-box {
  background: #F59E0B
}
.solution-card:nth-child(8) .icon-box {
  background: #E52F74
}
.solution-system {
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  gap: 26px;
  align-items: center
}
.solution-system__list {
  display: grid;
  gap: 22px
}
.system-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start
}
.system-item .icon-box {
  width: 52px;
  height: 52px
}
.system-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px
}
.system-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px
}
.solution-system__visual {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow)
}
.solution-system__visual img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover
}
/* Knowledge */
.knowledge-search {
  max-width: 620px;
  margin-top: 26px
}
.search-label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700
}
.search-wrap {
  display: flex;
  gap: 10px
}
.search-wrap input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: #fff;
  color: var(--text)
}
.trending {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px
}
.trending strong {
  color: #fff
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px
}
.topic-card {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 9px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  text-align: center
}
.topic-card .icon {
  width: 38px;
  height: 38px;
  color: var(--navy)
}
.topic-card strong {
  margin-top: 13px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35
}
.topic-card span {
  margin-top: 7px;
  color: var(--blue);
  font-size: 11px
}
.knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  gap: 24px
}
.panel {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff
}
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}
.panel-header h2, .panel-header h3 {
  margin: 0;
  color: var(--navy)
}
.panel-header a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px
}
.featured-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff
}
.featured-card img {
  width: 100%;
  height: 130px;
  object-fit: cover
}
.featured-card__body {
  padding: 15px
}
.featured-card h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.35
}
.featured-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px
}
.resource-list, .popular-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none
}
.resource-list li, .popular-list li {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--border)
}
.resource-list li:first-child, .popular-list li:first-child {
  border-top: 0
}
.resource-list .icon-box, .popular-list .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px
}
.resource-list strong, .popular-list strong {
  display: block;
  color: var(--navy);
  font-size: 13px
}
.resource-list span, .popular-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px
}
.resource-list b, .popular-list b {
  color: var(--blue)
}
.knowledge-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.contact-card {
  margin-top: 20px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff
}
.contact-card h3 {
  margin: 0
}
.contact-card p {
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px
}
/* About */
.about-stats {
  margin-top: -48px;
  position: relative;
  z-index: 3
}
.purpose-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 26px 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow)
}
.purpose-card .icon-box {
  width: 72px;
  height: 72px;
  color: var(--purple);
  background: #F4EEFF
}
.purpose-card p {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.55
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px
}
.value-card {
  text-align: center
}
.value-card .icon-box {
  margin: 0 auto
}
.value-card:nth-child(1) .icon-box {
  color: var(--purple);
  background: #F4EEFF
}
.value-card:nth-child(2) .icon-box {
  color: var(--blue);
  background: var(--blue-soft)
}
.value-card:nth-child(3) .icon-box {
  color: #0F9B9D;
  background: #E9FBFB
}
.value-card:nth-child(4) .icon-box {
  color: #E52F74;
  background: #FFF0F6
}
.value-card:nth-child(5) .icon-box {
  color: #F97316;
  background: #FFF4E8
}
.journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative
}
.journey::before {
  position: absolute;
  top: 30px;
  right: 7%;
  left: 7%;
  height: 2px;
  background: #D9E2EE;
  content: ""
}
.journey-item {
  position: relative;
  padding: 0 12px;
  text-align: center
}
.journey-dot {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 2px #A7C5EC
}
.journey-item:nth-child(1) .journey-dot {
  background: var(--purple)
}
.journey-item:nth-child(3) .journey-dot {
  background: #0F9B9D
}
.journey-item:nth-child(4) .journey-dot {
  background: #E52F74
}
.journey-item:nth-child(5) .journey-dot {
  background: #F97316
}
.journey-item:nth-child(6) .journey-dot {
  background: var(--navy)
}
.journey-dot .icon {
  width: 28px;
  height: 28px
}
.journey-item .year {
  color: var(--blue);
  font-size: 13px;
  font-weight: 750
}
.journey-item h3 {
  margin: 7px 0;
  color: var(--navy);
  font-size: 13px
}
.journey-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55
}
.partner-panel {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 36px;
  padding: 38px;
  border-radius: var(--radius);
  background: var(--color-primary-100);
  color: var(--color-primary-900);
}
.partner-panel h2 {
  margin: 0;
  color: var(--color-primary-900);
  font-size: 34px
}
.partner-panel p {
  color: var(--color-primary-900);
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0
}
.partner-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 16px;
  border-left: 1px solid rgba(var(--color-primary-rgb-900), .1);
  border-bottom: 1px solid rgba(var(--color-primary-rgb-900), .1);
}
.partner-item:nth-child(3n+1) {
  border-left: 0
}
.partner-item:nth-child(n+4) {
  border-bottom: 0
}
.partner-item .icon {
  width: 32px;
  height: 32px;
  color: var(--orange)
}
.partner-item strong {
  display: block;
  font-size: 16px
}
.partner-item span {
  display: block;
  margin-top: 4px;
  color: rgba(var(--color-primary-rgb-900), .72);
  font-size: 13px
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}
.leader-card {
  display: flex;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(11, 46, 99, 0.03);
  transition: transform .2s ease, box-shadow .2s ease;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.leader-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leader-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 46, 99, 0.08)
}
.leader-card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover
}
.leader-card h3 {
  margin: 2px 0 3px;
  color: var(--navy);
  font-size: 18px
}
.leader-card .role {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700
}
.leader-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.leader-social-links{
  margin-top: 10px;
}
.leader-social-links .icon {
  width: 24px;
  height: 24px;
  color: var(--blue)
}
/* Footer */
.site-footer {
  padding: 34px 0 20px;
  border-top: 1px solid var(--border);
  background: var(--footer);
  color: var(--navy)
}
.footer-main {
  display: grid;
  grid-template-columns: 230px repeat(4, 1fr);
  gap: 34px
}
.footer-brand img {
  height: 58px;
  max-width: 190px
}
.footer-brand p {
  margin: 14px 0;
  color: var(--muted);
  font-size: 12px
}
.footer-col h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase
}
.footer-col a {
  display: block;
  margin: 6px 0;
  color: var(--navy);
  font-size: 12px
}
.footer-col a:hover {
  color: var(--blue)
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 15px
}
.social {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 46, 99, .3);
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 700
}
.footer-rule {
  height: 1px;
  margin: 24px 0 14px;
  background: var(--border)
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px
}
.legal {
  display: flex;
  gap: 14px
}
@media(max-width:1120px) {
  .site-nav {
    display: none
  }
  .mobile-menu {
    display: block
  }
  .brand {
    min-width: auto
  }
  .nav-wrap {
    position: relative
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 110;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    max-height: calc(100vh - 88px);
    margin: 0;
    padding: 14px;
    overflow-y: auto;
    border: 1px solid var(--border);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(11, 46, 99, .14)
  }
  .site-nav.is-open {
    display: flex
  }
  .nav-dropdown {
    width: 100%
  }
  .nav-item, .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 13px 14px;
    border-radius: 8px
  }
  .dropdown-menu, .industries-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 7px;
    border-radius: 10px;
    background: var(--surface);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none
  }
  .nav-dropdown:hover>.dropdown-menu {
    display: none
  }
  .nav-dropdown.is-open>.dropdown-menu {
    display: grid
  }
  .mobile-nav-cta {
    display: inline-flex;
    min-height: 48px;
    margin-top: 4px
  }
  .page-hero__copy {
    padding-left: 32px;
    padding-right: 32px
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .compact-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .industry-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .metric:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--border)
  }
  .metric:nth-child(n+4) {
    border-top: 1px solid var(--border)
  }
  .solution-system {
    grid-template-columns: 1fr 320px 1fr
  }
  .topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 0
  }
  .journey::before {
    display: none
  }
  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .footer-main {
    grid-template-columns: 1.5fr repeat(2, 1fr)
  }
  .footer-col:nth-child(n+4) {
    margin-top: 8px
  }
  .logo-row {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
}
@media(max-width:900px) {
  .page-hero {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .page-hero__copy {
    padding-top: 52px;
    padding-bottom: 52px
  }
  .page-hero__copy h1 {
    font-size: 42px
  }
  .page-hero__media, .page-hero__media img {
    min-height: 380px;
    height: 380px
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .banner {
    grid-template-columns: 1fr
  }
  .compact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .solution-system {
    grid-template-columns: 1fr
  }
  .solution-system__visual {
    max-width: 430px;
    margin: 0 auto
  }
  .knowledge-layout {
    grid-template-columns: 1fr
  }
  .knowledge-columns {
    grid-template-columns: 1fr
  }
  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .about-stats {
    margin-top: 24px
  }
  .partner-panel {
    grid-template-columns: 1fr
  }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .logo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}
@media(max-width:640px) {
  .container {
    width: min(100% - 28px, var(--container))
  }
  .nav-wrap {
    height: 64px
  }
  .brand img {
    height: 46px;
    max-width: 165px
  }
  .nav-cta {
    display: none
  }
  .section {
    padding: 46px 0
  }
  .section-heading h2 {
    font-size: 28px
  }
  .page-hero__copy {
    padding: 42px 20px
  }
  .page-hero__copy h1 {
    font-size: 36px
  }
  .page-hero__copy .lead {
    font-size: 16px
  }
  .page-hero__media, .page-hero__media img {
    min-height: 260px;
    height: 260px
  }
  .stats-grid, .card-grid, .insights-grid, .values-grid, .leadership-grid {
    grid-template-columns: 1fr
  }
  .compact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .industry-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .metric-grid {
    grid-template-columns: 1fr
  }
  .metric+.metric {
    border-left: 0;
    border-top: 1px solid var(--border)
  }
  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .featured-grid {
    grid-template-columns: 1fr
  }
  .journey {
    grid-template-columns: 1fr
  }
  .journey-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    text-align: left;
    gap: 14px;
    padding: 0
  }
  .journey-dot {
    margin: 0
  }
  .partner-grid {
    grid-template-columns: 1fr
  }
  .partner-item {
    border-left: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15) !important
  }
  .partner-item:last-child {
    border-bottom: 0 !important
  }
  .leader-card {
    grid-template-columns: 90px 1fr
  }
  .leader-card img {
    width: 100%;
    height: 100%;
  }
  .purpose-card {
    grid-template-columns: 1fr;
    text-align: center
  }
  .purpose-card .icon-box {
    margin: auto
  }
  .footer-main {
    grid-template-columns: 1fr
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center
  }
  .legal {
    justify-content: center;
    flex-wrap: wrap
  }
  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px
  }
}
/* v1.2 standardized core-page hero */
.standard-hero {
  padding: 34px 0 42px;
  background: linear-gradient(135deg, #f7faff 0%, #fff 52%, #f4f8fd 100%)
}
.standard-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 46px;
  min-height: 420px
}
.standard-hero__copy {
  padding: 34px 0
}
.standard-hero__copy .eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}
.standard-hero__copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1.06;
  letter-spacing: -.035em
}
.standard-hero__rule {
  width: 56px;
  height: 4px;
  margin: 20px 0;
  border-radius: 999px;
  background: var(--orange)
}
.standard-hero__copy>p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65
}
.standard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px
}
.standard-hero__card {
  height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #dce8f6;
  box-shadow: 0 22px 58px rgba(11, 46, 99, .16)
}
.standard-hero__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
/* v1.2 editable integrated-solutions ecosystem */
.solution-ecosystem {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 34px
}
.ecosystem-column {
  display: grid;
  gap: 16px
}
.ecosystem-node {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(11, 46, 99, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease
}
.ecosystem-node:hover {
  transform: translateY(-3px);
  border-color: #a9c6eb;
  box-shadow: 0 16px 34px rgba(11, 46, 99, .11)
}
.ecosystem-node .icon-box {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: transparent;
  color: var(--blue)
}
.ecosystem-node h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.25
}
.ecosystem-node p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5
}
.ecosystem-column--left .ecosystem-node::after, .ecosystem-column--right .ecosystem-node::before {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 1px;
  background: #bfd0e5;
  content: ""
}
.ecosystem-column--left .ecosystem-node::after {
  right: -29px
}
.ecosystem-column--right .ecosystem-node::before {
  left: -29px
}
.ecosystem-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 496px;
  padding: 34px 28px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 28%, rgba(28, 130, 220, .4), transparent 28%), linear-gradient(145deg, #0b2e63, #061d43);
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 55px rgba(11, 46, 99, .22)
}
.ecosystem-core__mark {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, .08)
}
.ecosystem-core__mark img {
  width: 104px;
  height: auto;
  max-height: 72px;
  object-fit: contain
}
.ecosystem-core h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.25
}
.ecosystem-core p {
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 1.65
}
.ecosystem-badge {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em
}
@media(max-width:1050px) {
  .standard-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
  .standard-hero__copy h1 {
    font-size: 44px
  }
  .solution-ecosystem {
    grid-template-columns: 1fr 1fr
  }
  .ecosystem-core {
    grid-column: 1/-1;
    grid-row: 1;
    min-height: 360px
  }
  .ecosystem-column--left .ecosystem-node::after, .ecosystem-column--right .ecosystem-node::before {
    display: none
  }
}
@media(max-width:760px) {
  .standard-hero {
    padding: 20px 0 32px
  }
  .standard-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .standard-hero__copy {
    padding: 22px 0 0
  }
  .standard-hero__copy h1 {
    font-size: 38px
  }
  .standard-hero__copy>p:not(.eyebrow) {
    font-size: 16px
  }
  .standard-hero__card {
    height: 300px
  }
  .solution-ecosystem {
    grid-template-columns: 1fr
  }
  .ecosystem-core {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px
  }
  .ecosystem-node {
    min-height: 104px
  }
  .ecosystem-column--right {
    margin-top: 0
  }
}
/* Unified marketing hero system aligned to the solution detail page hero */
.hero, .unified-hero {
  position: relative;
  padding: 42px 0 18px;
  background: linear-gradient(90deg, #fff 0%, #fff 48%, #F3F8FE 100%)
}
.hero-grid, .unified-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 470px) 1fr;
  align-items: center;
  gap: 34px;
  min-height: 340px
}
.hero-copy, .unified-hero__copy {
  padding: 7px 0 22px
}
.hero h1, .unified-hero__copy h1 {
  max-width: 600px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.035em
}
.accent-rule, .unified-hero__rule {
  width: 52px;
  height: 3px;
  margin: 20px 0 21px;
  border-radius: 2px;
  background: var(--orange)
}
.hero p:not(.eyebrow), .unified-hero__copy p {
  max-width: 520px;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55
}
.hero-actions, .unified-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 30px
}
.video-link, .hero-video-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap
}
.video-link:hover, .hero-video-link:hover {
  color: var(--blue)
}
.play-dot, .hero-play-dot {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #fff
}
.play-dot::before, .hero-play-dot::before {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  content: ""
}
.hero-art, .unified-hero__art {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0
}
.hero-card, .unified-hero__card {
  width: 100%;
  max-width: 622px;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 190px 0 0 190px;
  background: transparent;
  box-shadow: 0 18px 46px rgba(11, 46, 99, .14);
  transform: translateX(8px)
}
.hero-card img, .unified-hero__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.hero--home .hero-card img, .unified-hero--home .unified-hero__card img {
  object-position: center 48%
}
.hero--about .hero-card img, .unified-hero--about .unified-hero__card img {
  object-position: center 42%
}
.hero--solutions .hero-card img, .unified-hero--solutions .unified-hero__card img {
  object-position: center 48%
}
.hero .btn, .unified-hero .btn {
  min-height: 46px;
  padding: 0 26px
}
@media(max-width:1050px) {
  .hero-grid, .unified-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: 44px
  }
}
@media(max-width:760px) {
  .hero, .unified-hero {
    padding: 20px 0 28px
  }
  .hero-grid, .unified-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .hero-copy, .unified-hero__copy {
    padding: 10px 0 0
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: 38px
  }
  .hero p:not(.eyebrow), .unified-hero__copy p {
    font-size: 16px
  }
  .hero-actions, .unified-hero__actions {
    align-items: flex-start;
    gap: 16px
  }
  .hero-card, .unified-hero__card {
    height: 280px;
    transform: none;
    border-radius: 36px
  }
}
/* v1.3.4 hero wave and page geometry */
:root {
  --container: 1376px;
}
.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.hero, .unified-hero {
  padding: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 46%, #eef5ff 100%);
  overflow: hidden;
}
.hero-grid, .unified-hero__grid {
  display: grid;
  grid-template-columns: minmax(410px, 500px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: 360px;
}
.hero-copy, .unified-hero__copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px 40px 0;
}
.hero h1, .unified-hero__copy h1 {
  max-width: 610px;
  margin: 0;
  color: var(--navy, var(--color-primary-900));
  font-size: clamp(42px, 4.1vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: .01em;
}
.accent-rule, .unified-hero__rule {
  width: 52px;
  height: 3px;
  margin: 18px 0 20px;
  border-radius: 999px;
  background: var(--orange, var(--color-accent-orange));
}
.hero p:not(.eyebrow), .unified-hero__copy p {
  max-width: 525px;
  margin: 0;
  color: var(--text, var(--color-text-primary));
  font-size: 18px;
  line-height: 1.58;
}
.hero-actions, .unified-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}
.hero-art, .unified-hero__art {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: 0 28px 28px 0;
}
.hero-art::before, .unified-hero__art::before {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 -1px;
  width: 200px;
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 430' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0h182c-71 64-90 141-39 214 55 80 57 157-18 216H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero--home .hero-art::before, .hero--about .hero-art::before {
  width: 200px;
}
.hero-art::after, .unified-hero__art::after {
  display: none;
}
.hero-card, .unified-hero__card {
  position: relative;
  width: 100%;
  max-width: none;
  height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 28px 28px 0;
  background: transparent;
  box-shadow: 0 18px 46px rgba(11, 46, 99, .13);
  transform: none;
}
.hero-card::before, .unified-hero__card::before {
  display: none;
}
.hero-card img, .unified-hero__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.hero--home .hero-card img, .unified-hero--home .unified-hero__card img {
  object-position: center 48%;
}
.hero--about .hero-card img, .unified-hero--about .unified-hero__card img {
  object-position: center 44%;
}
.hero--solutions .hero-card img, .unified-hero--solutions .unified-hero__card img {
  object-position: center 50%;
}
.hero .btn, .unified-hero .btn {
  min-height: 46px;
  padding: 0 26px;
}
.section>.container, .section-tight>.container, .framework-wrap, .insights-wrap, .cta-panel, .purpose-card, .partner-card, .metric-card {
  border-radius: 20px;
}
@media(max-width:1050px) {
  .hero-grid, .unified-hero__grid {
    grid-template-columns: minmax(340px, 44%) 1fr;
  }
  .hero-copy, .unified-hero__copy {
    padding-right: 26px;
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: 42px;
  }
  .hero-art::before, .unified-hero__art::before {
    width: 180px;
  }
}
@media(max-width:760px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }
  .hero, .unified-hero {
    padding: 18px 0 26px;
  }
  .hero-grid, .unified-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }
  .hero-copy, .unified-hero__copy {
    padding: 10px 0 0;
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: 36px;
  }
  .hero p:not(.eyebrow), .unified-hero__copy p {
    font-size: 16px;
  }
  .hero-art, .unified-hero__art {
    min-height: 280px;
    border-radius: 28px;
  }
  .hero-art::before, .unified-hero__art::before {
    display: none;
  }
  .hero-card, .unified-hero__card {
    height: 280px;
    border-radius: 28px;
  }
}
/* v1.3.7 hero polish: curved gradient overlay, no blue backplate, safer copy spacing */
:root {
  --hero-desktop-height: 420px;
}
.hero, .unified-hero {
  height: var(--hero-desktop-height);
  min-height: var(--hero-desktop-height);
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.hero-grid, .unified-hero__grid {
  height: 100%;
  min-height: 100%;
  grid-template-columns: minmax(440px, 540px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
}
.hero-copy, .unified-hero__copy {
  height: 100%;
  justify-content: center;
  padding: 38px 56px 40px 0;
  overflow: visible;
}
.hero h1, .unified-hero__copy h1 {
  max-width: 600px;
  font-size: clamp(38px, 3.55vw, 46px);
  line-height: 1.08;
}
.hero p:not(.eyebrow), .unified-hero__copy p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.56;
}
.hero-actions, .unified-hero__actions {
  gap: 18px;
  margin-top: 32px;
}
.hero-art, .unified-hero__art {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  background: transparent;
}
.hero-art::before, .unified-hero__art::before {
  inset: 0 auto 0 -1px;
  width: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 430' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0h182c-71 64-90 141-39 214 55 80 57 157-18 216H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero--home .hero-art::before, .hero--about .hero-art::before {
  width: 200px;
}
.hero-art::after, .unified-hero__art::after {
  display: none;
}
.hero-card, .unified-hero__card {
  height: 100%;
  min-height: 100%;
  border-radius: 0 30px 30px 0;
  box-shadow: none;
  background: transparent;
}
.hero-card img, .unified-hero__card img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
@media(max-width:1050px) {
  :root {
    --hero-desktop-height: 392px
  }
  .hero-grid, .unified-hero__grid {
    grid-template-columns: minmax(360px, 45%) 1fr
  }
  .hero-copy, .unified-hero__copy {
    padding: 34px 34px 36px 0
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: clamp(34px, 4vw, 41px)
  }
  .hero-art::before, .unified-hero__art::before {
    width: 202px
  }
  .hero-art::after, .unified-hero__art::after {
    left: 108px;
    width: 136px
  }
}
@media(max-width:760px) {
  .hero, .unified-hero {
    height: auto;
    min-height: 0;
    padding: 18px 0 26px
  }
  .hero-grid, .unified-hero__grid {
    height: auto;
    grid-template-columns: 1fr;
    gap: 18px
  }
  .hero-copy, .unified-hero__copy {
    height: auto;
    padding: 10px 0 0
  }
  .hero-art, .unified-hero__art {
    height: 280px;
    min-height: 280px;
    border-radius: 28px
  }
  .hero-art::before, .hero-art::after, .unified-hero__art::before, .unified-hero__art::after {
    display: none
  }
  .hero-card, .unified-hero__card {
    height: 280px;
    min-height: 280px;
    border-radius: 28px
  }
}
/* v1.3.8 spacing and hero overflow corrections */
.section {
  padding: 44px 0;
}
.section-heading {
  margin-bottom: 22px;
}
.section-heading h2 {
  font-size: 32px;
}
.about-stats {
  margin-top: -24px;
}
.purpose-card {
  padding: 22px 26px;
}
.hero, .unified-hero {
  height: auto;
  min-height: 470px;
  overflow: hidden;
}
.hero-grid, .unified-hero__grid {
  height: auto;
  min-height: 470px;
}
.hero-copy, .unified-hero__copy {
  height: auto;
  min-height: 470px;
  padding: 28px 0px 30px 0;
}
.hero h1, .unified-hero__copy h1 {
  font-size: clamp(36px, 3.25vw, 44px);
  line-height: 1.07;
}
.hero p:not(.eyebrow), .unified-hero__copy p {
  font-size: 17px;
  line-height: 1.55;
}
.hero-actions, .unified-hero__actions {
  margin-top: 24px;
}
.hero-art, .unified-hero__art,
.hero-card, .unified-hero__card {
  height: auto;
  min-height: 470px;
}
.hero-card img, .unified-hero__card img {
  min-height: 470px;
}
@media(max-width:1050px) {
  .hero, .unified-hero, .hero-grid, .unified-hero__grid,
  .hero-copy, .unified-hero__copy, .hero-art, .unified-hero__art,
  .hero-card, .unified-hero__card, .hero-card img, .unified-hero__card img {
    min-height: 440px;
  }
  .hero-copy, .unified-hero__copy {
    padding: 26px 30px 28px 0;
  }
  .hero h1, .unified-hero__copy h1 {
    font-size: clamp(34px, 3.8vw, 40px);
  }
}
@media(max-width:760px) {
  .section {
    padding: 36px 0;
  }
  .section-heading {
    margin-bottom: 18px;
  }
  .about-stats {
    margin-top: 0;
  }
  .hero, .unified-hero, .hero-grid, .unified-hero__grid,
  .hero-copy, .unified-hero__copy, .hero-art, .unified-hero__art,
  .hero-card, .unified-hero__card, .hero-card img, .unified-hero__card img {
    min-height: 0;
  }
  .hero-copy, .unified-hero__copy {
    padding: 10px 0 4px;
  }
}
.btn-primary-blue {
  background: var(--color-primary-800);
  color: var(--color-white);
  border-color: var(--color-primary-900);
}
.btn-primary-blue .icon {
  color: var(--color-white) !important;
}
.btn-primary-green .icon {
  color: var(--color-white) !important;
}
.btn-primary-blue:hover, .btn:hover.btn-primary-blue:hover {
  background: var(--color-primary-700) !important;
  color: var(--color-white) !important;
}
.btn-primary-green {
  background: var(--color-green-500) !important;
  color: var(--color-white) !important;
  border-color: var(--color-green-600);
}
.btn-primary-green:hover {
  background: var(--color-green-600) !important;
  color: var(--color-white) !important;
}
.bdr-50 {
  border-radius: 50% !important;
}
.exad-team-member-thumb {
  height: 155px;
  width: 155px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.exad-team-member-thumb.style_2 {
  -webkit-animation: clip-2 10s linear infinite alternate forwards;
  animation: clip-2 10s linear infinite alternate forwards;
  overflow: hidden;
}
@keyframes clip-2 {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%
  }
}
/* ==========================================================================
   LEGAL & POLICY PAGES STYLING
   ========================================================================== */
.legal-page {
  padding: 56px 0 80px;
  background: var(--color-surface);
}
.legal-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 48px;
  box-shadow: 0 4px 20px rgba(11, 46, 99, 0.04);
}
.legal-header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 28px;
  margin-bottom: 36px;
}
.legal-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary-900);
  margin: 0 0 14px;
  line-height: 1.25;
}
.legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--color-primary-100);
  color: var(--color-primary-900);
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}
.legal-body section {
  margin-bottom: 36px;
}
.legal-body section:last-child {
  margin-bottom: 0;
}
.legal-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary-900);
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-primary-100);
}
.legal-body h2:first-of-type {
  margin-top: 0;
}
.legal-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-primary-800);
  margin: 20px 0 10px;
}
.legal-body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0 0 14px;
}
.legal-body ul, .legal-body ol {
  margin: 0 0 18px 24px;
  padding: 0;
}
.legal-body li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
}
.legal-contact-box {
  background: var(--color-primary-100);
  border: 1px solid rgba(18, 61, 122, 0.15);
  border-radius: var(--radius-button);
  padding: 24px 28px;
  margin-top: 24px;
}
.legal-contact-box h3 {
  margin-top: 0;
  color: var(--color-primary-900);
}
.legal-contact-box a {
  color: var(--color-primary-700);
  font-weight: 600;
  text-decoration: underline;
}
.legal-contact-box a:hover {
  color: var(--color-primary-900);
}
@media (max-width: 768px) {
  .legal-card {
    padding: 28px 20px;
  }
  .legal-header h1 {
    font-size: 28px;
  }
}