:root {
  --brand: #07b4aa;
  --brand-dark: #06978f;
  --hero-bg: #a7dbe1;
  --hero-line: rgba(46, 129, 139, 0.2);
  --text: #626973;
  --service-cta: #2f7478;
  --service-cta-muted: #d8eef0;
  --footer: #526a6d;
  --footer-text: #e7eeee;
  --footer-muted: #cbdadb;
  --footer-line: rgba(231, 238, 238, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: 'Helvetica Neue', Arial, 'Microsoft YaHei', sans-serif;
  font-size: 14px;
}

.ui.container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.ui.text.container {
  width: min(760px, calc(100% - 48px));
}

.ui.menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.ui.menu .item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 48px;
  padding: 0 16px;
  text-decoration: none;
}

.ui.menu .right.menu {
  display: flex;
  margin-left: auto;
}

.ui.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ui.grid.divided > .column + .column {
  border-left: 1px solid #dedede;
}

.ui.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.ui.button.mini {
  min-height: 34px;
  padding: 0 15px;
  font-size: 0.92rem;
}

.ui.basic.button {
  background: transparent;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  line-height: 1;
}

.site-menu .icon::before {
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.1em;
  border-radius: 2px;
  background: currentColor;
  content: '';
}

.hero-actions .icon::before,
.feature-button .icon::before {
  content: '';
}

.site-header {
  background: var(--brand);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.site-menu.ui.menu {
  min-height: 48px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.site-menu.ui.secondary.inverted.menu .item {
  color: #ecfffd !important;
  font-weight: 600;
}

.site-menu.ui.secondary.inverted.menu .item:hover,
.site-menu.ui.secondary.inverted.menu .active.item {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff !important;
}

.brand {
  padding-block: 0 !important;
}

.brand-logo {
  display: block;
  width: 174px;
  height: 48px;
  object-fit: contain;
}

.auth-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-actions {
  display: flex;
}
.auth-menu button.item {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.auth-user {
  cursor: default;
}
.auth-dialog {
  width: min(94vw, 520px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}
.auth-dialog::backdrop {
  background: rgba(14, 24, 33, 0.72);
  backdrop-filter: blur(4px);
}
.auth-dialog-shell {
  position: relative;
  padding: 28px 38px 22px;
}
.auth-dialog-close {
  position: absolute;
  top: 14px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-size: 16px;
}
.auth-dialog-brand img {
  width: 108px;
  height: 27px;
  object-fit: contain;
}
.auth-form .register-only[hidden] {
  display: none !important;
}
.auth-dialog h2 {
  margin: 18px 0 5px;
  color: #142a39;
}
.auth-dialog-intro {
  margin: 0 0 18px;
  color: #697984;
}
.auth-form.ui.form .field {
  position: relative;
  height: auto;
  min-height: 0;
  margin-bottom: 0.85em;
  clear: both;
}
.auth-form.ui.form .field > label {
  position: static;
  display: block;
  color: #314957;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.25;
}
.auth-form.ui.form .ui.input {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 42px;
}
.auth-form.ui.form .ui.input > input {
  width: 100%;
  min-width: 0;
}
.auth-form.ui.form .ui.input > input {
  height: 42px;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.auth-form.ui.form .ui.left.icon.input > i.icon {
  color: #83939d;
  opacity: 1;
}
.auth-form.ui.form .auth-submit {
  margin-top: 8px;
  border-radius: 8px;
  background: var(--brand);
}
.auth-form.ui.form .auth-submit:hover,
.auth-form.ui.form .auth-submit:focus {
  background: var(--brand-dark);
}
.auth-field-hint {
  margin-top: 3px;
  color: #8a979f;
  font-size: 12px;
}
.auth-form-error.ui.negative.message {
  display: none;
  margin: 0 0 16px;
  padding: 11px 14px;
}
.auth-form-error.ui.negative.message.visible {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-left: 4px solid #db4b4b;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(180, 35, 24, 0.1);
}
.auth-form.ui.form .field.error .ui.input > input {
  border-color: #db6464 !important;
  background: #fffafa !important;
  box-shadow: 0 0 0 3px rgba(219, 100, 100, 0.09) !important;
}
.auth-inline-error.ui.pointing.red.basic.label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  padding: 7px 10px;
  border-radius: 7px;
  border-color: #efb3b3 !important;
  color: #ad3030 !important;
  background: #fff8f8 !important;
  box-shadow: 0 3px 10px rgba(173, 48, 48, 0.06);
  font-weight: 500;
  animation: auth-error-in 0.16s ease-out;
}
.auth-inline-error .icon {
  margin: 0;
}
@keyframes auth-error-in {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.auth-captcha-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.auth-captcha-row .ui.labeled.input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.auth-captcha-row .ui.labeled.input > input {
  flex: 3 1 0;
  width: 0;
  min-width: 0;
  text-align: center;
}
.auth-captcha-question.ui.label {
  flex: 2 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef4f7;
  color: #284858;
  font-size: 15px;
}
.auth-captcha-refresh.ui.button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.auth-captcha-refresh.ui.button > .icon {
  margin: 0;
}
.auth-terms-field {
  padding-top: 2px;
}
.auth-terms-field .ui.checkbox {
  display: flex;
  align-items: flex-start;
}
.auth-terms-field .ui.checkbox input {
  width: 18px;
  height: 18px;
  margin: 1px 10px 0 0;
  opacity: 1;
  position: static;
}
.auth-terms-field .ui.checkbox label {
  padding: 0;
  color: #536670;
  line-height: 1.5;
}
.auth-terms-field .ui.checkbox label::before,
.auth-terms-field .ui.checkbox label::after {
  display: none;
}
.auth-terms-field a {
  color: var(--brand-dark);
  font-weight: 600;
}
.terms-document {
  color: #425660;
  font-size: 1rem;
  line-height: 1.82;
}
.terms-document section {
  scroll-margin-top: 92px;
  padding: 25px 0;
  border-bottom: 1px solid #e5ecee;
}
.terms-document section:last-child {
  border-bottom: 0;
}
.terms-document h2 {
  margin: 0 0 14px;
  color: #123747;
  font-size: 1.35rem;
}
.terms-document p {
  margin: 0 0 13px;
}
.terms-document strong {
  color: #173f4e;
}
.terms-document a {
  color: var(--brand-dark);
}
.terms-notice {
  display: flex;
  gap: 14px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--brand);
  border-radius: 0 10px 10px 0;
  background: #effafa;
}
.terms-notice > .icon {
  margin-top: 3px;
  color: var(--brand-dark);
  font-size: 1.25rem;
}
.terms-notice p {
  margin: 4px 0 0;
  color: #5f747c;
}
.terms-toc {
  margin-bottom: 10px;
  padding: 20px 22px;
  border: 1px solid #dce8ea;
  border-radius: 10px;
  background: #fbfdfd;
}
.terms-toc > strong {
  display: block;
  margin-bottom: 9px;
}
.terms-toc ol {
  columns: 2;
  margin: 0;
  padding-left: 1.5em;
}
.terms-toc li {
  break-inside: avoid;
  margin: 4px 0;
}
@media (max-width: 767px) {
  .terms-toc ol {
    columns: 1;
  }
  .terms-document section {
    padding: 20px 0;
  }
}

/* Homepage: restrained consulting-style composition */
@media not all {
  .home-hero {
    position: relative;
    min-height: 480px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #082b38 0%, #0a4855 58%, #08777b 100%);
  }

  .home-hero::before {
    display: none;
  }

  .home-hero-art {
    position: absolute;
    right: max(-100px, calc((100vw - 1180px) / 2 - 80px));
    bottom: -45px;
    width: min(760px, 65vw);
    height: 430px;
    background: url('images/sfe-hero-network.svg') no-repeat center / contain;
    opacity: 0.3;
    mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
  }

  .home-hero-layout {
    position: relative;
    z-index: 1;
    display: flex !important;
    min-height: 480px;
    align-items: center;
  }

  .home-hero .hero-content {
    max-width: 720px;
    padding: 68px 0 76px;
    text-align: left;
  }

  .home-hero-kicker {
    margin: 0 0 18px !important;
    color: #65e1d9 !important;
    font-size: 14px !important;
    font-weight: 900;
    letter-spacing: 0.16em;
  }

  .home-hero h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

  .home-hero h1 span {
    color: #62e3db;
  }

  .home-hero .hero-content > p:not(.home-hero-kicker) {
    max-width: 680px;
    margin: 0 0 30px;
    color: #d6e7e9;
    font-size: 18px;
    line-height: 1.8;
  }

  .home-hero .hero-actions {
    justify-content: flex-start;
  }

  .home-hero .primary-action.ui.button {
    background: #0bafa5;
  }

  .features {
    padding: 84px 0 96px;
    background: #f4f8f8;
  }

  .home-section-heading {
    display: grid;
    grid-template-columns: 160px 1.1fr 0.9fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 38px;
  }

  .home-section-heading p {
    margin: 0;
    color: #087f82;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }

  .home-section-heading h2 {
    margin: 0;
    color: #092c42;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
  }

  .home-section-heading span {
    color: #607786;
    line-height: 1.75;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #cbdadd;
    border-left: 1px solid #cbdadd;
  }

  .feature-item {
    display: flex;
    min-height: 430px;
    padding: 28px !important;
    flex-direction: column;
    text-align: left;
    background: #fff;
    border-right: 1px solid #cbdadd;
    border-bottom: 1px solid #cbdadd;
  }

  .feature-index {
    color: #91aab2;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
  }

  .feature-icon-img {
    width: 150px;
    height: 150px;
    margin: 20px 0 22px;
    object-fit: contain;
  }

  .feature-item h2 {
    margin: 0 0 12px;
    color: #092c42;
    font-size: 21px;
    line-height: 1.25;
  }

  .feature-item p {
    min-height: 0;
    margin: 0;
    color: #607786;
    line-height: 1.7;
  }

  .feature-item .feature-link {
    display: flex;
    min-height: 44px;
    margin-top: auto;
    align-items: center;
    color: #087f82;
    font-weight: 800;
  }

  @media (max-width: 991px) {
    .home-hero-art {
      right: -220px;
      opacity: 0.2;
    }

    .home-section-heading {
      grid-template-columns: 1fr;
      gap: 14px;
    }

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

  @media (max-width: 600px) {
    .home-hero,
    .home-hero-layout {
      min-height: 520px;
    }

    .home-hero-art {
      display: none;
    }

    .home-hero .hero-content {
      padding: 58px 0 66px;
    }

    .home-hero h1 {
      font-size: 42px;
    }

    .home-hero .hero-content > p:not(.home-hero-kicker) {
      font-size: 16px;
    }

    .features {
      padding: 64px 0 72px;
    }

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

    .feature-item {
      min-height: 0;
    }

    .feature-icon-img {
      width: 132px;
      height: 132px;
    }

    .feature-item .feature-link {
      margin-top: 28px;
    }
  }
}

/* Balance the homepage capability section vertically. */
.features {
  padding-top: 72px;
  padding-bottom: 72px;
}

.vision-page {
  overflow: hidden;
  background: #f4f8f8;
}
.vision-hero {
  position: relative;
  min-height: 650px;
  padding: 90px 0 84px;
  color: #fff;
  background:
    radial-gradient(
      circle at 78% 42%,
      rgba(8, 180, 170, 0.24),
      transparent 28%
    ),
    linear-gradient(120deg, #082b38 0%, #0b5360 56%, #087f82 100%);
}
.vision-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.vision-hero-layout {
  position: relative;
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
.vision-eyebrow {
  margin: 0 0 22px;
  color: #60e0d9;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.vision-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.vision-hero h1 span {
  color: #63e3dc;
}
.vision-lead {
  max-width: 720px;
  margin: 30px 0;
  color: #d9eaec;
  font-size: 1.18rem;
  line-height: 1.85;
}
.vision-statement {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  max-width: 690px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.vision-statement span {
  color: #64e4dc;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.vision-statement strong {
  font-size: 1.08rem;
  line-height: 1.7;
}
.vision-orbit {
  position: relative;
  aspect-ratio: 1;
  max-width: 430px;
  margin: auto;
}
.vision-orbit-ring {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(116, 240, 233, 0.38);
  border-radius: 50%;
}
.vision-orbit-ring.ring-two {
  inset: 22%;
  transform: rotate(38deg);
  border-width: 2px 1px 1px 2px;
}
.vision-orbit-ring.ring-three {
  inset: 0;
  border-style: dashed;
  animation: vision-spin 26s linear infinite;
}
.vision-orbit-core {
  position: absolute;
  inset: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #072f3b;
  background: #61e2db;
  box-shadow: 0 0 70px rgba(62, 224, 215, 0.38);
}
.vision-orbit-core .icon {
  margin: 0;
  font-size: 2.2rem;
}
.vision-orbit-core span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.vision-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #11c5bb;
  box-shadow: 0 0 18px #72fff6;
}
.node-a {
  top: 8%;
  left: 49%;
}
.node-b {
  top: 50%;
  right: 3%;
}
.node-c {
  bottom: 5%;
  left: 35%;
}
.node-d {
  top: 39%;
  left: 11%;
}
@keyframes vision-spin {
  to {
    transform: rotate(360deg);
  }
}
.vision-principles {
  padding: 92px 0 104px;
}
.vision-section-heading {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
  gap: 35px;
  align-items: end;
  margin-bottom: 42px;
}
.vision-section-heading p {
  margin: 0;
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.vision-section-heading h2 {
  margin: 0;
  color: #0c3443;
  font-size: 2.5rem;
}
.vision-section-heading span {
  color: #687b81;
  line-height: 1.7;
}
.vision-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #b9cccf;
  border-left: 1px solid #d4e0e2;
}
.vision-card {
  position: relative;
  min-height: 360px;
  padding: 34px 28px;
  border-right: 1px solid #d4e0e2;
  border-bottom: 1px solid #d4e0e2;
  background: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.vision-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(14, 64, 72, 0.12);
}
.vision-card-index {
  color: #a5b9bd;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.vision-card > .icon {
  margin: 50px 0 24px;
  color: var(--brand);
  font-size: 2.2rem;
}
.vision-card h3 {
  margin: 0 0 7px;
  color: #123d4b;
  font-size: 1.25rem;
  line-height: 1.35;
}
.vision-card-en {
  min-height: 42px;
  color: var(--brand-dark) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.vision-card p:last-child {
  color: #687980;
  line-height: 1.72;
}
.vision-close {
  padding: 76px 0;
  color: #fff;
  background: #092f3b;
}
.vision-close-layout > p {
  color: #58d9d1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.vision-close h2 {
  max-width: 850px;
  margin: 17px 0 30px;
  font-size: 2.65rem;
}
.vision-close-layout > div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.vision-close span {
  max-width: 680px;
  color: #c5dade;
  line-height: 1.75;
}
.vision-close a {
  flex: none;
  color: #64e4dc;
  font-weight: 800;
}
.vision-directions {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}
.vision-directions-intro {
  display: grid;
  grid-template-columns: minmax(480px, 1.35fr) minmax(0, 0.9fr);
  gap: 34px;
  align-items: end;
  padding: 34px 38px;
  color: #fff;
  background: #0a3441;
}
.vision-directions-intro p {
  margin: 0;
  color: #58d9d1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.vision-directions-intro h2 {
  margin: 0;
  font-size: 1.85rem;
}
.vision-directions-intro span {
  color: #bdd5d9;
  line-height: 1.65;
}
.vision-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 55, 65, 0.1);
}
.vision-direction-grid article {
  min-height: 270px;
  padding: 30px 32px;
  border-right: 1px solid #d8e4e6;
}
.vision-direction-grid article:last-child {
  border-right: 0;
}
.vision-direction-grid b {
  color: #9cb2b7;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
.vision-direction-grid .icon {
  display: block;
  margin: 34px 0 20px;
  color: var(--brand);
  font-size: 1.9rem;
}
.vision-direction-grid h3 {
  margin: 0 0 12px;
  color: #123c4b;
}
.vision-direction-grid p {
  color: #687a80;
  line-height: 1.68;
}
@media (max-width: 991px) {
  .vision-hero-layout {
    grid-template-columns: 1fr;
  }
  .vision-orbit {
    display: none;
  }
  .vision-directions-intro {
    grid-template-columns: 1fr;
  }
  .vision-direction-grid {
    grid-template-columns: 1fr;
  }
  .vision-direction-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d8e4e6;
  }
  .vision-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .vision-section-heading {
    grid-template-columns: 1fr;
  }
  .vision-card {
    min-height: 310px;
  }
}
@media (max-width: 600px) {
  .vision-hero {
    min-height: 0;
    padding: 64px 0;
  }
  .vision-hero h1 {
    font-size: 2.8rem;
  }
  .vision-statement {
    grid-template-columns: 1fr;
  }
  .vision-directions {
    margin-top: 0;
  }
  .vision-directions-intro {
    padding: 28px 22px;
  }
  .vision-principles {
    padding: 64px 0;
  }
  .vision-card-grid {
    grid-template-columns: 1fr;
  }
  .vision-card {
    min-height: 0;
  }
  .vision-close-layout > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .vision-close h2 {
    font-size: 2rem;
  }
}

/* Vision page: extracted globe artwork and font-independent principle marks. */
.vision-globe {
  position: relative;
  align-self: center;
  width: min(46vw, 520px);
  margin-left: auto;
  pointer-events: none;
}
.vision-globe::after {
  position: absolute;
  inset: 4% 1%;
  content: '';
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 231, 222, 0.18),
    transparent 66%
  );
  filter: blur(20px);
}
.vision-globe img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  opacity: 0.34;
  mix-blend-mode: screen;
  filter: saturate(0.72) contrast(0.9);
}
.vision-symbol {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin: 50px 0 24px;
  color: var(--brand);
}
.vision-symbol-client {
  border: 2px solid currentColor;
  border-radius: 50%;
}
.vision-symbol-client::before,
.vision-symbol-client::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  border: 2px solid currentColor;
}
.vision-symbol-client::before {
  inset: 7px;
}
.vision-symbol-client::after {
  width: 6px;
  height: 6px;
  top: 12px;
  left: 12px;
  background: currentColor;
}
@media (max-width: 991px) {
  .vision-globe {
    display: none;
  }
}

/* Abstract decision signal: data converging into insight and action. */
.vision-signal {
  position: relative;
  align-self: center;
  width: min(41vw, 460px);
  aspect-ratio: 1;
  margin-left: auto;
  opacity: 0.82;
  pointer-events: none;
}
.vision-signal::before {
  position: absolute;
  inset: 12%;
  content: '';
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 42%,
    rgba(95, 232, 224, 0.22),
    rgba(20, 154, 157, 0.08) 38%,
    transparent 69%
  );
  filter: blur(4px);
}
.vision-signal-ring {
  position: absolute;
  border: 1px solid rgba(111, 235, 228, 0.3);
  border-radius: 50%;
}
.vision-signal .ring-a {
  inset: 9%;
  transform: rotate(-12deg);
}
.vision-signal .ring-b {
  inset: 21% 5%;
  transform: rotate(52deg);
  border-color: rgba(255, 255, 255, 0.19);
}
.vision-signal .ring-c {
  inset: 5% 27%;
  transform: rotate(-38deg);
  border-color: rgba(91, 226, 218, 0.23);
}
.vision-signal-axis {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 92%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(110, 239, 231, 0.4),
    transparent
  );
  transform-origin: center;
}
.vision-signal .axis-a {
  transform: rotate(32deg);
}
.vision-signal .axis-b {
  transform: rotate(-28deg);
}
.vision-signal-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(212, 255, 252, 0.88);
  border-radius: 50%;
  background: #19beb6;
  box-shadow: 0 0 16px rgba(84, 238, 229, 0.75);
}
.vision-signal .node-1 {
  top: 15%;
  left: 46%;
}
.vision-signal .node-2 {
  top: 48%;
  right: 4%;
}
.vision-signal .node-3 {
  bottom: 13%;
  left: 30%;
}
.vision-signal .node-4 {
  top: 41%;
  left: 7%;
}
.vision-signal-core {
  position: absolute;
  inset: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(133, 242, 235, 0.38);
  border-radius: 50%;
  background: rgba(5, 56, 69, 0.58);
  box-shadow:
    0 0 55px rgba(45, 213, 204, 0.16),
    inset 0 0 35px rgba(78, 226, 217, 0.08);
  font-style: normal;
  letter-spacing: 0.14em;
}
.vision-signal-core b,
.vision-signal-core em,
.vision-signal-core i {
  font-style: normal;
  font-weight: 800;
}
.vision-signal-core b,
.vision-signal-core i {
  color: rgba(186, 233, 232, 0.5);
  font-size: 0.62rem;
}
.vision-signal-core em {
  margin: 8px 0;
  color: #65e1d9;
  font-size: 0.82rem;
}
@media (max-width: 991px) {
  .vision-signal {
    display: none;
  }
}

/* Vision typography scale and shared service-family wave artwork. */
.vision-hero-layout {
  z-index: 2;
}
.vision-hero-copy {
  position: relative;
  z-index: 2;
}
.vision-wave-art {
  z-index: 1;
  top: auto;
  right: -140px;
  bottom: -34px;
  width: min(760px, 64vw);
  height: 410px;
  opacity: 0.34;
  transform: rotate(-1deg);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 24%,
    #000 52%,
    rgba(0, 0, 0, 0.72) 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 24%,
    #000 52%,
    rgba(0, 0, 0, 0.72) 84%,
    transparent 100%
  );
}
.vision-hero h1 {
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.vision-eyebrow {
  font-size: 16px;
}
.vision-directions-intro p,
.vision-section-heading > p,
.vision-close-layout > p {
  font-size: 14px;
}
.vision-directions-intro h2 {
  font-size: 24px;
}
.vision-direction-grid h3,
.vision-card h3 {
  font-size: 18px;
}
.vision-section-heading h2,
.vision-close h2 {
  font-size: 36px;
}
.vision-card-en {
  font-size: 11px;
}
@media (max-width: 991px) {
  .vision-wave-art {
    display: none;
  }
}
@media (max-width: 600px) {
  .vision-hero h1 {
    font-size: 40px;
  }
  .vision-section-heading h2,
  .vision-close h2 {
    font-size: 32px;
  }
}

/* Vision hero refinements. */
.vision-wave-art {
  right: -24px;
}
.vision-wave-art::before {
  background-position: right bottom;
}
@media (min-width: 1228px) {
  .vision-wave-art {
    right: calc(590px - 50vw);
  }
}
.vision-hero h1 {
  font-size: 48px;
}
.vision-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.vision-eyebrow-mark {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: none;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.vision-eyebrow-mark::before {
  position: absolute;
  inset: 4px;
  content: '';
  border-radius: 50%;
  background: currentColor;
}
.vision-statement {
  position: relative;
  display: block;
  max-width: 610px;
  padding: 18px 22px 18px 25px;
  border-top: 0;
  border-left: 3px solid #62e3db;
  background: linear-gradient(
    90deg,
    rgba(83, 222, 214, 0.12),
    rgba(83, 222, 214, 0.025)
  );
}
.vision-statement::after {
  position: absolute;
  top: 13px;
  right: 18px;
  content: '“';
  color: rgba(106, 231, 224, 0.2);
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: 1;
}
.vision-statement span {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}
.vision-statement strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.65;
}
.vision-card-index,
.vision-direction-grid b {
  font-size: 12px;
}
@media (max-width: 600px) {
  .vision-hero h1 {
    font-size: 48px;
  }
  .vision-statement {
    padding: 17px 18px 17px 21px;
  }
}

/* Two-tier vision hero: message above, vision statement below. */
.vision-hero-layout {
  grid-template-rows: auto auto;
  align-items: start;
}
.vision-hero-copy {
  grid-column: 1;
  grid-row: 1;
}
.vision-wave-art {
  top: 38px;
  bottom: auto;
  height: 260px;
}
.vision-statement {
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(610px, 100%);
  margin-top: 30px;
}
.vision-directions {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .vision-hero-layout {
    display: grid !important;
  }
  .vision-statement {
    grid-column: 1;
    grid-row: 2;
  }
  .vision-directions {
    margin-top: -50px;
  }
}
@media (max-width: 600px) {
  .vision-directions {
    margin-top: 0;
  }
}

/* Keep the shared wave right-aligned after later service-family declarations. */
.vision-hero .vision-wave-art {
  top: 38px;
  right: -24px;
  bottom: auto;
  width: min(760px, 64vw);
  height: 260px;
  opacity: 0.34;
  transform: rotate(-1deg);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 20%,
    #000 48%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 20%,
    #000 48%,
    #000 100%
  );
}
.vision-hero .vision-wave-art::before {
  background-position: right bottom;
  background-size: 100% auto;
}
@media (min-width: 1228px) {
  .vision-hero .vision-wave-art {
    right: calc(590px - 50vw);
  }
}

/* Match the established second-level service hero wave composition. */
.vision-hero > .vision-wave-art {
  top: auto;
  right: max(-230px, calc((100vw - 1180px) / 2 - 230px));
  bottom: -24px;
  width: min(1080px, 82vw);
  height: 438px;
  opacity: 0.5;
  transform: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
}
.vision-hero > .vision-wave-art::before {
  background-position: center bottom;
  background-size: 100% auto;
}
.vision-statement {
  z-index: 3;
  width: min(700px, 100%);
  padding: 18px 24px;
  border-left: 0;
  border-top: 1px solid rgba(100, 228, 220, 0.42);
  background: rgba(7, 49, 61, 0.86);
  backdrop-filter: blur(3px);
}
.vision-statement::after {
  right: 24px;
}

/* Compact hero rhythm and soften the vision panel. */
.vision-hero {
  min-height: 560px;
  padding: 58px 0 64px;
}
.vision-hero-layout {
  column-gap: 60px;
  row-gap: 18px;
}
.vision-lead {
  margin: 24px 0 0;
}
.vision-statement {
  margin-top: 0;
  background: rgba(7, 49, 61, 0.52);
  backdrop-filter: blur(2px);
}

.vision-hero .vision-grid {
  display: none;
}
.vision-statement {
  background: rgba(7, 49, 61, 0.32);
  backdrop-filter: blur(1px);
}

.vision-hero {
  min-height: 520px;
  padding-top: 52px;
  padding-bottom: 54px;
}
.vision-hero-layout {
  row-gap: 28px;
}

.vision-hero {
  min-height: 560px;
  padding-top: 58px;
  padding-bottom: 64px;
}
.vision-hero-layout {
  row-gap: 38px;
}
.vision-direction-grid article > b {
  font-size: 12px;
}
.vision-statement::after {
  display: none;
}

/* Keep the statement-free hero aligned with the site's medium banner rhythm. */
.vision-hero {
  min-height: 440px;
}
.vision-hero-layout {
  grid-template-rows: auto;
}
@media (max-width: 600px) {
  .vision-hero {
    min-height: 420px;
  }
}

/* Semantic UI's menu item display rule must not override conditional visibility. */
.ui.menu .item.admin-entry[hidden] {
  display: none !important;
}
.auth-mode-switch {
  width: 100%;
  margin-top: 13px;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  cursor: pointer;
  font-weight: 600;
}
.auth-mode-switch:hover,
.auth-mode-switch:focus {
  color: var(--brand);
  text-decoration: underline;
}
html[lang='en'] .auth-dialog,
html[lang='en'] .auth-dialog input,
html[lang='en'] .auth-dialog button,
html[lang='en'] .auth-dialog textarea,
html[lang='en'] .auth-dialog select {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
@media (max-width: 520px) {
  .auth-dialog-shell {
    padding: 30px 22px 24px;
  }
  .auth-actions {
    display: contents;
  }
  .auth-form.ui.form .two.fields {
    display: block;
    margin: 0;
  }
  .auth-form.ui.form .two.fields > .field {
    width: 100%;
    padding: 0;
  }
}

.auth-notice {
  display: none;
  background: #edf8f8;
  border-bottom: 1px solid #d3e8e8;
  color: #4f5b64;
}

.auth-notice.visible {
  display: block;
}

.auth-notice .ui.container.auth-notice-inner {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  min-height: 48px;
  padding-right: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.auth-notice .info.icon {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1.25rem;
}

.auth-notice-copy {
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}

.auth-notice-copy strong {
  flex: 0 0 auto;
  margin: 0;
  color: #39454d;
  font-size: 0.96rem;
}

.auth-notice-copy p {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  color: #66727b;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-notice-close {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #66727b;
  cursor: pointer;
}

.auth-notice-close:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #39454d;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  flex-direction: column;
}

.site-menu.ui.secondary.inverted.menu .nav-dropdown-toggle {
  border: 0;
  background: transparent;
  color: #ecfffd !important;
  font: inherit;
  font-weight: 600;
}

.site-menu.ui.secondary.inverted.menu .nav-dropdown-toggle:hover,
.site-menu.ui.secondary.inverted.menu .nav-dropdown.open .nav-dropdown-toggle,
.site-menu.ui.secondary.inverted.menu
  .nav-dropdown.active
  .nav-dropdown-toggle {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff !important;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  min-width: 100%;
  padding: 6px 0;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 64, 74, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2px);
  transform-origin: top center;
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0ms linear 160ms;
}

.service-dropdown .nav-dropdown-menu {
  width: 154px;
}

html[lang='en'] .service-dropdown .nav-dropdown-menu {
  width: 280px;
}

.site-menu.ui.secondary.inverted.menu
  .service-dropdown
  .nav-dropdown-menu
  .item {
  justify-content: flex-start;
  padding: 0 14px !important;
}

html[lang='en']
  .site-menu.ui.secondary.inverted.menu
  .columns-dropdown
  .nav-dropdown-menu
  .item {
  justify-content: flex-start;
  padding: 0 14px !important;
}

.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0ms;
}

.site-menu.ui.secondary.inverted.menu .nav-dropdown-menu .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 8px !important;
  color: #4f5b64 !important;
  font-weight: 700;
  white-space: nowrap;
}

.site-menu.ui.secondary.inverted.menu .nav-dropdown-menu .item:hover,
.site-menu.ui.secondary.inverted.menu .nav-dropdown-menu .active.item {
  background: #edf8f8 !important;
  color: var(--brand-dark) !important;
}

.site-menu.ui.secondary.inverted.menu .nav-dropdown-menu .inactive.item {
  cursor: default;
  opacity: 0.78;
}

.language-dropdown {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  flex-direction: column;
}

.site-menu.ui.secondary.inverted.menu .language-toggle {
  border: 0;
  background: transparent;
  color: #ecfffd !important;
  font: inherit;
  font-weight: 600;
}

.site-menu.ui.secondary.inverted.menu .language-toggle:hover,
.site-menu.ui.secondary.inverted.menu .language-dropdown.open .language-toggle {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff !important;
}

.language-dropdown .globe.icon::before {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  content: '\f0ac';
  font-family: Icons;
  font-style: normal;
}

.language-dropdown .dropdown.icon::before {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  content: '\f0d7';
  font-family: Icons;
  font-style: normal;
}

.language-dropdown .current-language {
  white-space: nowrap;
}

.language-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  width: 100%;
  min-width: 100%;
  padding: 6px 0;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 64, 74, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2px);
  transform-origin: top center;
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0ms linear 160ms;
}

.language-dropdown.open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 0ms;
}

.site-menu.ui.secondary.inverted.menu .language-menu .item {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px !important;
  color: #4f5b64 !important;
  font-weight: 700;
  white-space: nowrap;
}

.site-menu.ui.secondary.inverted.menu .language-menu .item:hover,
.site-menu.ui.secondary.inverted.menu .language-menu .active.item {
  background: #edf8f8 !important;
  color: var(--brand-dark) !important;
}

.hero {
  position: relative;
  min-height: clamp(280px, 35vw, 360px);
  overflow: hidden;
  background: linear-gradient(90deg, #a7d5de 0%, #b5e0e8 50%, #a7d5de 100%);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  background: url('images/home-hero-wave-lines.png') no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
}

.hero-lines {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(40px, 6vw, 50px) 18px clamp(30px, 5vw, 40px);
  text-align: center;
}

.hero h1 {
  margin: 0 0 22px;
  color: var(--brand);
  font-size: 1.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.hero p {
  margin-bottom: 28px;
  color: #66727b;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.primary-action.ui.button {
  background: #118bd1;
  padding-inline: 1.45rem;
}

.secondary-action.ui.button {
  color: #555f68;
  background: #f4f6f7;
}

.features {
  padding: 24px 0 72px;
  background: #f8f8f8;
}

.feature-grid.ui.grid {
  margin-top: 0;
}

.feature-item {
  min-height: 278px;
  padding-top: 0 !important;
  text-align: center;
}

.feature-icon-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 22px;
  object-fit: contain;
}

.feature-item h2 {
  margin: 0 0 12px;
  color: #626973;
  font-size: 20px;
  font-weight: 800;
}

.feature-item p {
  min-height: 48px;
  margin: 0 0 22px;
  color: #626973;
  font-size: 1rem;
  line-height: 1.45;
}

.feature-button.ui.basic.button {
  color: #6a737c !important;
  box-shadow: 0 0 0 1px #d7dadd inset !important;
}

.column-page {
  background: #f8f8f8;
  padding: 48px 0 64px;
}

.ui.container.column-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
  gap: 36px;
  align-items: start;
}

.column-main,
.column-sidebar {
  min-width: 0;
}

.column-intro {
  padding-bottom: 26px;
  border-bottom: 1px solid #e3e5e6;
}

.column-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 800;
}

.column-intro h1 {
  margin: 14px 0 12px;
  color: #39454d;
  font-size: 2rem;
  line-height: 1.2;
}

.column-intro p {
  max-width: 680px;
  margin: 0;
  color: #626973;
  font-size: 1rem;
  line-height: 1.75;
}

.article-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 10px;
  color: #1f2b33;
  font-size: 1rem;
}

.article-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #7b858d;
  font: inherit;
  cursor: pointer;
}

.article-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-featured-filter {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  background: #fff;
  color: #68747d;
  font: inherit;
  cursor: pointer;
}

.article-featured-filter:hover,
.article-featured-filter.active {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.article-featured-filter.active {
  background: rgba(0, 177, 169, 0.1);
  font-weight: 700;
}

.article-list {
  display: grid;
  gap: 0;
}

.article-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 32px;
  align-items: center;
  min-height: 136px;
  padding: 18px 0;
  border-bottom: 1px solid #eceeef;
}

.article-row.pinned {
  background: linear-gradient(90deg, rgba(0, 177, 169, 0.045), transparent 72%);
}

.article-copy h2 .article-featured-icon,
.article-copy h2 .article-pinned-icon {
  margin-right: 7px;
  font-size: 0.92em;
}

.article-copy h2 .article-featured-icon {
  color: #d59a12;
}

.article-copy h2 .article-pinned-icon {
  color: var(--brand);
}

.article-copy {
  color: inherit;
  text-decoration: none;
}

.article-copy h2 {
  margin: 0 0 8px;
  color: #17222b;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-copy p {
  margin: 0;
  color: #9aa2a8;
  font-size: 0.92rem;
}

.article-copy .article-summary {
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: #667680;
  font-size: 0.94rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-copy:hover h2 {
  color: var(--brand-dark);
}

.article-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  min-height: 100px;
  aspect-ratio: 2.35 / 1;
  height: auto;
  justify-self: end;
  overflow: hidden;
  border: 1px solid #dfe6eb;
  border-radius: 6px;
  background: #f7f9fb;
  color: #10384d;
  text-decoration: none;
}

.article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: fill;
}

.article-thumb span {
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 900;
}

.article-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 18px 0 0;
}

.article-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #d8e0e6;
  border-radius: 4px;
  background: #fff;
  color: #53606a;
  font: inherit;
  cursor: pointer;
}

.article-page-button:hover,
.article-page-button.active {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.article-page-button.active {
  background: rgba(0, 177, 169, 0.1);
  font-weight: 700;
}

.article-page-button:disabled {
  cursor: default;
  opacity: 0.48;
}

.article-empty {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 26px 0 0;
  padding: 14px 18px;
  border: 1px solid #d4d4d5;
  border-radius: 4px;
  background: #f8f8f9;
  color: rgba(0, 0, 0, 0.68);
  text-align: left;
}

.article-empty > .icon {
  align-self: center;
  width: 42px;
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 2.6em;
  line-height: 1;
  opacity: 1;
}

.article-empty > .content {
  display: block;
  min-width: 0;
}

.article-empty .header {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.08rem;
  font-weight: 700;
  white-space: nowrap;
}

.article-empty p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.45;
  white-space: normal;
}

.thumb-blue {
  background: linear-gradient(135deg, #eaf6ff, #62b8f2);
}

.thumb-cyan {
  background: linear-gradient(135deg, #dffcff, #45d4e6);
}

.thumb-slate {
  background: linear-gradient(135deg, #f0f4fb, #9bb2d6);
}

.thumb-orange {
  background: linear-gradient(135deg, #fff4eb, #ff9d60);
}

.column-side-menu {
  position: sticky;
  top: 70px;
  overflow: hidden;
  border: 1px solid #e0e4e6;
  border-radius: 6px;
  background: #ffffff;
}

.side-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid #edf0f1;
  color: #4f5b64;
  text-decoration: none;
  font-weight: 800;
}

.side-menu-item:last-child {
  border-bottom: 0;
}

.side-menu-header {
  min-height: 54px;
  padding: 17px 18px 14px;
  color: #39454d;
  font-weight: 900;
}

.side-menu-divider {
  height: 1px;
  background: #edf0f1;
}

.side-menu-item:hover,
.side-menu-item.active {
  background: #eefafa;
  color: var(--brand-dark);
}

.placeholder-message {
  margin-top: 26px;
}

.service-page {
  background: #ffffff;
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 72px;
  background: linear-gradient(120deg, #e7f7f7 0%, #ffffff 58%, #edf6fa 100%);
}

.service-hero::after {
  position: absolute;
  right: max(-128px, calc((100vw - 1180px) / 2 - 128px));
  bottom: -54px;
  width: min(940px, 70vw);
  height: 430px;
  background: url('images/service-wave-lines.svg') no-repeat center bottom;
  background-size: 100% auto;
  content: '';
  opacity: 0.72;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse at 68% 62%,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 66%,
    transparent 88%
  );
  mask-image: radial-gradient(
    ellipse at 68% 62%,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 66%,
    transparent 88%
  );
}

.service-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.service-kicker {
  margin: 0 0 16px;
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #276689;
  font-size: 36px;
  line-height: 1.12;
}

.service-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: #4f616c;
  font-size: 1.18rem;
  line-height: 1.75;
}

.brand-commercialization-page .service-lead {
  font-size: 16px;
}

.service-section {
  padding: 72px 0;
}

.service-section-muted {
  background: #f5f9fa;
}

.service-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.service-heading h2 {
  margin: 0 0 12px;
  color: #263f4e;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.25;
}

.brand-commercialization-page #fit-title {
  font-size: 24px;
}

.brand-commercialization-page #system-title {
  font-size: 24px;
}

.brand-commercialization-page #deliverables-title {
  font-size: 24px;
}

.brand-commercialization-page #deliverables-title + p {
  font-size: 14px;
}

.brand-commercialization-page #fit-title + p {
  font-size: 14px;
}

.brand-commercialization-page #value-title {
  font-size: 24px;
}

.brand-commercialization-page .service-deliverable h3 {
  font-size: 16px;
}

.brand-commercialization-page .service-fit-item h3,
.brand-commercialization-page .service-stage h3,
.brand-commercialization-page .service-value-item h3 {
  font-size: 18px;
}

.brand-commercialization-page .service-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-heading p {
  margin: 0;
  color: #6a7780;
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-fit-grid,
.service-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-fit-item,
.service-value-item {
  padding-top: 18px;
  border-top: 4px solid var(--brand);
}

.service-fit-item h3,
.service-value-item h3 {
  margin: 0 0 10px;
  color: #276689;
  font-size: 1.22rem;
}

.service-fit-item p,
.service-value-item p {
  margin: 0;
  color: #5c6871;
  line-height: 1.7;
}

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

.brand-framework-figure {
  overflow-x: auto;
  margin: 0 0 34px;
  padding: 18px;
  border: 1px solid #d9e5e8;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fafb 100%);
}

.brand-framework-figure img {
  display: block;
  width: 100%;
  min-width: 820px;
  height: auto;
}

.service-stage {
  position: relative;
  min-height: 300px;
  padding: 30px 24px;
  border: 1px solid #d9e5e8;
  border-radius: 8px;
  background: #ffffff;
}

.service-stage:nth-child(2),
.service-stage:nth-child(3) {
  background: #effafa;
}

.service-stage-number {
  color: var(--brand-dark);
  font-weight: 900;
}

.service-stage h3 {
  margin: 18px 0 8px;
  color: #264f67;
  font-size: 1.35rem;
}

.service-stage strong {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-dark);
}

.service-stage ul {
  margin: 0;
  padding-left: 1.2em;
  color: #55656f;
  line-height: 1.75;
}

.service-deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dce5e8;
  border-radius: 8px;
  background: #dce5e8;
}

.service-deliverable {
  position: relative;
  overflow: hidden;
  padding: 26px 28px;
  background: #ffffff;
  transition: background-color 0.2s;
}

.service-deliverable:hover {
  background: #effafa;
}

.service-deliverable-icon.icon {
  position: absolute;
  right: 20px;
  bottom: 16px;
  margin: 0;
  color: #e1e7e8;
  font-size: 72px;
  pointer-events: none;
  transition: color 0.2s;
}

.service-deliverable:hover .service-deliverable-icon.icon {
  color: #b8ddd9;
}

.service-deliverable h3,
.service-deliverable p {
  position: relative;
  z-index: 1;
}

.service-deliverable h3 {
  margin: 0 0 8px;
  color: #276689;
  font-size: 1.1rem;
}

.service-deliverable p {
  margin: 0;
  color: #64727b;
  line-height: 1.65;
}

.service-cta {
  padding: 64px 0;
  background: var(--service-cta);
  color: #ffffff;
  text-align: center;
}

.service-cta h2 {
  margin: 0 0 12px;
  font-size: 32px;
}

.service-cta p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: var(--service-cta-muted);
  line-height: 1.7;
}

.service-overview-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background: linear-gradient(120deg, #e7f7f7 0%, #ffffff 64%, #edf6fa 100%);
}

.service-overview-hero-wave {
  padding: 86px 0 78px;
  color: #fff;
  background:
    linear-gradient(
      112deg,
      rgba(23, 63, 85, 0.98) 0%,
      rgba(39, 102, 137, 0.94) 52%,
      rgba(7, 180, 170, 0.96) 128%
    ),
    #173f55;
}

.service-overview-hero > .ui.container {
  position: relative;
  z-index: 2;
}

.service-overview-hero-wave .area-wave-art {
  right: max(-230px, calc((100vw - 1180px) / 2 - 230px));
  bottom: -32px;
  width: min(1080px, 82vw);
  height: 438px;
  opacity: 0.5;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
}

.services-orbit-art {
  position: absolute;
  top: 50%;
  right: max(-95px, calc((100vw - 1180px) / 2 - 60px));
  z-index: 1;
  width: 430px;
  height: 330px;
  transform: translateY(-50%);
  opacity: 0.82;
  pointer-events: none;
}

.service-overview-compare-page {
  background: #f6fafb;
}

.service-overview-compare-page .service-overview-hero {
  min-height: 334px;
  border-bottom: 1px solid #dce8eb;
}

.service-overview-variant-label {
  position: absolute;
  top: 22px;
  right: max(24px, calc((100vw - 1127px) / 2));
  z-index: 3;
  color: rgba(39, 102, 137, 0.46);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-overview-hero.variant-soft .services-orbit-art {
  opacity: 0.36;
  filter: saturate(0.72);
}

.service-overview-hero.variant-soft .orbit-core {
  box-shadow:
    0 14px 34px rgba(39, 102, 137, 0.08),
    0 0 0 18px rgba(0, 177, 169, 0.035);
}

.service-overview-hero.variant-balanced .services-orbit-art {
  opacity: 0.36;
  filter: saturate(0.72);
}

.service-overview-hero.variant-balanced .services-orbit-art > * {
  display: block;
}

.service-overview-hero.variant-balanced .orbit-ring {
  border-color: rgba(0, 177, 169, 0.16);
}

.service-overview-hero.variant-balanced .orbit-node {
  border-color: rgba(0, 177, 169, 0.38);
  box-shadow: 0 8px 20px rgba(39, 102, 137, 0.09);
}

.service-overview-hero.variant-balanced .orbit-core {
  background:
    radial-gradient(
      circle at 36% 32%,
      rgba(255, 255, 255, 0.86),
      rgba(255, 255, 255, 0.16) 38%,
      transparent 39%
    ),
    linear-gradient(145deg, rgba(0, 177, 169, 0.66), rgba(39, 102, 137, 0.58));
  box-shadow:
    0 16px 40px rgba(39, 102, 137, 0.1),
    0 0 0 18px rgba(0, 177, 169, 0.045);
}

.service-star-map-art,
.service-hex-field-art {
  position: absolute;
  top: 50%;
  right: max(-90px, calc((100vw - 1180px) / 2 - 50px));
  z-index: 1;
  width: 460px;
  height: 330px;
  transform: translateY(-50%);
  pointer-events: none;
}

.service-star-map-art {
  opacity: 0.7;
}

.service-overview-hero.variant-soft-star .service-star-map-art {
  opacity: 0.42;
  filter: saturate(0.76);
}

.service-overview-hero.variant-soft-star .star-line {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(39, 102, 137, 0.13),
    rgba(0, 177, 169, 0.045)
  );
}

.service-overview-hero.variant-soft-star .star-hub {
  background:
    radial-gradient(
      circle at 40% 34%,
      rgba(255, 255, 255, 0.82),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(39, 102, 137, 0.46), rgba(0, 177, 169, 0.42));
  box-shadow: 0 14px 34px rgba(39, 102, 137, 0.08);
}

.service-overview-hero.variant-soft-star .star-node {
  border-color: rgba(39, 102, 137, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.service-star-map-art span,
.service-star-map-art i,
.service-star-map-art b,
.service-hex-field-art span,
.service-hex-field-art i,
.service-hex-field-art b {
  position: absolute;
  display: block;
}

.star-line {
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(39, 102, 137, 0.2),
    rgba(0, 177, 169, 0.08)
  );
}

.star-line.line-one {
  top: 96px;
  left: 96px;
  width: 255px;
  transform: rotate(16deg);
}
.star-line.line-two {
  top: 178px;
  left: 65px;
  width: 285px;
  transform: rotate(-10deg);
}
.star-line.line-three {
  top: 224px;
  left: 150px;
  width: 210px;
  transform: rotate(-32deg);
}
.star-line.line-four {
  top: 76px;
  left: 196px;
  width: 165px;
  transform: rotate(58deg);
}

.star-hub {
  top: 128px;
  left: 190px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 40% 34%,
      rgba(255, 255, 255, 0.96),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(39, 102, 137, 0.78), rgba(0, 177, 169, 0.74));
  box-shadow: 0 16px 46px rgba(39, 102, 137, 0.13);
}

.star-node {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(39, 102, 137, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}

.star-node.node-a {
  top: 68px;
  left: 92px;
  width: 22px;
  height: 22px;
}
.star-node.node-b {
  top: 46px;
  right: 92px;
}
.star-node.node-c {
  top: 162px;
  right: 46px;
  width: 25px;
  height: 25px;
  border-color: rgba(0, 177, 169, 0.32);
}
.star-node.node-d {
  bottom: 54px;
  right: 132px;
}
.star-node.node-e {
  bottom: 70px;
  left: 74px;
  width: 24px;
  height: 24px;
  border-color: rgba(0, 177, 169, 0.3);
}
.star-node.node-f {
  top: 148px;
  left: 38px;
  width: 12px;
  height: 12px;
}

.service-hex-field-art {
  opacity: 0.58;
}

.hex-glow {
  top: 78px;
  left: 142px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 177, 169, 0.12),
    rgba(39, 102, 137, 0.045) 54%,
    transparent 70%
  );
}

.hex-shape {
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: rgba(0, 177, 169, 0.08);
  border: 0;
}

.hex-shape.hex-core {
  top: 114px;
  left: 194px;
  width: 112px;
  height: 128px;
  background: linear-gradient(
    145deg,
    rgba(0, 177, 169, 0.34),
    rgba(39, 102, 137, 0.22)
  );
  box-shadow: 0 18px 44px rgba(39, 102, 137, 0.1);
}

.hex-shape.hex-one {
  top: 56px;
  left: 128px;
  width: 54px;
  height: 62px;
}
.hex-shape.hex-two {
  top: 70px;
  right: 82px;
  width: 70px;
  height: 80px;
  background: rgba(39, 102, 137, 0.065);
}
.hex-shape.hex-three {
  bottom: 62px;
  right: 118px;
  width: 58px;
  height: 66px;
}
.hex-shape.hex-four {
  bottom: 76px;
  left: 82px;
  width: 72px;
  height: 82px;
  background: rgba(39, 102, 137, 0.055);
}

.hex-orbit {
  inset: 46px 42px 34px 54px;
  border: 1px solid rgba(39, 102, 137, 0.12);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-ring,
.orbit-core,
.orbit-node,
.orbit-trail {
  position: absolute;
  display: block;
}

.orbit-ring {
  border: 1px solid rgba(0, 177, 169, 0.2);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.ring-one {
  inset: 32px 24px 28px 28px;
  box-shadow: 0 0 0 34px rgba(0, 177, 169, 0.035);
}

.ring-two {
  inset: 75px 82px 65px 78px;
  border-color: rgba(39, 102, 137, 0.18);
  transform: rotate(12deg);
}

.orbit-core {
  top: 126px;
  left: 176px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 36% 32%,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.22) 38%,
      transparent 39%
    ),
    linear-gradient(145deg, rgba(0, 177, 169, 0.9), rgba(39, 102, 137, 0.82));
  box-shadow:
    0 18px 48px rgba(39, 102, 137, 0.16),
    0 0 0 18px rgba(0, 177, 169, 0.06);
}

.orbit-node {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(0, 177, 169, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(39, 102, 137, 0.14);
}

.node-one {
  top: 48px;
  left: 164px;
}
.node-two {
  top: 96px;
  right: 62px;
  width: 24px;
  height: 24px;
}
.node-three {
  right: 92px;
  bottom: 66px;
}
.node-four {
  bottom: 46px;
  left: 120px;
  width: 22px;
  height: 22px;
}
.node-five {
  top: 144px;
  left: 54px;
}
.node-six {
  top: 42px;
  right: 162px;
  width: 13px;
  height: 13px;
  border-width: 2px;
}

.orbit-trail {
  width: 245px;
  height: 112px;
  border-top: 2px solid rgba(39, 102, 137, 0.16);
  border-radius: 50%;
}

.trail-one {
  top: 88px;
  left: 92px;
  transform: rotate(18deg);
}

.trail-two {
  top: 142px;
  left: 58px;
  width: 310px;
  border-color: rgba(0, 177, 169, 0.14);
  transform: rotate(-14deg);
}

.service-overview-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #276689;
  font-size: 36px;
  line-height: 1.12;
}

.service-overview-hero .service-kicker {
  margin-bottom: 24px;
}

.service-overview-hero p:not(.service-kicker) {
  max-width: 760px;
  margin: 0;
  color: #526570;
  font-size: 14px;
  line-height: 1.75;
}

.service-overview-hero-wave h1 {
  color: #fff;
}

.service-overview-hero-wave .service-kicker {
  color: #62e1d8;
}

.service-overview-hero-wave p:not(.service-kicker) {
  color: #dceff3;
}

.service-directory-section {
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 42%, #f7fbfc 100%);
}

.service-domain-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #dce5e8;
}

.service-domain-row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  padding: 34px 0 38px;
  border-bottom: 1px solid #dce5e8;
}

.service-domain-illustration {
  position: relative;
  width: 220px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-domain-illustration::before {
  content: '';
  position: absolute;
  inset: 18px 4px 6px;
  z-index: 0;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 68% 62%,
      rgba(7, 180, 170, 0.14),
      transparent 54%
    ),
    linear-gradient(135deg, rgba(7, 180, 170, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.service-domain-illustration img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  opacity: 0.92;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.service-domain-illustration .service-illu-teal {
  position: absolute;
  inset: 50% auto auto 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.service-domain-copy {
  min-width: 0;
}

.service-domain-main {
  display: block;
  max-width: 940px;
  color: inherit;
  text-decoration: none;
}

.service-domain-main h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #2f4352;
  font-size: 2rem;
  line-height: 1.25;
  transition: color 160ms ease;
}

.service-domain-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f4352;
  font-size: 0.78em;
  line-height: 1;
  opacity: 0.78;
  margin: 0 0 0 2px !important;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.service-domain-arrow.icon {
  width: auto;
  height: auto;
}

.service-domain-main p {
  margin: 0 0 16px;
  color: #122c3b;
  font-size: 14px;
  line-height: 1.62;
}

.service-domain-main:hover h2 {
  color: var(--brand-dark);
}

.service-domain-row:hover .service-domain-illustration img,
.service-domain-illustration:hover img {
  transform: translateY(-2px);
}

.service-domain-row:hover .service-domain-illustration .service-illu-gray,
.service-domain-illustration:hover .service-illu-gray {
  opacity: 0;
}

.service-domain-row:hover .service-domain-illustration .service-illu-teal,
.service-domain-illustration:hover .service-illu-teal {
  opacity: 0.98;
  transform: translate(-50%, calc(-50% - 2px));
}

.service-domain-row:hover .service-domain-illustration::before,
.service-domain-illustration:hover::before {
  opacity: 1;
  transform: translateY(-2px);
}

.service-domain-main:hover .service-domain-arrow {
  color: var(--brand-dark);
  opacity: 1;
  transform: translateX(3px);
}

.service-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: 100%;
  padding: 6px 18px;
  border: 1px solid #c9d7dc;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
  color: #172f3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(22, 64, 80, 0.04);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.service-tag:hover {
  border-color: rgba(0, 177, 169, 0.45);
  background: #e9f8f8;
  color: var(--brand-dark);
  transform: translateY(-1px);
}

.service-tag.inactive {
  border-color: #d2d9dc;
  background: #eef2f3;
  color: #7d8b91;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.service-overview-domains {
  padding-top: 76px;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 44%, #f8fbfc 100%);
}

.service-domain-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dce8eb;
}

.service-domain-intro span {
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-domain-intro h2 {
  max-width: 820px;
  margin: 0;
  color: #173f55;
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  line-height: 1.28;
}

.service-domain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-domain-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(126px, 0.42fr) minmax(0, 1fr);
  min-height: 310px;
  overflow: hidden;
  border: 1px solid #d9e7ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(22, 64, 80, 0.06);
}

.service-domain-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 177, 169, 0.08), transparent 38%),
    radial-gradient(
      circle at 96% 12%,
      rgba(39, 102, 137, 0.08),
      transparent 34%
    );
  content: '';
  pointer-events: none;
}

.service-domain-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 28px 0;
}

.service-domain-card h2 {
  margin: 10px 0 14px;
  color: #173f55;
  font-size: 1.48rem;
  line-height: 1.35;
}

.service-domain-card h2 a {
  color: inherit;
  text-decoration: none;
}

.service-domain-card h2 a:hover {
  color: var(--brand-dark);
}

.service-domain-card p {
  margin: 0 0 24px;
  color: #5d6f78;
  line-height: 1.72;
}

.service-domain-card .service-link-card {
  margin-top: auto;
  border: 1px solid rgba(0, 177, 169, 0.18);
  border-left: 4px solid var(--brand);
  border-radius: 6px;
  background: rgba(238, 250, 250, 0.82);
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.service-domain-card .service-link-card:hover {
  border-color: rgba(0, 177, 169, 0.32);
  background: #e7f6f6;
  transform: translateY(-1px);
}

.service-domain-visual {
  position: relative;
  z-index: 1;
  min-height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 177, 169, 0.08),
    rgba(39, 102, 137, 0.04)
  );
}

.service-domain-visual::before,
.service-domain-visual::after {
  position: absolute;
  border: 1px solid rgba(0, 177, 169, 0.22);
  border-radius: 999px;
  content: '';
}

.service-domain-visual::before {
  top: 44px;
  left: 28px;
  width: 128px;
  height: 128px;
}

.service-domain-visual::after {
  top: 84px;
  left: 70px;
  width: 164px;
  height: 164px;
  border-color: rgba(39, 102, 137, 0.15);
}

.service-domain-visual .icon {
  position: absolute;
  top: 72px;
  left: 54px;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #dff5f6);
  box-shadow: 0 12px 28px rgba(31, 85, 101, 0.12);
  color: var(--brand-dark);
  font-size: 1.62rem;
  line-height: 58px;
  text-align: center;
}

.service-domain-visual span {
  position: absolute;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 177, 169, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.service-domain-visual span:nth-child(2) {
  top: 46px;
  left: 118px;
}

.service-domain-visual span:nth-child(3) {
  top: 164px;
  left: 40px;
  width: 14px;
  height: 14px;
}

.service-domain-visual span:nth-child(4) {
  top: 202px;
  left: 124px;
}

.service-domain-bd .service-domain-visual {
  background: linear-gradient(
    180deg,
    rgba(39, 102, 137, 0.08),
    rgba(0, 177, 169, 0.04)
  );
}

.service-domain-ai .service-domain-visual {
  background: linear-gradient(
    180deg,
    rgba(54, 134, 152, 0.09),
    rgba(0, 177, 169, 0.035)
  );
}

.service-domain-commercial .service-domain-visual {
  background: linear-gradient(
    180deg,
    rgba(0, 177, 169, 0.07),
    rgba(20, 72, 92, 0.045)
  );
}

.sfe-hero .service-hero-inner {
  max-width: 920px;
}
.sfe-hero h1 {
  max-width: 780px;
}
.sfe-hero .service-lead {
  max-width: 820px;
  font-size: 16px;
}

/* Market research service family: editorial evidence-chain system */
.mr-page {
  --mr-blue: #276689;
  --mr-teal: #07b4aa;
  --mr-dark: #173f55;
  --mr-pale: #e9f7f7;
}
.area-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 82px;
  color: #fff;
  background: linear-gradient(112deg, #173f55 0%, #276689 54%, #07b4aa 130%);
}
.area-hero > .ui.container {
  position: relative;
  z-index: 2;
}
.area-hero-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(-40px, calc((100vw - 1240px) / 2));
  width: 570px;
  height: 430px;
  transform: translateY(-50%);
  opacity: 0.9;
  pointer-events: none;
}
.area-wave-art {
  top: auto;
  right: max(-128px, calc((100vw - 1180px) / 2 - 128px));
  bottom: -54px;
  width: min(940px, 70vw);
  height: 430px;
  transform: none;
  opacity: 0.58;
  background: transparent;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(
    ellipse at 68% 62%,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 66%,
    transparent 88%
  );
  mask-image: radial-gradient(
    ellipse at 68% 62%,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 66%,
    transparent 88%
  );
}
.area-wave-art::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/area-wave-lines.svg') no-repeat center bottom;
  background-size: 100% auto;
}
.area-hero-compare-page {
  background: #f5f9fa;
}
.area-hero-compare-page .area-hero {
  min-height: 472px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-version-label {
  position: absolute;
  top: 22px;
  right: max(24px, calc((100vw - 1127px) / 2));
  z-index: 3;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.area-hero-variant-2 {
  background:
    linear-gradient(
      112deg,
      rgba(23, 63, 85, 0.98) 0%,
      rgba(39, 102, 137, 0.94) 52%,
      rgba(7, 180, 170, 0.96) 128%
    ),
    #173f55;
}
.area-hero-variant-2 .area-wave-art {
  right: max(-230px, calc((100vw - 1180px) / 2 - 230px));
  bottom: -24px;
  width: min(1080px, 82vw);
  height: 438px;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.62) 19%,
    #000 52%,
    rgba(0, 0, 0, 0.82) 82%,
    transparent 100%
  );
}
.area-hero-variant-3 {
  background:
    radial-gradient(
      circle at 92% 76%,
      rgba(189, 251, 245, 0.12),
      transparent 34%
    ),
    linear-gradient(112deg, #173f55 0%, #235f7b 48%, #0a9f98 126%);
}
.area-hero-variant-3 .area-wave-art {
  right: max(-82px, calc((100vw - 1180px) / 2 - 82px));
  bottom: -136px;
  width: min(1180px, 92vw);
  height: 540px;
  transform: rotate(-2deg);
  opacity: 0.32;
  -webkit-mask-image: radial-gradient(
    ellipse at 72% 56%,
    #000 0%,
    rgba(0, 0, 0, 0.74) 58%,
    transparent 88%
  );
  mask-image: radial-gradient(
    ellipse at 72% 56%,
    #000 0%,
    rgba(0, 0, 0, 0.74) 58%,
    transparent 88%
  );
}
.area-hero-variant-bd {
  background:
    linear-gradient(
      112deg,
      rgba(7, 26, 43, 0.98) 0%,
      rgba(20, 82, 103, 0.95) 54%,
      rgba(21, 159, 150, 0.96) 132%
    ),
    #071a2b;
}
.area-hero-variant-bd .area-wave-art {
  right: max(-190px, calc((100vw - 1180px) / 2 - 190px));
  bottom: -42px;
  width: min(1020px, 78vw);
  height: 440px;
  opacity: 0.48;
  transform: rotate(1deg);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 22%,
    #000 56%,
    rgba(0, 0, 0, 0.8) 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 22%,
    #000 56%,
    rgba(0, 0, 0, 0.8) 84%,
    transparent 100%
  );
}
.area-hero-variant-ai {
  background:
    linear-gradient(
      114deg,
      rgba(16, 27, 59, 0.98) 0%,
      rgba(38, 63, 126, 0.95) 56%,
      rgba(12, 156, 154, 0.94) 132%
    ),
    #101b3b;
}
.area-hero-variant-ai .area-wave-art {
  right: max(-150px, calc((100vw - 1180px) / 2 - 150px));
  bottom: -74px;
  width: min(1040px, 80vw);
  height: 470px;
  opacity: 0.42;
  transform: rotate(-2deg);
  -webkit-mask-image: radial-gradient(
    ellipse at 68% 60%,
    #000 0%,
    rgba(0, 0, 0, 0.78) 58%,
    transparent 88%
  );
  mask-image: radial-gradient(
    ellipse at 68% 60%,
    #000 0%,
    rgba(0, 0, 0, 0.78) 58%,
    transparent 88%
  );
}
.area-hero-variant-ai p:not(.service-kicker) {
  font-size: 16px;
}
.area-hero-variant-commercial {
  background:
    linear-gradient(
      112deg,
      rgba(8, 34, 49, 0.98) 0%,
      rgba(47, 116, 120, 0.95) 56%,
      rgba(18, 168, 158, 0.94) 128%
    ),
    #082231;
}
.area-hero-variant-commercial .area-wave-art {
  right: max(-220px, calc((100vw - 1180px) / 2 - 220px));
  bottom: -86px;
  width: min(1100px, 84vw);
  height: 482px;
  opacity: 0.44;
  transform: rotate(2deg);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.58) 20%,
    #000 54%,
    rgba(0, 0, 0, 0.72) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.58) 20%,
    #000 54%,
    rgba(0, 0, 0, 0.72) 82%,
    transparent 100%
  );
}
.mr-globe {
  position: absolute;
  right: 42px;
  top: 32px;
  width: 344px;
  height: 344px;
  border: 3px solid rgba(190, 255, 249, 0.2);
  border-left-color: rgba(190, 255, 249, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(160, 246, 240, 0.035),
    inset 0 0 60px rgba(61, 229, 217, 0.07);
  transform: rotate(-9deg);
}
.mr-globe::before,
.mr-globe::after {
  content: '';
  position: absolute;
  border: 3px solid rgba(190, 255, 249, 0.22);
  border-radius: 50%;
}
.mr-globe::before {
  inset: 20px 102px;
}
.mr-globe::after {
  left: 18px;
  right: 18px;
  top: 117px;
  height: 105px;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mr-globe i {
  display: none;
}
.mr-streams {
  position: absolute;
  inset: 0;
}
.mr-streams span {
  position: absolute;
  display: block;
  width: 510px;
  height: 190px;
  border-top: 6px solid rgba(112, 244, 235, 0.38);
  border-radius: 50%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 8px rgba(80, 231, 220, 0.12));
}
.mr-streams span::after {
  content: '';
  position: absolute;
  right: 48px;
  top: -8px;
  width: 11px;
  height: 11px;
  border: 3px solid rgba(210, 255, 251, 0.82);
  border-radius: 50%;
  background: #219aa0;
  box-shadow: 0 0 18px rgba(189, 251, 245, 0.65);
}
.mr-streams span:nth-child(1) {
  left: -6px;
  top: 75px;
  border-color: rgba(138, 249, 241, 0.48);
}
.mr-streams span:nth-child(2) {
  left: 28px;
  top: 165px;
  border-width: 5px;
  opacity: 0.62;
}
.mr-streams span:nth-child(3) {
  left: 74px;
  top: 255px;
  border-width: 4px;
  opacity: 0.38;
}
.mr-streams span:nth-child(4) {
  display: none;
}
.mr-orbit-dot {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #bdfbf5;
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(189, 251, 245, 0.65);
}
.mr-orbit-dot.dot-a {
  right: 74px;
  top: 110px;
}
.mr-orbit-dot.dot-b {
  right: 372px;
  top: 301px;
}
.mr-orbit-dot.dot-c {
  display: none;
}
.mr-knowledge-flow {
  display: block;
  right: max(-80px, calc((100vw - 1400px) / 2));
  width: 610px;
}
.mr-data-cloud {
  position: absolute;
  left: 6px;
  top: 112px;
  width: 165px;
  height: 210px;
}
.mr-data-cloud i {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid rgba(203, 255, 251, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(148, 247, 239, 0.3);
}
.mr-data-cloud i:nth-child(1) {
  left: 13px;
  top: 41px;
}
.mr-data-cloud i:nth-child(2) {
  left: 74px;
  top: 15px;
  width: 9px;
  height: 9px;
}
.mr-data-cloud i:nth-child(3) {
  left: 125px;
  top: 54px;
}
.mr-data-cloud i:nth-child(4) {
  left: 48px;
  top: 91px;
  width: 18px;
  height: 18px;
}
.mr-data-cloud i:nth-child(5) {
  left: 111px;
  top: 126px;
  width: 9px;
  height: 9px;
}
.mr-data-cloud i:nth-child(6) {
  left: 7px;
  top: 148px;
  width: 10px;
  height: 10px;
}
.mr-data-cloud i:nth-child(7) {
  left: 67px;
  top: 171px;
}
.mr-data-cloud i:nth-child(8) {
  left: 142px;
  top: 184px;
  width: 7px;
  height: 7px;
}
.mr-data-cloud b,
.mr-info-stream b {
  position: absolute;
  bottom: -10px;
  left: 0;
  color: rgba(211, 255, 252, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}
.mr-info-stream {
  position: absolute;
  left: 123px;
  top: 74px;
  width: 330px;
  height: 280px;
}
.mr-info-stream span {
  position: absolute;
  left: 0;
  width: 330px;
  height: 128px;
  border-top: 7px solid rgba(140, 248, 240, 0.34);
  border-radius: 50%;
  transform: rotate(5deg);
  filter: drop-shadow(0 0 8px rgba(75, 226, 215, 0.12));
}
.mr-info-stream span:nth-child(1) {
  top: 22px;
}
.mr-info-stream span:nth-child(2) {
  top: 93px;
  left: 17px;
  width: 314px;
  opacity: 0.74;
}
.mr-info-stream span:nth-child(3) {
  top: 164px;
  left: 41px;
  width: 288px;
  opacity: 0.48;
}
.mr-info-stream span::after {
  content: '';
  position: absolute;
  right: 8px;
  top: -8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bdfbf5;
  box-shadow: 0 0 18px rgba(189, 251, 245, 0.7);
}
.mr-info-stream b {
  left: 105px;
  bottom: -2px;
}
.mr-insight-core {
  position: absolute;
  right: 28px;
  top: 102px;
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(206, 255, 251, 0.46);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(123, 242, 234, 0.2) 0%,
    rgba(57, 196, 191, 0.1) 38%,
    rgba(34, 120, 139, 0.03) 68%,
    transparent 70%
  );
  box-shadow:
    0 0 0 28px rgba(152, 246, 239, 0.035),
    0 0 50px rgba(124, 242, 234, 0.14);
}
.mr-insight-core::before,
.mr-insight-core::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.mr-insight-core::before {
  inset: 28px;
  border: 2px solid rgba(211, 255, 252, 0.25);
}
.mr-insight-core::after {
  inset: 58px;
  background: #c7f6ef;
  box-shadow: 0 0 30px rgba(199, 246, 239, 0.65);
}
.mr-insight-core i {
  position: absolute;
  left: -45px;
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(202, 255, 251, 0.72));
}
.mr-insight-core strong {
  position: absolute;
  bottom: -36px;
  color: rgba(222, 255, 253, 0.78);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
}
.mr-geometry-flow {
  right: max(-50px, calc((100vw - 1360px) / 2));
  width: 600px;
  height: 390px;
}
.mr-data-blocks {
  position: absolute;
  left: 12px;
  top: 92px;
  width: 150px;
  height: 210px;
}
.mr-data-blocks i {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: rgba(190, 255, 249, 0.16);
  border: 2px solid rgba(211, 255, 252, 0.55);
  box-shadow: 0 0 12px rgba(139, 244, 236, 0.1);
}
.mr-data-blocks i:nth-child(1) {
  left: 6px;
  top: 13px;
  width: 15px;
  height: 15px;
}
.mr-data-blocks i:nth-child(2) {
  left: 57px;
  top: 0;
}
.mr-data-blocks i:nth-child(3) {
  left: 116px;
  top: 24px;
  width: 17px;
  height: 17px;
}
.mr-data-blocks i:nth-child(4) {
  left: 23px;
  top: 70px;
  width: 29px;
  height: 29px;
}
.mr-data-blocks i:nth-child(5) {
  left: 87px;
  top: 63px;
  width: 19px;
  height: 19px;
}
.mr-data-blocks i:nth-child(6) {
  left: 124px;
  top: 105px;
  width: 26px;
  height: 26px;
}
.mr-data-blocks i:nth-child(7) {
  left: 0;
  top: 133px;
  width: 18px;
  height: 18px;
}
.mr-data-blocks i:nth-child(8) {
  left: 58px;
  top: 122px;
  width: 25px;
  height: 25px;
}
.mr-data-blocks i:nth-child(9) {
  left: 90px;
  top: 171px;
  width: 14px;
  height: 14px;
}
.mr-data-blocks b,
.mr-info-diamonds b {
  position: absolute;
  left: 0;
  bottom: -15px;
  color: rgba(219, 255, 253, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}
.mr-info-diamonds {
  position: absolute;
  left: 215px;
  top: 90px;
  width: 150px;
  height: 220px;
}
.mr-info-diamonds i {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  transform: rotate(45deg);
  background: rgba(138, 248, 240, 0.15);
  border: 3px solid rgba(190, 255, 249, 0.5);
}
.mr-info-diamonds i:nth-child(1) {
  left: 4px;
  top: 8px;
}
.mr-info-diamonds i:nth-child(2) {
  left: 69px;
  top: 8px;
}
.mr-info-diamonds i:nth-child(3) {
  left: 36px;
  top: 72px;
  width: 49px;
  height: 49px;
  background: rgba(138, 248, 240, 0.23);
}
.mr-info-diamonds i:nth-child(4) {
  left: 4px;
  top: 148px;
}
.mr-info-diamonds i:nth-child(5) {
  left: 69px;
  top: 148px;
}
.mr-info-diamonds b {
  left: 8px;
}
.mr-insight-hex {
  position: absolute;
  right: 20px;
  top: 94px;
  width: 180px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: rgba(188, 255, 249, 0.34);
  filter: drop-shadow(0 0 24px rgba(144, 247, 239, 0.22));
}
.mr-insight-hex::before {
  content: '';
  position: absolute;
  inset: 5px;
  clip-path: inherit;
  background: linear-gradient(
    145deg,
    rgba(14, 118, 139, 0.88),
    rgba(12, 156, 154, 0.68)
  );
}
.mr-insight-hex i {
  position: absolute;
  z-index: 1;
  width: 104px;
  height: 120px;
  clip-path: inherit;
  background: rgba(205, 255, 251, 0.14);
  border: 0;
}
.mr-insight-hex span {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 51px;
  clip-path: inherit;
  background: #c9faf4;
  box-shadow: 0 0 28px rgba(201, 250, 244, 0.68);
}
.mr-insight-hex strong {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  color: rgba(226, 255, 253, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}
.mr-step-arrow {
  position: absolute;
  top: 165px;
  color: rgba(210, 255, 252, 0.42);
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}
.mr-step-arrow.arrow-one {
  left: 171px;
}
.mr-step-arrow.arrow-two {
  left: 377px;
}
.mr-iceberg-art {
  right: max(-35px, calc((100vw - 1320px) / 2));
  width: 560px;
  height: 390px;
}
.mr-ice-water {
  position: absolute;
  left: 20px;
  right: 5px;
  top: 175px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(211, 255, 252, 0.13) 16%,
    rgba(211, 255, 252, 0.13) 84%,
    transparent
  );
}
.mr-ice-tip {
  position: absolute;
  left: 137px;
  top: 47px;
  width: 270px;
  height: 130px;
  clip-path: polygon(
    5% 100%,
    15% 76%,
    29% 59%,
    40% 23%,
    50% 0,
    61% 30%,
    75% 48%,
    86% 73%,
    100% 100%
  );
  background: rgba(209, 255, 252, 0.12);
  filter: drop-shadow(0 0 1px rgba(222, 255, 253, 0.64));
}
.mr-ice-tip::before,
.mr-ice-tip::after {
  content: '';
  position: absolute;
  clip-path: inherit;
}
.mr-ice-tip::before {
  inset: 5px;
  background: linear-gradient(
    145deg,
    rgba(42, 131, 148, 0.82),
    rgba(27, 165, 165, 0.68)
  );
}
.mr-ice-tip::after {
  inset: 30px 37px 5px;
  background: rgba(198, 255, 251, 0.055);
}
.mr-ice-under {
  position: absolute;
  left: 91px;
  top: 179px;
  width: 360px;
  height: 184px;
  clip-path: polygon(0 0, 100% 0, 84% 38%, 68% 100%, 38% 86%, 17% 47%);
  background: rgba(204, 255, 251, 0.075);
  filter: drop-shadow(0 0 1px rgba(220, 255, 253, 0.46));
}
.mr-ice-under::before,
.mr-ice-under::after {
  content: '';
  position: absolute;
  clip-path: inherit;
}
.mr-ice-under::before {
  inset: 25px 39px;
  background: rgba(204, 255, 251, 0.07);
}
.mr-ice-under::after {
  inset: 55px 85px;
  background: rgba(219, 255, 252, 0.2);
}
.mr-layers-art {
  right: max(0px, calc((100vw - 1280px) / 2));
  width: 520px;
  height: 410px;
}
.mr-layers-art i {
  position: absolute;
  display: block;
  clip-path: polygon(
    50% 0,
    85% 13%,
    100% 46%,
    86% 80%,
    54% 100%,
    18% 89%,
    0 58%,
    7% 23%
  );
  background: rgba(211, 255, 252, 0.055);
  filter: drop-shadow(0 0 1px rgba(220, 255, 253, 0.28));
}
.mr-layers-art i::after {
  content: '';
  position: absolute;
  inset: 3px;
  clip-path: inherit;
  background: linear-gradient(
    145deg,
    rgba(41, 120, 140, 0.82),
    rgba(22, 153, 155, 0.68)
  );
}
.mr-layers-art i:nth-child(1) {
  left: 86px;
  top: 20px;
  width: 350px;
  height: 350px;
  opacity: 0.25;
  transform: rotate(5deg);
}
.mr-layers-art i:nth-child(2) {
  left: 110px;
  top: 48px;
  width: 290px;
  height: 290px;
  opacity: 0.34;
  transform: rotate(-3deg);
}
.mr-layers-art i:nth-child(3) {
  left: 137px;
  top: 78px;
  width: 228px;
  height: 228px;
  opacity: 0.46;
  transform: rotate(4deg);
}
.mr-layers-art i:nth-child(4) {
  left: 166px;
  top: 108px;
  width: 166px;
  height: 166px;
  opacity: 0.58;
  transform: rotate(-4deg);
}
.mr-layers-art i:nth-child(5) {
  left: 197px;
  top: 139px;
  width: 104px;
  height: 104px;
  opacity: 0.68;
  transform: rotate(3deg);
}
.mr-hex-crop-art {
  top: auto;
  right: max(-280px, calc((100vw - 1180px) / 2 - 260px));
  bottom: -310px;
  width: 660px;
  height: 680px;
  transform: none;
  opacity: 0.78;
}
.mr-hex-crop-art::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 620px;
  height: 690px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: rgba(198, 255, 250, 0.11);
  filter: drop-shadow(0 0 1px rgba(220, 255, 253, 0.4));
}
.mr-hex-crop-art::after {
  content: '';
  position: absolute;
  right: 52px;
  bottom: 58px;
  width: 500px;
  height: 558px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  border: 1px solid rgba(204, 255, 251, 0.18);
  background: linear-gradient(
    145deg,
    rgba(51, 139, 158, 0.18),
    rgba(72, 219, 211, 0.1)
  );
}
.mr-hex-crop-art i {
  position: absolute;
  display: block;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.mr-hex-crop-art i:nth-child(1) {
  right: 145px;
  bottom: 160px;
  width: 310px;
  height: 346px;
  background: rgba(196, 255, 250, 0.08);
}
.mr-hex-crop-art i:nth-child(2) {
  right: 228px;
  bottom: 252px;
  width: 145px;
  height: 162px;
  background: rgba(211, 255, 252, 0.15);
}
.mr-hex-crop-art i:nth-child(3) {
  right: 286px;
  bottom: 316px;
  width: 34px;
  height: 38px;
  background: #c9faf4;
  box-shadow: 0 0 28px rgba(201, 250, 244, 0.5);
}
@media (max-width: 900px) {
  .area-hero-art {
    right: -210px;
    opacity: 0.38;
  }
  .area-hero h1,
  .area-hero p:not(.service-kicker) {
    max-width: 76%;
  }
}
@media (max-width: 767px) {
  .area-hero-art {
    right: -285px;
    opacity: 0.24;
  }
  .area-hero h1,
  .area-hero p:not(.service-kicker) {
    max-width: 100%;
  }
}
.area-hero .service-kicker,
.mr-detail-hero .service-kicker {
  color: #62e1d8;
}
.area-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.area-hero p:not(.service-kicker) {
  max-width: 760px;
  margin: 0 0 30px;
  color: #dceff3;
  font-size: 1.2rem;
  line-height: 1.8;
}
.mr-chain {
  padding: 34px 0;
  border-bottom: 1px solid #dbe8ea;
  background: #f8fbfb;
}
.mr-chain-label {
  margin: 0 0 18px;
  color: #64777f;
  font-size: 16px;
  font-weight: 700;
}
.mr-chain-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.mr-chain-track a {
  position: relative;
  min-height: 118px;
  padding: 18px 16px;
  border-left: 1px solid #d5e4e6;
  color: inherit;
}
.mr-chain-track a:last-child {
  border-right: 1px solid #d5e4e6;
}
.mr-chain-track a::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 10px;
  height: 3px;
  background: var(--mr-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.2s;
}
.mr-chain-track a:hover::after {
  transform: scaleX(1);
}
.mr-chain-track b {
  display: block;
  color: var(--mr-teal);
  font-size: 14px;
}
.mr-chain-track b .icon {
  margin-right: 6px;
}
.mr-chain-track strong {
  display: block;
  margin: 12px 0 5px;
  color: var(--mr-blue);
  font-size: 16px;
}
.mr-chain-track span {
  color: #697a82;
  font-size: 14px;
}
.mr-service-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d9e5e7;
}
.mr-service-index a {
  position: relative;
  overflow: hidden;
  padding: 28px 26px;
  border-right: 1px solid #d9e5e7;
  border-bottom: 1px solid #d9e5e7;
  color: inherit;
  transition: 0.2s;
}
.mr-service-index a:nth-child(2n) {
  border-right: 0;
}
.mr-service-index a:hover {
  background: #effafa;
  transform: translateY(-2px);
}
.mr-service-index-icon.icon {
  position: absolute;
  right: 20px;
  bottom: 16px;
  margin: 0;
  color: #e1e7e8;
  font-size: 72px;
  pointer-events: none;
  transition: color 0.2s;
}
.mr-service-index a:hover .mr-service-index-icon.icon {
  color: #b8ddd9;
}
.mr-service-index a > :not(.mr-service-index-icon) {
  position: relative;
  z-index: 1;
}
.mr-service-index em {
  color: var(--mr-teal);
  font-style: normal;
  font-weight: 800;
}
.mr-service-index h3 {
  margin: 8px 0;
  color: var(--mr-blue);
  font-size: 18px;
}
.mr-service-heading h2 {
  font-size: 24px;
}
.mr-service-heading p {
  font-size: 14px;
}
.mr-service-index p {
  margin: 0;
  color: #64737b;
  line-height: 1.65;
}
.mr-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.mr-principles article {
  border-top: 4px solid var(--mr-teal);
  padding-top: 18px;
}
.mr-overline {
  color: var(--mr-teal);
  font-weight: 900;
  letter-spacing: 0.06em;
}
.mr-principle-icon.icon {
  color: #89969c;
  font-size: 24px;
}
.mr-principles h3 {
  color: var(--mr-blue);
}
.mr-principles p {
  color: #63727a;
  line-height: 1.65;
}
.mr-detail-hero {
  padding: 62px 0 70px;
  color: #fff;
  background: var(--mr-blue);
}
.mr-detail-hero.journey {
  background: linear-gradient(120deg, #276689, #168e9d);
}
.mr-detail-hero.assessment {
  background: linear-gradient(120deg, #173f55, #276689);
}
.mr-detail-hero.stp {
  background: linear-gradient(120deg, #276689, #2f7478);
}
.mr-detail-hero.pricing {
  background: linear-gradient(120deg, #1f566e, #06978f);
}
.mr-detail-hero.launch {
  background: linear-gradient(120deg, #173f55, #367c91);
}
.mr-detail-hero.tracking {
  background: linear-gradient(120deg, #276689, #07b4aa);
}
.mr-detail-hero h1 {
  max-width: 980px;
  margin: 8px 0 20px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.mr-detail-hero p:not(.service-kicker) {
  max-width: 800px;
  margin: 0;
  color: #dceff3;
  font-size: 1.15rem;
  line-height: 1.75;
}
.mr-back {
  display: inline-block;
  margin-bottom: 26px;
  color: #c8eced;
  font-weight: 700;
}
.mr-back:hover {
  color: #fff;
}
.mr-journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.mr-journey article {
  min-height: 220px;
  padding: 26px 24px;
  border-top: 4px solid var(--mr-teal);
  border-right: 1px solid #d9e5e7;
}
.mr-journey article:last-child {
  border-right: 0;
}
.mr-journey b {
  color: var(--mr-teal);
}
.mr-journey h3 {
  color: var(--mr-blue);
}
.mr-journey p {
  color: #65747c;
  line-height: 1.65;
}
.mr-split {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: start;
}
.mr-split h2 {
  color: var(--mr-blue);
  font-size: 2.2rem;
  line-height: 1.25;
}
.mr-split p {
  color: #5d6d76;
  font-size: 1.06rem;
  line-height: 1.8;
}
.mr-output-list {
  padding: 28px 30px;
  border-left: 5px solid var(--mr-teal);
  background: #fff;
}
.mr-output-list h3 {
  margin-top: 0;
  color: var(--mr-blue);
}
.mr-output-list ul {
  margin: 0;
  padding-left: 1.2em;
  color: #586a73;
  line-height: 1.9;
}
.mr-method-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mr-method-row span {
  padding: 12px 16px;
  border: 1px solid #cfe0e3;
  color: var(--mr-blue);
  background: #f7fbfb;
  font-weight: 700;
}
.mr-funnel {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}
.mr-funnel span {
  position: relative;
  padding: 20px 8px;
  color: #fff;
  background: var(--mr-blue);
  text-align: center;
  font-weight: 700;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
.mr-funnel span:nth-child(even) {
  background: #2f7f8a;
}
.mr-funnel span:last-child {
  background: var(--mr-teal);
}
.mr-caption {
  margin: 20px 0 0;
  color: #78878e;
  text-align: center;
  font-size: 0.94rem;
}
.mr-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.mr-proof-grid article {
  padding: 24px 0;
  border-top: 4px solid var(--mr-teal);
}
.mr-proof-grid b {
  color: var(--mr-teal);
  font-size: 0.85rem;
  text-transform: uppercase;
}
.mr-proof-grid h3 {
  color: var(--mr-blue);
}
.mr-proof-grid p {
  color: #63737b;
  line-height: 1.7;
}
.mr-stp-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.mr-stp-flow article {
  min-height: 280px;
  padding: 32px;
  color: #fff;
  background: var(--mr-blue);
}
.mr-stp-flow article:nth-child(2) {
  background: #2f7478;
}
.mr-stp-flow article:nth-child(3) {
  background: var(--mr-teal);
}
.mr-stp-flow b {
  font-size: 4rem;
  line-height: 1;
  opacity: 0.35;
}
.mr-stp-flow h2 {
  color: #fff;
}
.mr-stp-flow p {
  color: #e1f1f2;
  line-height: 1.7;
}
.mr-evidence-lines p {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d7e4e6;
}
.mr-evidence-lines b {
  color: var(--mr-blue);
}
.mr-evidence-lines span {
  color: #62727b;
}
.mr-price-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.mr-price-equation span {
  padding: 24px 32px;
  color: var(--mr-blue);
  border: 2px solid #b9dfe0;
  font-size: 1.55rem;
  font-weight: 900;
}
.mr-price-equation i {
  color: #93a3aa;
  font-size: 1.8rem;
  font-style: normal;
}
.mr-price-equation b {
  color: var(--mr-teal);
  font-size: 1.65rem;
}
.mr-pricing-tools,
.mr-tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid #d9e5e7;
  background: #d9e5e7;
}
.mr-pricing-tools article,
.mr-tracking-grid article {
  padding: 28px;
  background: #fff;
}
.mr-pricing-tools h3,
.mr-tracking-grid h3 {
  color: var(--mr-blue);
}
.mr-pricing-tools p,
.mr-tracking-grid p {
  color: #63737b;
  line-height: 1.7;
}
.mr-launch-sequence {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.mr-launch-sequence span {
  padding: 22px 14px;
  border-top: 3px solid var(--mr-teal);
  border-right: 1px solid #d8e5e7;
  color: var(--mr-blue);
  font-weight: 800;
}
.mr-launch-sequence b {
  display: block;
  margin-bottom: 12px;
  color: var(--mr-teal);
}
.mr-readiness {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d9e5e7;
  border: 1px solid #d9e5e7;
}
.mr-readiness p {
  margin: 0;
  padding: 24px;
  background: #fff;
}
.mr-readiness strong {
  display: block;
  color: var(--mr-blue);
  font-size: 1.1rem;
}
.mr-readiness span {
  display: block;
  margin-top: 8px;
  color: #687880;
}
.mr-atu {
  display: flex;
  align-items: center;
  gap: 0;
}
.mr-atu span {
  padding: 18px 13px;
  color: #fff;
  background: var(--mr-blue);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
  flex: 1;
}
.mr-atu span:nth-child(2n) {
  background: #2f7f8a;
}
.mr-atu span:last-child {
  background: var(--mr-teal);
}
.mr-wave {
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr auto auto 1fr;
  gap: 18px;
  align-items: center;
}
.mr-wave strong {
  color: var(--mr-blue);
  font-size: 1.2rem;
}
.mr-wave span {
  color: #62737b;
}
.mr-wave i {
  color: var(--mr-teal);
  font-size: 1.8rem;
  font-style: normal;
}
.sfe-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.sfe-intro-statement {
  margin: 0;
  color: #276689;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
.sfe-intro-copy p {
  margin: 0 0 12px;
  color: #5c6b74;
  font-size: 14px;
  line-height: 1.8;
}
.sfe-intro-copy {
  margin-top: 12px;
}
.sfe-intro-copy p:last-child {
  margin-bottom: 0;
}
.sfe-layer-list {
  border-top: 1px solid #d8e3e7;
}
.sfe-framework-figure {
  overflow: hidden;
  margin: 0 0 36px;
  padding: 18px;
  border: 1px solid #d9e5e8;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
}
.sfe-framework-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
}
.sfe-layer {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 90px 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid #d8e3e7;
  transition: background 0.2s;
}
.sfe-layer:hover {
  background: #effafa;
}
.sfe-layer-icon.icon {
  position: absolute;
  right: 28px;
  bottom: 18px;
  margin: 0;
  color: #e1e7e8;
  font-size: 72px;
  pointer-events: none;
  transition: color 0.2s;
}
.sfe-layer:hover .sfe-layer-icon.icon {
  color: #b8ddd9;
}
.sfe-layer > :not(.sfe-layer-icon) {
  position: relative;
  z-index: 1;
}
.sfe-layer-number {
  color: var(--brand-dark);
  font-size: 1.1rem;
  font-weight: 900;
}
.sfe-layer h3 {
  margin: 0;
  color: #264f67;
  font-size: 1.55rem;
}
.sfe-layer-content p {
  margin: 0 0 12px;
  color: #5f6f78;
  line-height: 1.7;
}
.sfe-layer-content strong {
  color: #276689;
}
#layers-title {
  font-size: 24px;
}
.sfe-operating-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 4px solid #276689;
  border-bottom: 1px solid #d8e3e7;
}
.sfe-chain-step {
  min-height: 190px;
  padding: 26px 24px;
  border-right: 1px solid #d8e3e7;
}
.sfe-chain-step:last-child {
  border-right: 0;
}
.sfe-chain-step span {
  color: var(--brand-dark);
  font-weight: 900;
}
.sfe-chain-step h3 {
  margin: 14px 0 10px;
  color: #264f67;
  font-size: 1.25rem;
}
.sfe-chain-step p {
  margin: 0;
  color: #677780;
  line-height: 1.65;
}
.sfe-cadence {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #d8e3e7;
}
.sfe-cadence:first-child {
  border-top: 1px solid #d8e3e7;
}
.sfe-cadence strong {
  color: #276689;
  font-size: 1.2rem;
}
.sfe-cadence span {
  color: #5d6d76;
  line-height: 1.65;
}
.sfe-cadence-icon.icon {
  position: absolute;
  right: 22px;
  bottom: 10px;
  margin: 0;
  color: #e1e7e8;
  font-size: 48px;
  pointer-events: none;
}
.sfe-cadence strong,
.sfe-cadence span {
  position: relative;
  z-index: 1;
}

.site-footer {
  background: var(--footer);
  color: var(--footer-muted);
}

.privacy-panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background: rgba(30, 48, 52, 0.28);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 0ms linear 180ms;
}

.privacy-panel.visible {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 180ms ease,
    visibility 0ms;
}

.privacy-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(860px, 100%);
  padding: 22px 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 58, 66, 0.28);
  transform: translateY(120%);
  transition: transform 220ms ease;
}

.privacy-panel.visible .privacy-card {
  transform: translateY(0);
}

.privacy-copy h2 {
  margin: 0 0 8px;
  color: #39454d;
  font-size: 1.2rem;
}

.privacy-copy p {
  max-width: 560px;
  margin: 0;
  color: #66727b;
  line-height: 1.5;
}

.privacy-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-inner {
  padding: 18px 0 14px;
}

.footer-links,
.follow-copy,
.qr-wrap {
  text-align: center;
}

.footer-links h3,
.follow-copy h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.footer-links a {
  display: block;
  width: max-content;
  margin: 0 auto 4px;
  color: var(--footer-muted);
}

.footer-links a:hover {
  color: #ffffff;
}

.follow-copy h3 {
  color: #29e7e0;
}

.follow-copy p {
  color: var(--footer-text);
}

.qr-code-img {
  display: block;
  width: 82px;
  height: 82px;
  margin: 0 auto;
  background: #ffffff;
  object-fit: cover;
}

.x-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  color: #ffffff;
  text-decoration: none;
}

.x-profile-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  object-fit: contain;
}

.x-profile-link:hover .x-profile-icon {
  opacity: 0.82;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--footer-line);
  text-align: center;
}

.footer-brand {
  display: flex;
  justify-content: center;
}

.footer-logo {
  display: block;
  width: 146px;
  height: auto;
  object-fit: contain;
}

.footer-bottom p {
  margin: 4px 0 0;
  color: var(--footer-muted);
  font-size: 0.86rem;
}

@media (max-width: 767px) {
  .ui.container,
  .ui.text.container {
    width: min(100% - 24px, 720px);
  }

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

  .ui.grid.divided > .column + .column {
    border-left: 0;
  }

  .site-menu.ui.stackable.menu {
    flex-direction: row;
    justify-content: center;
  }

  .site-menu.ui.stackable.menu .item,
  .site-menu.ui.stackable.menu .right.menu .item {
    width: auto !important;
  }

  .nav-dropdown-menu {
    left: 50%;
    transform: translate(-50%, -2px);
  }

  .nav-dropdown.open .nav-dropdown-menu {
    transform: translate(-50%, 0);
  }

  .site-menu .brand {
    width: 100% !important;
    justify-content: center;
  }

  .auth-menu {
    border: 0;
  }

  .hero {
    min-height: 390px;
  }

  .hero-lines {
    height: 210px;
    opacity: 0.62;
    background-size: 980px auto;
  }

  .hero-content {
    padding: 48px 18px 198px;
  }

  .hero h1 {
    font-size: 1.55rem;
  }

  .features {
    padding-bottom: 42px;
  }

  .feature-item {
    min-height: auto;
    padding-bottom: 34px !important;
  }

  .column-page {
    padding: 34px 0 46px;
  }

  .ui.container.column-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .column-intro h1 {
    font-size: 1.7rem;
  }

  .article-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-thumb {
    width: min(235px, 100%);
    min-height: 100px;
    height: auto;
    justify-self: start;
  }

  .article-empty {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px 16px;
  }

  .article-empty > .icon {
    width: 36px;
    font-size: 2.25em;
  }

  .column-side-menu {
    position: static;
  }

  .service-hero {
    padding: 54px 0;
  }

  .service-fit-grid,
  .service-value-grid,
  .service-system,
  .service-deliverables {
    grid-template-columns: 1fr;
  }

  .brand-commercialization-page .service-value-grid {
    grid-template-columns: 1fr;
  }

  .service-stage {
    min-height: auto;
  }

  .service-domain-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0 34px;
  }

  .service-domain-illustration {
    width: 180px;
    min-height: auto;
    opacity: 0.82;
  }

  .service-domain-illustration img {
    max-width: 180px;
  }

  .service-domain-main h2 {
    margin-bottom: 12px;
    font-size: 1.58rem;
  }

  .service-domain-main p {
    font-size: 14px;
  }

  .service-tag-list {
    gap: 8px;
  }

  .service-tag {
    min-height: 32px;
    padding: 5px 12px;
    font-size: 14px;
  }

  .service-domain-intro,
  .service-domain-grid,
  .service-domain-card {
    grid-template-columns: 1fr;
  }

  .service-domain-intro {
    gap: 12px;
  }

  .service-domain-card {
    min-height: auto;
  }

  .service-domain-card-body {
    padding: 26px 24px 24px;
  }

  .service-domain-visual {
    min-height: 132px;
  }

  .service-domain-visual::before {
    top: 16px;
    left: 24px;
    width: 96px;
    height: 96px;
  }

  .service-domain-visual::after {
    top: 30px;
    left: 92px;
    width: 136px;
    height: 136px;
  }

  .service-domain-visual .icon {
    top: 38px;
    left: 48px;
  }

  .service-domain-visual span:nth-child(2) {
    top: 24px;
    left: 142px;
  }

  .service-domain-visual span:nth-child(3) {
    top: 94px;
    left: 34px;
  }

  .service-domain-visual span:nth-child(4) {
    top: 88px;
    left: 202px;
  }

  .service-links {
    grid-template-columns: 1fr;
  }

  .sfe-intro,
  .sfe-layer,
  .sfe-operating-chain,
  .sfe-cadence {
    grid-template-columns: 1fr;
  }
  .sfe-layer {
    gap: 12px;
  }
  .sfe-chain-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d8e3e7;
  }

  .mr-chain-track,
  .mr-service-index,
  .mr-principles,
  .mr-journey,
  .mr-proof-grid,
  .mr-stp-flow,
  .mr-pricing-tools,
  .mr-tracking-grid,
  .mr-launch-sequence,
  .mr-readiness {
    grid-template-columns: 1fr;
  }
  .mr-chain-track a,
  .mr-service-index a,
  .mr-journey article,
  .mr-launch-sequence span {
    border-right: 0;
    border-bottom: 1px solid #d9e5e7;
  }
  .mr-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .mr-funnel {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .mr-atu {
    flex-direction: column;
    align-items: stretch;
  }
  .mr-wave {
    grid-template-columns: 1fr;
  }
  .mr-wave i {
    transform: rotate(90deg);
    text-align: center;
  }
  .mr-evidence-lines p {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .privacy-card {
    align-items: stretch;
    flex-direction: column;
  }

  .privacy-actions {
    justify-content: stretch;
  }

  .privacy-actions .ui.button {
    flex: 1 1 140px;
  }
}

/* BD & Investment Advisory: dark transaction-room visual system */
.bd-page {
  --bd-navy: #071a2b;
  --bd-panel: #0d293b;
  --bd-teal: #1dd6c6;
  --bd-lime: #c7f05a;
  --bd-ice: #e9f4f4;
  color: #17313b;
}
.bd-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
  color: #fff;
  background: linear-gradient(118deg, #061726 0%, #0a3345 58%, #0aa59c 135%);
}
.bd-hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 23, 38, 0.12),
    transparent 58%,
    rgba(22, 215, 198, 0.05)
  );
  pointer-events: none;
}
.bd-hero .ui.container {
  position: relative;
  z-index: 1;
}
.bd-hero h1 {
  max-width: 700px;
  margin: 10px 0 20px;
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.bd-hero p:not(.service-kicker) {
  max-width: 675px;
  color: #c6d8de;
  font-size: 1.18rem;
  line-height: 1.75;
}
.bd-hero .service-kicker {
  color: var(--bd-teal);
  letter-spacing: 0.16em;
}
.bd-deal-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(5px, calc((100vw - 1300px) / 2));
  width: 520px;
  height: 390px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bd-opportunity-field {
  position: absolute;
  left: 0;
  top: 60px;
  width: 175px;
  height: 260px;
}
.bd-opportunity-field i {
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: 2px solid rgba(202, 255, 251, 0.52);
  background: rgba(29, 214, 198, 0.08);
}
.bd-opportunity-field i:nth-child(1) {
  left: 8px;
  top: 25px;
}
.bd-opportunity-field i:nth-child(2) {
  left: 75px;
  top: 3px;
  width: 18px;
  height: 18px;
}
.bd-opportunity-field i:nth-child(3) {
  left: 135px;
  top: 57px;
}
.bd-opportunity-field i:nth-child(4) {
  left: 32px;
  top: 116px;
  width: 22px;
  height: 22px;
}
.bd-opportunity-field i:nth-child(5) {
  left: 107px;
  top: 136px;
  width: 16px;
  height: 16px;
}
.bd-opportunity-field i:nth-child(6) {
  left: 5px;
  top: 210px;
}
.bd-opportunity-field i:nth-child(7) {
  left: 143px;
  top: 223px;
  width: 20px;
  height: 20px;
}
.bd-deal-gates {
  position: absolute;
  left: 156px;
  top: 56px;
  width: 215px;
  height: 275px;
}
.bd-deal-gates span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 3px solid rgba(172, 251, 245, 0.27);
}
.bd-deal-gates span:nth-child(1) {
  left: 0;
  width: 185px;
  height: 185px;
}
.bd-deal-gates span:nth-child(2) {
  left: 41px;
  width: 132px;
  height: 132px;
  border-color: rgba(172, 251, 245, 0.38);
}
.bd-deal-gates span:nth-child(3) {
  left: 80px;
  width: 78px;
  height: 78px;
  border-color: rgba(172, 251, 245, 0.54);
}
.bd-deal-core {
  position: absolute;
  right: 6px;
  top: 113px;
  width: 160px;
  height: 160px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: rgba(199, 240, 90, 0.16);
  filter: drop-shadow(0 0 22px rgba(199, 240, 90, 0.15));
}
.bd-deal-core::before {
  content: '';
  position: absolute;
  inset: 5px;
  clip-path: inherit;
  background: linear-gradient(
    145deg,
    rgba(12, 106, 122, 0.92),
    rgba(16, 155, 148, 0.78)
  );
}
.bd-deal-core i {
  position: absolute;
  z-index: 1;
  inset: 52px;
  clip-path: inherit;
  background: #c7f05a;
  box-shadow: 0 0 24px rgba(199, 240, 90, 0.46);
}
.bd-signal {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.bd-signal span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #d9e7e9;
  font-size: 0.86rem;
}
.bd-path {
  padding: 34px 0;
  border-bottom: 1px solid #dbe8ea;
  background: #f8fbfb;
  color: #173f55;
}
.bd-path-label {
  margin: 0 0 18px;
  color: #64777f;
  font-size: 16px;
  font-weight: 700;
}
.bd-path-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.bd-path-track a {
  position: relative;
  min-width: 0;
  min-height: 145px;
  padding: 27px 20px 22px;
  color: #173f55;
  border-right: 1px solid #d5e4e6;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.bd-path-track a:hover {
  background: #effafa;
}
.bd-path-track b {
  display: block;
  color: var(--bd-teal);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.bd-path-track strong {
  display: block;
  margin: 13px 0 7px;
  font-size: 16px;
  line-height: 1.35;
}
.bd-path-track span {
  display: block;
  color: #64737b;
  font-size: 14px;
  line-height: 1.55;
}
.bd-path-track a.bd-path-foundation {
  background: #e9f7f7;
  border-top: 3px solid var(--bd-teal);
}
.bd-section {
  padding: 76px 0;
}
.bd-section-muted {
  background: #edf4f3;
}
.bd-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}
.bd-heading h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #092436;
}
.bd-heading p {
  margin: 0;
  color: #60757d;
  line-height: 1.7;
}
.bd-service-list {
  border-top: 2px solid #092436;
}
.bd-service-list a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 80px 1.05fr 1.5fr;
  gap: 24px;
  align-items: center;
  min-height: 128px;
  padding: 24px 8px;
  color: #17313b;
  border-bottom: 1px solid #cbdadb;
  text-decoration: none;
  transition: background 0.2s;
}
.bd-service-list a:hover {
  color: #071a2b;
  background: #effafa;
}
.bd-service-list em {
  color: #159f96;
  font-style: normal;
  font-weight: 800;
}
.bd-service-list h3 {
  margin: 0;
  font-size: 18px;
}
.bd-service-list p {
  margin: 0;
  color: #647981;
  line-height: 1.65;
}
.bd-service-icon.icon {
  position: absolute;
  right: 28px;
  bottom: 18px;
  margin: 0;
  color: #e1e7e8;
  font-size: 72px;
  pointer-events: none;
  transition: color 0.2s;
}
.bd-service-list a:hover .bd-service-icon.icon {
  color: #b8ddd9;
}
.bd-service-list a > :not(.bd-service-icon) {
  position: relative;
  z-index: 1;
}
.bd-service-list a.bd-service-foundation {
  background: transparent;
}
.bd-page .area-hero-variant-bd .ui.container > p:not(.service-kicker) {
  font-size: 16px;
}
.bd-advisory-heading {
  font-size: 28px !important;
}
.bd-gates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #b8cecf;
}
.bd-gates article {
  min-height: 190px;
  padding: 28px;
  background: #fff;
}
.bd-gates span {
  color: #159f96;
  font-weight: 800;
}
.bd-gates h3 {
  margin: 24px 0 10px;
  color: #092436;
}
.bd-gates p {
  color: #667b82;
  line-height: 1.65;
}
.bd-decision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}
.bd-question {
  padding-left: 25px;
  border-left: 4px solid var(--bd-teal);
}
.bd-question h2 {
  font-size: 2.3rem;
  color: #092436;
}
.bd-question p {
  color: #62777e;
  line-height: 1.75;
}
.bd-output {
  display: grid;
  gap: 0;
  border-top: 1px solid #9fb8ba;
}
.bd-output p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #c7d6d7;
}
.bd-output b {
  color: #159f96;
}
.bd-page .service-cta {
  background: #2f7478;
}
.bd-page .service-cta h2 {
  color: #fff;
}
.bd-page .service-cta p {
  color: #d8eef0;
}
.bd-subhero {
  padding: 70px 0 54px;
  color: #fff;
  background: linear-gradient(120deg, #061726, #0d3546);
}
.bd-subhero .bd-back {
  color: var(--bd-teal);
  text-decoration: none;
  font-size: 0.9rem;
}
.bd-subhero h1 {
  max-width: 870px;
  margin: 18px 0 12px;
  font-size: 36px;
  line-height: 1.1;
}
.bd-subhero p {
  max-width: 760px;
  color: #c2d5da;
  font-size: 1.1rem;
  line-height: 1.75;
}
.bd-frame {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 58px;
}
.bd-frame aside {
  position: sticky;
  top: 30px;
  align-self: start;
  padding: 25px 0;
  border-top: 3px solid var(--bd-teal);
}
.bd-frame aside b {
  color: #159f96;
}
.bd-frame aside p {
  color: #667b82;
  line-height: 1.65;
}
.bd-frame main h2 {
  margin: 0 0 28px;
  color: #092436;
  font-size: 2rem;
}
.bd-steps {
  counter-reset: step;
  border-top: 1px solid #a8bfc1;
}
.bd-steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #cbd9da;
}
.bd-steps article:before {
  counter-increment: step;
  content: '0' counter(step);
  color: #159f96;
  font-weight: 800;
}
.bd-steps h3 {
  margin: 0 0 7px;
  color: #102f3e;
}
.bd-steps p {
  margin: 0;
  color: #62777e;
  line-height: 1.65;
}
.bd-deliver {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.bd-deliver article {
  padding: 24px;
  background: #edf4f3;
  border-top: 3px solid #159f96;
}
.bd-deliver h3 {
  margin-top: 0;
  color: #0b2a39;
}
.bd-deliver p {
  color: #62777e;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .bd-deal-art {
    right: -130px;
    opacity: 0.42;
  }
  .bd-hero h1,
  .bd-hero p:not(.service-kicker) {
    max-width: 72%;
  }
  .bd-path-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bd-path-track a {
    border-bottom: 1px solid #d5e4e6;
  }
  .bd-path-track a:nth-child(2n) {
    border-right: 0;
  }
  .bd-path-track a:last-child {
    grid-column: auto;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .bd-hero {
    padding: 62px 0 58px;
  }
  .bd-hero h1,
  .bd-subhero h1 {
    max-width: 100%;
    font-size: 2.25rem;
  }
  .bd-hero p:not(.service-kicker) {
    max-width: 100%;
  }
  .bd-deal-art {
    right: -255px;
    opacity: 0.19;
  }
  .bd-path-track,
  .bd-gates,
  .bd-deliver {
    grid-template-columns: 1fr;
  }
  .bd-path-track a,
  .bd-path-track a:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    overflow-wrap: normal;
  }
  .bd-path-track strong {
    font-size: 1.08rem;
  }
  .bd-path-track span {
    font-size: 0.92rem;
  }
  .bd-heading,
  .bd-decision,
  .bd-frame {
    grid-template-columns: 1fr;
  }
  .bd-frame aside {
    position: static;
  }
  .bd-service-list a {
    grid-template-columns: 46px 1fr;
  }
  .bd-service-list p {
    grid-column: 2;
  }
  .bd-output p {
    grid-template-columns: 1fr;
  }
}

/* AI application & deployment: luminous workflow / production system */
.ai-page {
  --ai-ink: #10243b;
  --ai-violet: #6757d9;
  --ai-cyan: #17c8c0;
  --ai-blue: #2575c7;
  --ai-pale: #eef3ff;
  color: #24384d;
}
.ai-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  color: #fff;
  background: linear-gradient(120deg, #101b3b 0%, #263f7e 54%, #0c9c9a 135%);
}
.ai-hero > .ui.container {
  position: relative;
  z-index: 2;
}
.ai-hero h1 {
  max-width: 720px;
  margin: 12px 0 20px;
  font-size: 36px;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.ai-hero p:not(.service-kicker) {
  max-width: 680px;
  color: #d7e1f6;
  font-size: 1.16rem;
  line-height: 1.75;
}
.ai-hero .service-kicker {
  color: #5ce5dd;
  letter-spacing: 0.14em;
}
.ai-orchestrator {
  position: absolute;
  right: max(5px, calc((100vw - 1320px) / 2));
  top: 50%;
  width: 520px;
  height: 390px;
  transform: translateY(-50%);
  opacity: 0.88;
}
.ai-orchestrator i {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(210, 231, 255, 0.45);
  transform: rotate(45deg);
}
.ai-orchestrator i:nth-child(1) {
  left: 24px;
  top: 50px;
}
.ai-orchestrator i:nth-child(2) {
  left: 18px;
  top: 168px;
  width: 36px;
  height: 36px;
}
.ai-orchestrator i:nth-child(3) {
  left: 70px;
  top: 274px;
  width: 45px;
  height: 45px;
}
.ai-orchestrator span {
  position: absolute;
  left: 125px;
  width: 250px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(83, 225, 216, 0.12),
    rgba(83, 225, 216, 0.7),
    rgba(83, 225, 216, 0.15)
  );
}
.ai-orchestrator span:nth-of-type(1) {
  top: 88px;
  transform: rotate(16deg);
}
.ai-orchestrator span:nth-of-type(2) {
  top: 192px;
}
.ai-orchestrator span:nth-of-type(3) {
  top: 285px;
  transform: rotate(-15deg);
}
.ai-orchestrator b {
  position: absolute;
  right: 32px;
  top: 103px;
  width: 185px;
  height: 185px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: rgba(102, 87, 217, 0.25);
}
.ai-orchestrator b:before {
  content: '';
  position: absolute;
  inset: 7px;
  clip-path: inherit;
  background: linear-gradient(145deg, #243f81, #168f9a);
}
.ai-orchestrator b:after {
  content: '';
  position: absolute;
  inset: 65px;
  clip-path: inherit;
  background: #70efe6;
  box-shadow: 0 0 25px rgba(112, 239, 230, 0.7);
}
.ai-proof {
  padding: 29px 0;
  background: #101b3b;
  color: #fff;
}
.ai-proof .ui.container {
  display: grid;
  grid-template-columns: 210px 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.ai-proof strong {
  color: #5ce5dd;
  font-size: 16px;
  letter-spacing: 0.12em;
}
.ai-proof p {
  margin: 0;
  color: #c4d2e8;
  font-size: 14px;
  line-height: 1.5;
}
.ai-proof b {
  display: block;
  color: #fff;
  font-size: 16px;
}
.ai-capability-architecture {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 38px;
  align-items: stretch;
}
.ai-specialty {
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 34px 30px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(145deg, #17224d, #563ba6);
  border-top: 5px solid #5ce5dd;
}
.ai-specialty:hover {
  color: #fff;
  transform: translateY(-2px);
}
.ai-specialty span,
.ai-track-intro span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.ai-specialty span {
  color: #93f3ed;
}
.ai-specialty em {
  margin-top: 48px;
  color: #5ce5dd;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
}
.ai-specialty h3 {
  margin: 12px 0 18px;
  font-size: 20px;
  line-height: 1.35;
}
.ai-specialty p {
  color: #d7daf0;
  line-height: 1.75;
}
.ai-specialty b {
  margin-top: auto;
  color: #93f3ed;
}
.ai-enterprise-track {
  padding: 30px 32px;
  background: #eef3f8;
  border-top: 5px solid var(--ai-violet);
}
.ai-track-intro {
  display: flex;
  gap: 28px;
  align-items: baseline;
  margin-bottom: 24px;
}
.ai-track-intro span {
  color: var(--ai-violet);
}
.ai-track-intro h3 {
  margin: 0;
  color: var(--ai-ink);
  font-size: 1.25rem;
}
.ai-deployment-flow {
  display: grid;
  grid-template-columns: 1fr 68px 1fr;
  align-items: stretch;
}
.ai-foundation-sequence,
.ai-application-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ai-deployment-flow a {
  position: relative;
  min-width: 0;
  min-height: 330px;
  padding: 26px 20px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-right: 1px solid #ced8e4;
}
.ai-deployment-flow a:hover {
  background: #f7f5ff;
}
.ai-deployment-flow em {
  display: block;
  color: var(--ai-violet);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
}
.ai-deployment-flow small {
  display: block;
  min-height: 42px;
  margin-top: 9px;
  color: #8995a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
}
.ai-deployment-flow h3 {
  margin: 16px 0 12px;
  color: var(--ai-ink);
  font-size: 16px;
}
.ai-deployment-flow p {
  margin: 0;
  color: #697a8a;
  font-size: 14px;
  line-height: 1.65;
}
.ai-foundation-sequence a:first-child:after {
  content: '→';
  position: absolute;
  z-index: 2;
  top: 55px;
  right: -13px;
  width: 26px;
  height: 26px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background: var(--ai-violet);
  border-radius: 50%;
}
.ai-flow-fork {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--ai-violet);
  background: linear-gradient(90deg, transparent, #e5e0fb, transparent);
}
.ai-flow-fork span {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}
.ai-flow-fork b {
  font-size: 1.8rem;
}
.ai-application-branches {
  gap: 10px;
}
.ai-application-branches a {
  border-top: 3px solid #5ce5dd;
  border-right: 0;
}
.ai-section {
  padding: 76px 0;
}
.ai-section-muted {
  background: #eef3f8;
}
.ai-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  align-items: end;
  margin-bottom: 42px;
}
.ai-heading h2 {
  margin: 0;
  color: var(--ai-ink);
  font-size: 32px;
}
.ai-heading p {
  margin: 0;
  color: #67788a;
  line-height: 1.7;
}
.ai-service-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 2px solid #172f4d;
}
.ai-service-map a {
  min-width: 0;
  padding: 28px 22px 26px;
  color: inherit;
  border-right: 1px solid #ced8e4;
  border-bottom: 1px solid #ced8e4;
  text-decoration: none;
}
.ai-service-map a:last-child {
  border-right: 0;
}
.ai-service-map em {
  color: var(--ai-violet);
  font-style: normal;
  font-weight: 900;
}
.ai-service-map h3 {
  min-height: 58px;
  color: var(--ai-ink);
  font-size: 1.13rem;
}
.ai-service-map p {
  color: #697a8a;
  line-height: 1.6;
}
.ai-service-map a:hover {
  background: #f4f2ff;
}
.ai-production {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
}
.ai-production article {
  position: relative;
  min-height: 180px;
  padding: 24px 18px;
  border-right: 1px solid #cdd9e3;
  background: #fff;
}
.ai-production article:last-child {
  border-right: 0;
}
.ai-production b {
  color: var(--ai-cyan);
}
.ai-production h3 {
  font-size: 1rem;
  color: var(--ai-ink);
}
.ai-production p {
  font-size: 14px;
  color: #687989;
  line-height: 1.55;
}
.ai-principles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.ai-principles article {
  padding-top: 18px;
  border-top: 4px solid var(--ai-violet);
}
.ai-principles h3 {
  color: var(--ai-ink);
}
.ai-principles p {
  color: #687989;
  line-height: 1.65;
}
.ai-page .service-cta {
  background: linear-gradient(120deg, #101b3b, #233f7c);
}
.ai-page .service-cta h2 {
  color: #fff;
}
.ai-page .service-cta p {
  color: #c8d4e8;
}
.ai-subhero {
  position: relative;
  overflow: hidden;
  padding: 67px 0 58px;
  color: #fff;
  background: linear-gradient(120deg, #111d3f, #2a4786);
}
.ai-subhero:after {
  content: '';
  position: absolute;
  right: -80px;
  top: -170px;
  width: 450px;
  height: 450px;
  border: 2px solid rgba(92, 229, 221, 0.15);
  transform: rotate(45deg);
}
.ai-subhero .ui.container {
  position: relative;
  z-index: 1;
}
.ai-back {
  color: #75eee7;
}
.ai-subhero h1 {
  max-width: 900px;
  margin: 18px 0 14px;
  font-size: 36px;
  line-height: 1.1;
}
.ai-subhero p {
  max-width: 790px;
  color: #d4def1;
  font-size: 1.1rem;
  line-height: 1.72;
}
.ai-body {
  padding: 70px 0;
}
.ai-split {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 62px;
}
.ai-split aside {
  align-self: start;
  padding: 24px 0;
  border-top: 4px solid var(--ai-violet);
}
.ai-split aside b {
  color: var(--ai-violet);
}
.ai-split aside p {
  color: #697a89;
  line-height: 1.65;
}
.ai-workflow {
  border-top: 1px solid #bdcad6;
}
.ai-workflow article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #cfdae3;
}
.ai-workflow em {
  color: var(--ai-cyan);
  font-style: normal;
  font-weight: 900;
}
.ai-workflow h3 {
  margin: 0 0 7px;
  color: var(--ai-ink);
}
.ai-workflow p {
  margin: 0;
  color: #687989;
  line-height: 1.65;
}
.ai-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.ai-deliverables article {
  padding: 23px;
  background: #eef3f8;
  border-top: 3px solid var(--ai-violet);
}
.ai-deliverables h3 {
  margin-top: 0;
  color: var(--ai-ink);
}
.ai-deliverables p {
  color: #687989;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .ai-orchestrator {
    right: -170px;
    opacity: 0.35;
  }
  .ai-hero h1,
  .ai-hero p:not(.service-kicker) {
    max-width: 72%;
  }
  .ai-service-map {
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-service-map a:last-child {
    grid-column: 1/-1;
  }
  .ai-capability-architecture {
    grid-template-columns: 280px 1fr;
  }
  .ai-deployment-flow {
    grid-template-columns: 1fr;
  }
  .ai-flow-fork {
    min-height: 58px;
    flex-direction: row;
    gap: 12px;
  }
  .ai-flow-fork b {
    transform: rotate(90deg);
  }
  .ai-deployment-flow a {
    min-height: 250px;
  }
  .ai-proof .ui.container {
    grid-template-columns: 1fr 1fr;
  }
  .ai-production {
    grid-template-columns: repeat(3, 1fr);
  }
  .ai-principles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ai-hero {
    padding: 62px 0;
  }
  .ai-hero h1,
  .ai-subhero h1 {
    max-width: 100%;
    font-size: 2.3rem;
  }
  .ai-hero p:not(.service-kicker) {
    max-width: 100%;
  }
  .ai-orchestrator {
    right: -310px;
    opacity: 0.14;
  }
  .ai-proof .ui.container,
  .ai-service-map,
  .ai-production,
  .ai-principles,
  .ai-heading,
  .ai-split,
  .ai-deliverables,
  .ai-capability-architecture,
  .ai-deployment-flow,
  .ai-foundation-sequence,
  .ai-application-branches {
    grid-template-columns: 1fr;
  }
  .ai-service-map a,
  .ai-service-map a:last-child {
    grid-column: auto;
    border-right: 0;
  }
  .ai-specialty {
    min-height: 360px;
  }
  .ai-enterprise-track {
    padding: 26px 20px;
  }
  .ai-track-intro {
    display: block;
  }
  .ai-track-intro h3 {
    margin-top: 10px;
  }
  .ai-deployment-flow a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #ced8e4;
  }
  .ai-foundation-sequence a:first-child:after {
    content: '↓';
    top: auto;
    right: 24px;
    bottom: -13px;
  }
  .ai-flow-fork {
    min-height: 64px;
  }
  .ai-application-branches {
    gap: 0;
  }
  .ai-production article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #cdd9e3;
  }
  .ai-split aside {
    position: static;
  }
}
.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: #53717d;
  font-size: 14px;
  font-weight: 700;
}
.service-breadcrumb + .service-kicker {
  display: none;
}
.service-breadcrumb a {
  color: #008f89;
  text-decoration: none;
}
.service-breadcrumb a:hover {
  text-decoration: underline;
}
.service-breadcrumb span[aria-current='page'] {
  color: #244e61;
}
.service-breadcrumb-light,
.service-breadcrumb-light span[aria-current='page'] {
  color: #b9d4dc;
}
.service-breadcrumb-light a {
  color: #50e4d7;
}
.enablement-hero {
  padding: 82px 0 76px;
  color: #fff;
  background: linear-gradient(125deg, #082231 0%, #155a68 56%, #12a89e 100%);
}
.enablement-hero h1 {
  max-width: 900px;
  margin: 18px 0;
  font-size: 36px;
  line-height: 1.12;
}
.enablement-hero > div > p:last-child {
  max-width: 820px;
  color: #d4e8ea;
  font-size: 1.12rem;
  line-height: 1.8;
}
.enablement-section {
  padding: 82px 0;
  background: #f5f8f8;
}
.enablement-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}
.enablement-heading h2 {
  margin: 0;
  color: #103446;
  font-size: 2.25rem;
}
.enablement-heading p {
  margin: 0;
  color: #667e86;
  line-height: 1.75;
}
.enablement-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.enablement-pillars a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 36px;
  color: #133746;
  text-decoration: none;
  background: #fff;
  border-top: 5px solid #13b8aa;
  box-shadow: 0 12px 30px rgba(9, 44, 55, 0.07);
  transition: background-color 0.2s;
}
.enablement-pillars a:hover {
  background: #effafa;
}
.enablement-pillars a:nth-child(2) {
  border-top-color: #266c91;
}
.enablement-pillars em {
  color: #13a89e;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
}
.enablement-pillars span {
  margin-top: 24px;
  color: #72858c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.enablement-pillars h3 {
  margin: 14px 0 16px;
  color: #123748;
  font-size: 24px;
}
.enablement-pillars p {
  color: #667b82;
  font-size: 1rem;
  line-height: 1.75;
}
.enablement-pillars b {
  margin-top: auto;
  color: #0b9c93;
}
.enablement-pillar-icon.icon {
  position: absolute;
  right: 24px;
  bottom: 20px;
  margin: 0;
  color: #e1e7e8;
  font-size: 88px;
  pointer-events: none;
  transition: color 0.2s;
}
.enablement-pillars a:hover .enablement-pillar-icon.icon {
  color: #b8ddd9;
}
.enablement-pillars a > :not(.enablement-pillar-icon) {
  position: relative;
  z-index: 1;
}
.enablement-bridge {
  padding: 72px 0;
  text-align: center;
  color: #fff;
  background: #092536;
}
.enablement-bridge h2 {
  margin-top: 0;
  font-size: 32px;
}
.enablement-page .area-hero-variant-commercial > .ui.container > p {
  font-size: 16px;
}
.enablement-bridge p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #c2dadd;
  line-height: 1.75;
}
.service-domain-row h2 a {
  color: inherit;
  text-decoration: none;
}
.service-domain-row h2 a:hover {
  color: #159f96;
}
@media (max-width: 767px) {
  .enablement-hero {
    padding: 60px 0;
  }
  .enablement-hero h1 {
    font-size: 2.35rem;
  }
  .enablement-heading,
  .enablement-pillars {
    grid-template-columns: 1fr;
  }
  .enablement-pillars a {
    min-height: 330px;
  }
  .service-breadcrumb {
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .services-orbit-art,
  .service-star-map-art,
  .service-hex-field-art {
    right: -185px;
    opacity: 0.38;
  }
}
@media (max-width: 767px) {
  .services-orbit-art,
  .service-star-map-art,
  .service-hex-field-art {
    right: -250px;
    width: 390px;
    height: 300px;
    opacity: 0.22;
  }
}

/* Homepage capability spacing: keep the top and bottom breathing room equal. */
.features#start {
  padding-top: 72px;
  padding-bottom: 72px;
}

/* Service directory uses one optimized teal illustration per domain. */
.service-domain-illustration > .service-illu-img {
  filter: grayscale(1);
  opacity: 0.78;
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.service-domain-row:hover .service-domain-illustration > .service-illu-img,
.service-domain-illustration:hover > .service-illu-img {
  filter: grayscale(0);
  opacity: 0.98;
  transform: translateY(-2px);
}

/* Homepage typography refinements. */
.hero #hero-title {
  font-size: 36px;
}

.feature-button.ui.button {
  font-size: 14px !important;
}

.site-footer .footer-bottom > p {
  font-size: 12px;
}
