:root {
  --ink: #10213f;
  --ink-2: #183052;
  --text: #40516b;
  --muted: #6b7b92;
  --line: #dce5ee;
  --paper: #fbf7ee;
  --soft: #f4faf8;
  --white: #ffffff;
  --cyan: #18c8d1;
  --blue: #2f74f5;
  --green: #54c86d;
  --orange: #ff8d1f;
  --yellow: #ffd736;
  --shadow: 0 18px 45px rgba(16, 33, 63, 0.08);
}

.solution-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.solution-hero h1 {
  max-width: 660px;
  margin-bottom: 24px;
}

.solution-hero .lead {
  max-width: 660px;
}

.solution-hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 86%, rgba(24, 200, 209, 0.2), transparent 32%),
    radial-gradient(circle at 68% 84%, rgba(47, 116, 245, 0.2), transparent 34%),
    linear-gradient(135deg, #10213f, #102642 56%, #0c1b34);
  padding: 34px;
  color: var(--white);
  box-shadow: 0 28px 70px rgba(16, 33, 63, 0.2);
}

.solution-hero-panel > span,
.solution-operating-core > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(124, 228, 232, 0.3);
  border-radius: 999px;
  padding: 0 14px;
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.solution-hero-panel h2 {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin-top: 58px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
}

.solution-orbit {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.solution-orbit i {
  position: absolute;
  right: -96px;
  bottom: -126px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(24, 200, 209, 0.36);
  border-radius: 50%;
}

.solution-orbit i:nth-child(2) {
  right: 82px;
  bottom: 6px;
  width: 150px;
  height: 150px;
  border-color: rgba(47, 116, 245, 0.45);
}

.solution-capability-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.solution-capability-grid b {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.solution-panel-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 18px;
}

.solution-panel-bottom strong {
  color: #7ce4e8;
  font-size: 16px;
}

.solution-panel-bottom small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
}

.solution-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.solution-chain article {
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.solution-chain span {
  display: block;
  margin-bottom: 34px;
  color: rgba(47, 116, 245, 0.36);
  font-size: 24px;
  font-weight: 900;
}

.solution-chain h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.solution-chain p {
  color: var(--text);
  line-height: 1.72;
}

.solution-operating {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.solution-operating-core {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 8px;
  background: var(--ink);
  padding: 34px;
  color: var(--white);
}

.solution-operating-core::before,
.solution-operating-core::after {
  position: absolute;
  right: -116px;
  bottom: -116px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(24, 200, 209, 0.36);
  border-radius: 50%;
  content: "";
}

.solution-operating-core::after {
  right: 70px;
  bottom: 54px;
  width: 142px;
  height: 142px;
  border-color: rgba(47, 116, 245, 0.44);
}

.solution-operating-core h2,
.solution-operating-core p,
.solution-operating-core > span {
  position: relative;
  z-index: 1;
}

.solution-operating-core h2 {
  max-width: 420px;
  margin-top: 96px;
  color: var(--white);
  font-size: clamp(32px, 3.4vw, 48px);
}

.solution-operating-core p {
  max-width: 420px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
}

.solution-agent-list {
  display: grid;
  gap: 12px;
}

.solution-agent-list article {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 21px 23px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.04);
}

.solution-agent-list strong {
  color: var(--ink);
  font-size: 20px;
}

.solution-agent-list p {
  color: var(--text);
  line-height: 1.72;
}

.solution-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.solution-stack article,
.solution-usecases article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.04);
}

.solution-stack article {
  min-height: 270px;
}

.solution-stack span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(47, 116, 245, 0.07);
  padding: 0 11px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.solution-stack h3 {
  margin-top: 58px;
  font-size: 24px;
}

.solution-stack p,
.solution-usecases p {
  color: var(--text);
  line-height: 1.72;
}

.solution-delivery {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.solution-delivery h2 {
  color: var(--white);
}

.solution-delivery p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
}

.solution-delivery-steps {
  display: grid;
  gap: 12px;
}

.solution-delivery-steps article {
  display: grid;
  grid-template-columns: 54px 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
}

.solution-delivery-steps span {
  color: #7ce4e8;
  font-weight: 900;
}

.solution-delivery-steps strong {
  color: var(--white);
  font-size: 20px;
}

.solution-delivery-steps p {
  margin-top: 0;
  font-size: 15px;
}

.solution-usecases {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.solution-usecases h3 {
  margin-bottom: 58px;
  font-size: 24px;
}

@media (max-width: 1040px) {
  .solution-hero-grid,
  .solution-operating,
  .solution-delivery {
    grid-template-columns: 1fr;
  }

  .solution-hero-panel {
    min-height: 420px;
  }

  .solution-chain,
  .solution-stack,
  .solution-usecases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .solution-hero-grid {
    gap: 34px;
  }

  .solution-hero-panel {
    min-height: 390px;
    padding: 24px;
  }

  .solution-hero-panel h2 {
    margin-top: 64px;
    font-size: 29px;
  }

  .solution-capability-grid,
  .solution-chain,
  .solution-stack,
  .solution-usecases {
    grid-template-columns: 1fr;
  }

  .solution-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .solution-capability-grid b {
    min-height: 40px;
  }

  .solution-panel-bottom,
  .solution-agent-list article,
  .solution-delivery-steps article {
    grid-template-columns: 1fr;
  }

  .solution-panel-bottom {
    align-items: flex-start;
  }

  .solution-chain article {
    min-height: 0;
    padding: 22px;
  }

  .solution-chain span {
    margin-bottom: 24px;
  }

  .solution-operating-core {
    min-height: 390px;
    padding: 26px;
  }

  .solution-operating-core h2 {
    margin-top: 78px;
    font-size: 30px;
  }

  .solution-operating-core p,
  .solution-delivery p {
    font-size: 16px;
  }

  .solution-agent-list article,
  .solution-stack article,
  .solution-usecases article {
    padding: 22px;
  }

  .solution-stack article {
    min-height: 0;
  }

  .solution-stack h3,
  .solution-usecases h3 {
    margin-top: 44px;
    margin-bottom: 12px;
  }

  .solution-delivery {
    gap: 28px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

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

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

p {
  margin-bottom: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 238, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(16, 33, 63, 0.035);
}

.nav-shell,
.container,
.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.nav-shell {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  color: var(--ink);
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  font-size: 21px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #33445d;
  font-size: 14.5px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta):not(.language-toggle)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--green));
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--blue);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--ink);
}

.nav-cta:hover {
  background: var(--ink);
  color: var(--white) !important;
}

.language-toggle {
  display: inline-grid;
  min-height: 38px;
  grid-template-columns: auto 28px auto;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.language-toggle:hover {
  border-color: rgba(47, 116, 245, 0.34);
  color: var(--blue);
}

.language-toggle i {
  position: relative;
  width: 28px;
  height: 16px;
  border-radius: 999px;
  background: rgba(47, 116, 245, 0.13);
}

.language-toggle i::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  content: "";
  transition: transform 160ms ease, background 160ms ease;
}

.language-toggle span:last-child {
  color: var(--muted);
}

.language-toggle.is-en i::after {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  transform: translateX(12px);
}

.language-toggle.is-en span:first-child {
  color: var(--muted);
}

.language-toggle.is-en span:last-child {
  color: var(--blue);
}

.nav-toggle {
  display: none;
}

.hero {
  background: var(--paper);
  border-bottom: 1px solid #eadfce;
}

.hero-layout {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: 64px;
  align-items: center;
  padding: 68px 0 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.eyebrow::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--green));
  content: "";
}

h1 {
  max-width: 760px;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 26px;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

html[lang="en"] h1 {
  max-width: 820px;
  font-size: clamp(38px, 4.15vw, 56px);
  line-height: 1.08;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.28;
}

.lead {
  max-width: 640px;
  color: var(--text);
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.75;
}

html[lang="en"] .lead {
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.68;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(16, 33, 63, 0.18);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.proof-item {
  border-top: 2px solid var(--ink);
  padding-top: 16px;
}

.proof-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
}

.proof-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(24, 200, 209, 0.2), transparent 44%),
    var(--ink);
  background-size: 40px 40px;
  overflow: hidden;
  padding: 32px;
  color: var(--white);
  box-shadow: 0 28px 70px rgba(16, 33, 63, 0.18);
}

.hero-stage::before {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 94px;
  left: calc(50% - 215px);
  border: 1px solid rgba(24, 200, 209, 0.42);
  border-radius: 50%;
  content: "";
}

.hero-stage::after {
  position: absolute;
  width: 270px;
  height: 270px;
  top: 174px;
  left: calc(50% - 135px);
  border: 1px solid rgba(47, 116, 245, 0.48);
  border-radius: 50%;
  content: "";
}

.tech-stage-head,
.tech-visual,
.tech-impact {
  position: relative;
  z-index: 2;
}

.tech-stage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.tech-stage-head span,
.tech-core small {
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.tech-stage-head strong {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.4;
  text-align: right;
}

.tech-visual {
  position: relative;
  min-height: 360px;
}

.tech-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(124, 228, 232, 0.68), transparent);
}

.line-x {
  top: 50%;
  right: 38px;
  left: 38px;
  height: 1px;
}

.line-y {
  top: 30px;
  bottom: 30px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(124, 228, 232, 0.58), transparent);
}

.tech-core,
.tech-chip,
.tech-impact div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.tech-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 210px;
  height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.tech-core img {
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 30px rgba(16, 33, 63, 0.12);
}

.tech-core h3 {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 25px;
}

.tech-chip {
  position: absolute;
  display: inline-flex;
  min-width: 118px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 900;
}

.chip-data {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.chip-model {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.chip-strategy {
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.chip-agent {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.tech-impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.tech-impact div {
  padding: 20px;
}

.tech-impact strong {
  display: block;
  color: var(--white);
  font-size: 20px;
}

.tech-impact span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 900;
}

.ai-visual-stage {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 88%, rgba(24, 200, 209, 0.2), transparent 30%),
    radial-gradient(circle at 72% 82%, rgba(47, 116, 245, 0.2), transparent 34%),
    linear-gradient(135deg, #10213f, #112642 52%, #0d1b33);
  padding: 48px;
  box-shadow: 0 34px 78px rgba(16, 33, 63, 0.24);
}

.ai-visual-stage::before,
.ai-visual-stage::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}

.ai-visual-title,
.ai-visual-bars,
.ai-visual-orbits,
.ai-visual-outcomes {
  z-index: 2;
}

.ai-visual-stage::before {
  right: -122px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(24, 200, 209, 0.44);
}

.ai-visual-stage::after {
  right: 42px;
  bottom: -66px;
  width: 210px;
  height: 210px;
  border: 2px solid rgba(47, 116, 245, 0.58);
}

.ai-visual-title {
  position: relative;
  color: var(--white);
}

.ai-visual-title span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(124, 228, 232, 0.28);
  border-radius: 999px;
  padding: 0 16px;
  color: #7ce4e8;
  font-size: 14px;
  font-weight: 900;
}

.ai-visual-title strong {
  display: block;
  max-width: 470px;
  margin-top: 104px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.ai-visual-title p {
  max-width: 460px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.75;
}

.ai-visual-bars {
  display: none;
}

.ai-visual-bars i {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--cyan), var(--blue), var(--green));
}

.ai-visual-bars i:nth-child(2) {
  width: 78%;
}

.ai-visual-bars i:nth-child(3) {
  width: 54%;
}

.ai-visual-orbits {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ai-visual-orbits i {
  position: absolute;
  right: -120px;
  bottom: -140px;
  border: 1px solid rgba(24, 200, 209, 0.18);
  border-radius: 50%;
}

.ai-visual-orbits i:nth-child(1) {
  width: 420px;
  height: 420px;
}

.ai-visual-orbits i:nth-child(2) {
  right: 46px;
  bottom: -28px;
  width: 190px;
  height: 190px;
  border-color: rgba(47, 116, 245, 0.26);
}

.ai-visual-orbits i:nth-child(3) {
  right: 72px;
  bottom: 56px;
  width: 70px;
  height: 70px;
  border-color: rgba(84, 200, 109, 0.22);
}

.ai-visual-outcomes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.ai-visual-outcomes span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.journey-step small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.section {
  padding: 84px 0;
}

.section.tight {
  padding: 62px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: start;
}

.section-copy {
  color: var(--text);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.85;
}

.editorial-head {
  max-width: 960px;
  margin-bottom: 44px;
}

.editorial-head.compact {
  max-width: 820px;
  margin-bottom: 34px;
}

.editorial-head h2 {
  max-width: 940px;
  font-size: clamp(30px, 2.85vw, 42px);
}

.editorial-head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: var(--text);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.8;
}

.mission-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 96px;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 52px;
}

.mission-heading {
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}

.mission-heading h2 {
  max-width: 560px;
  font-size: clamp(32px, 2.75vw, 40px);
  line-height: 1.18;
  white-space: normal;
}

.mission-copy {
  max-width: 660px;
  color: var(--text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.78;
}

.soft-band {
  border-top: 1px solid #e1ebe8;
  border-bottom: 1px solid #e1ebe8;
  background: var(--soft);
}

.dark-band {
  background: var(--ink);
  color: var(--white);
}

.dark-band h2,
.dark-band h3 {
  color: var(--white);
}

.dark-band .section-copy,
.dark-band p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-band .eyebrow {
  color: #7ce4e8;
}

.dark-band .eyebrow::before {
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--cyan), var(--green));
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric-row div {
  min-height: 150px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px;
}

.metric-row strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.metric-row span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: start;
}

.ai-story-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ai-story-head {
  display: block;
  max-width: 980px;
  margin-bottom: 42px;
}

.ai-story-head .eyebrow {
  margin-bottom: 16px;
}

.ai-story-head h2 {
  max-width: 900px;
  font-size: clamp(30px, 3vw, 44px);
}

.ai-story-head p:not(.eyebrow) {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
}

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

.story-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 200, 209, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
  padding: 28px;
}

.story-panel + .story-panel {
  margin-top: 0;
}

.story-panel h3 {
  font-size: 25px;
}

.agent-system {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: 18px;
  margin-top: 52px;
}

.agent-orchestrator {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 34px 34px;
  padding: 34px;
  color: var(--white);
}

.agent-orchestrator::before,
.agent-orchestrator::after {
  position: absolute;
  border: 2px solid rgba(24, 200, 209, 0.42);
  border-radius: 50%;
  content: "";
}

.agent-orchestrator::before {
  right: -110px;
  bottom: -96px;
  width: 330px;
  height: 330px;
}

.agent-orchestrator::after {
  right: 52px;
  bottom: 84px;
  width: 150px;
  height: 150px;
  border-color: rgba(47, 116, 245, 0.48);
}

.agent-orchestrator span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 12px;
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.agent-orchestrator h3 {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin-top: 150px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.agent-orchestrator p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.agent-rail {
  display: grid;
  gap: 14px;
}

.agent-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 20px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.04);
}

.agent-card span {
  color: rgba(47, 116, 245, 0.32);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.agent-card h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.agent-card p {
  color: var(--text);
  line-height: 1.72;
}

.agent-lifecycle,
.agent-governance-grid {
  display: grid;
  gap: 16px;
}

.agent-lifecycle {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.agent-lifecycle article,
.agent-governance-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
}

.agent-lifecycle span,
.agent-governance-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(24, 200, 209, 0.12);
  padding: 0 10px;
  color: #7ce4e8;
  font-size: 12px;
  font-weight: 900;
}

.agent-lifecycle h3,
.agent-governance-grid h3 {
  margin-top: 50px;
  font-size: 22px;
}

.agent-lifecycle p,
.agent-governance-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.agent-governance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agent-governance-grid article {
  border-color: var(--line);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.04);
}

.agent-governance-grid span {
  background: rgba(47, 116, 245, 0.08);
  color: var(--blue);
}

.agent-governance-grid h3 {
  color: var(--ink);
}

.agent-governance-grid p {
  color: var(--text);
}

.ai-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journey-step {
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.journey-step b {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 15px;
}

.journey-step p {
  color: var(--text);
  line-height: 1.72;
}

.product-list {
  display: grid;
  gap: 16px;
  counter-reset: product;
}

.product-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 26px 34px;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  padding: 30px 34px 30px 116px;
  box-shadow: 0 14px 34px rgba(16, 33, 63, 0.045);
  counter-increment: product;
}

.product-row::before {
  position: absolute;
  top: 30px;
  left: 34px;
  color: rgba(47, 116, 245, 0.22);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  content: "0" counter(product);
}

.product-row::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), var(--blue), var(--green));
  content: "";
}

.product-row .tag,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.product-row .tag {
  grid-column: 1;
  width: fit-content;
  border-color: rgba(47, 116, 245, 0.16);
  background: rgba(47, 116, 245, 0.045);
}

.product-row > div {
  grid-column: 1;
}

.product-row h3 {
  margin-bottom: 8px;
  font-size: 27px;
}

.product-row p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.product-row strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  border: 1px solid rgba(220, 229, 238, 0.94);
  border-radius: 999px;
  background: var(--white);
  padding: 8px 14px;
  color: var(--ink);
  font-size: 15px;
  white-space: nowrap;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 26px;
  box-shadow: 0 12px 26px rgba(16, 33, 63, 0.04);
}

.card .num {
  display: block;
  margin-bottom: 32px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.card p {
  color: var(--text);
  line-height: 1.75;
}

.page-hero {
  border-bottom: 1px solid #eadfce;
  background: var(--paper);
}

.page-hero .split {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.9fr);
  gap: 88px;
  align-items: center;
}

.page-hero h1 {
  margin-bottom: 0;
  max-width: 690px;
  font-size: clamp(36px, 3.6vw, 50px);
}

html[lang="en"] .page-hero h1 {
  max-width: 760px;
  font-size: clamp(34px, 3.2vw, 46px);
}

.page-hero .split > div,
.page-hero .split > .lead {
  min-height: auto;
}

.page-hero .split > .lead {
  position: relative;
  display: flex;
  align-items: center;
  max-width: none;
  overflow: hidden;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--cyan), var(--blue), var(--green)) 1;
  padding: 20px 0 20px 34px;
  background: transparent;
  box-shadow: none;
}

.page-hero .split > .lead::before {
  display: none;
}

.page-hero .split > .lead::after {
  display: none;
}

.page-hero .section {
  padding-top: 72px;
  padding-bottom: 64px;
}

.network-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    #252932;
  color: var(--white);
  box-shadow: 0 28px 70px rgba(16, 33, 63, 0.18);
}

.network-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: 40px;
  align-items: end;
  padding: 36px 42px 0;
}

.network-heading h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

.network-heading h3 span {
  color: rgba(255, 255, 255, 0.94);
}

.network-heading h3::after {
  display: block;
  width: min(420px, 58%);
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), var(--cyan), transparent);
  content: "";
}

.network-heading p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.network-map {
  position: relative;
  min-height: 520px;
  margin-top: 6px;
}

.network-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.continent path {
  fill: rgba(255, 255, 255, 0.32);
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.4;
}

.highlight-land path {
  opacity: 0.88;
}

.core-fill,
.growth-fill,
.plan-fill {
  fill: rgba(24, 200, 209, 0.9);
}

.network-routes path {
  fill: none;
  stroke: rgba(24, 200, 209, 0.42);
  stroke-width: 2;
  stroke-dasharray: 8 10;
}

.map-points circle {
  fill: var(--blue);
  stroke: var(--white);
  stroke-width: 4;
}

.map-points .core,
.map-points .growth,
.map-points .plan {
  fill: var(--cyan);
}

.network-label {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(22, 26, 34, 0.78);
  padding: 0 12px 0 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.network-label.country {
  min-height: 28px;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0 9px 0 4px;
  font-size: 13px;
  line-height: 1;
}

.network-label span {
  display: inline-flex;
  min-width: 36px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  border-radius: 4px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.network-label.country span {
  min-width: 30px;
  height: 20px;
  margin-right: 6px;
  font-size: 12px;
}

.network-label.landed span,
.network-label.core span,
.network-label.growth span,
.network-label.plan span {
  background: var(--cyan);
}

.network-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 0.24fr)) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 42px 30px;
}

.network-footer strong {
  display: block;
  color: var(--cyan);
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}

.network-footer span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.network-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.network-legend span {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.network-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}

.network-legend .core {
  background: var(--orange);
}

.network-legend .growth {
  background: var(--green);
}

.network-legend .plan {
  background: var(--cyan);
}

.network-legend .landed {
  background: var(--cyan);
}

.world-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 33, 63, 0.05);
}

.world-map {
  min-height: 330px;
  padding: 14px 34px 22px;
}

.world-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.land {
  fill: #e8f0f4;
  stroke: #d3dde8;
  stroke-width: 1.2;
}

.route {
  fill: none;
  stroke: rgba(47, 116, 245, 0.42);
  stroke-width: 2;
  stroke-dasharray: 8 10;
}

.dot {
  fill: var(--blue);
  stroke: var(--white);
  stroke-width: 3;
}

.dot.core {
  fill: var(--orange);
}

.dot.growth {
  fill: var(--green);
}

.dot.plan {
  fill: var(--cyan);
}

.map-label {
  fill: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 18px 24px;
  color: var(--text);
  font-weight: 800;
}

.legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}

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

.phase {
  border-left: 3px solid var(--blue);
  padding: 0 0 28px 28px;
}

.phase:last-child {
  padding-bottom: 0;
}

.phase p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.market-home {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 72px;
  align-items: start;
}

.market-home-copy h2 {
  max-width: 620px;
}

.market-home-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.market-cloud {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 30px;
  box-shadow: 0 18px 42px rgba(16, 33, 63, 0.055);
}

.market-cloud > span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.market-chip-grid,
.coverage-tags,
.market-region-groups article div,
.coverage-region-groups article div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market-chip-grid b,
.coverage-tags span,
.market-region-groups b,
.coverage-region-groups span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfdff;
  padding: 0 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.market-region-groups,
.coverage-region-groups {
  display: grid;
  gap: 18px;
}

.market-region-groups article,
.coverage-region-groups article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.market-region-groups article:first-child,
.coverage-region-groups article:first-child {
  border-top: 0;
  padding-top: 0;
}

.market-region-groups strong,
.coverage-region-groups strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 38px;
}

.market-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.market-mini-stats div {
  border-top: 2px solid var(--ink);
  padding-top: 14px;
}

.market-mini-stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1;
}

.market-mini-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.market-notes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.market-notes p {
  color: var(--text);
  font-weight: 700;
  line-height: 1.7;
}

.market-notes a {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

.market-table,
.governance-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.market-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.market-index,
.governance-row > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.market-row h3,
.governance-row h3 {
  margin-bottom: 8px;
  font-size: 26px;
}

.market-row p,
.governance-row p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.78;
}

.country-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.country-pills span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 0 12px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
}

.coverage-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.coverage-countries {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 200, 209, 0.05), rgba(255, 255, 255, 0)),
    var(--white);
  padding: 34px;
  box-shadow: 0 16px 36px rgba(16, 33, 63, 0.045);
}

.coverage-countries h2 {
  max-width: 620px;
  font-size: clamp(30px, 3vw, 42px);
}

.coverage-tags,
.coverage-region-groups {
  margin-top: 42px;
}

.coverage-capabilities {
  display: grid;
  gap: 16px;
}

.coverage-capabilities article {
  display: grid;
  grid-template-columns: 56px minmax(0, 0.3fr) minmax(0, 0.7fr);
  gap: 22px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 26px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.04);
}

.coverage-capabilities span {
  color: rgba(47, 116, 245, 0.34);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.coverage-capabilities h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.coverage-capabilities p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
}

.cadence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cadence-grid article {
  border-top: 2px solid var(--ink);
  padding-top: 22px;
}

.cadence-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.cadence-grid p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.governance-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.governance-system {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.governance-core {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    var(--ink);
  background-size: 38px 38px;
  padding: 38px;
  color: var(--white);
  box-shadow: 0 24px 58px rgba(16, 33, 63, 0.16);
}

.governance-core::before,
.governance-core::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.governance-core::before {
  right: -130px;
  bottom: -110px;
  width: 390px;
  height: 390px;
  border: 2px solid rgba(24, 200, 209, 0.46);
}

.governance-core::after {
  right: 78px;
  bottom: 82px;
  width: 170px;
  height: 170px;
  border: 2px solid rgba(47, 116, 245, 0.52);
}

.governance-core > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 12px;
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.governance-core h2 {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin-top: 112px;
  color: var(--white);
  font-size: clamp(34px, 3.3vw, 48px);
}

.governance-core p {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.78;
}

.governance-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.governance-proof strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.governance-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.governance-controls article {
  min-height: 196px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 200, 209, 0.045), rgba(255, 255, 255, 0)),
    var(--white);
  padding: 26px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.045);
}

.governance-controls span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(47, 116, 245, 0.08);
  padding: 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.governance-controls h3 {
  margin-top: 42px;
  font-size: 24px;
}

.governance-controls p {
  color: var(--text);
  line-height: 1.75;
}

.copilot-system {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
}

.copilot-core {
  position: sticky;
  top: 102px;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 33, 63, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 33, 63, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 36px 36px;
  padding: 36px;
  color: var(--white);
}

.copilot-core::before,
.copilot-core::after {
  position: absolute;
  border: 2px solid rgba(24, 200, 209, 0.45);
  border-radius: 50%;
  content: "";
}

.copilot-core::before {
  right: -96px;
  bottom: -84px;
  width: 360px;
  height: 360px;
}

.copilot-core::after {
  right: 42px;
  bottom: 72px;
  width: 190px;
  height: 190px;
  border-color: rgba(47, 116, 245, 0.55);
}

.copilot-core span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.copilot-core h3 {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-top: 130px;
  color: var(--white);
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.12;
}

.copilot-core p {
  position: relative;
  z-index: 1;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.copilot-flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 360px;
  margin-top: 34px;
}

.copilot-flow i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--cyan), var(--blue), var(--green));
}

.copilot-flow i:nth-child(2) {
  width: 78%;
}

.copilot-flow i:nth-child(3) {
  width: 54%;
}

.copilot-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.copilot-modules article {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 26px;
  box-shadow: 0 14px 30px rgba(16, 33, 63, 0.045);
}

.copilot-modules span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(47, 116, 245, 0.08);
  padding: 0 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.copilot-modules h3 {
  margin-top: 54px;
  font-size: 24px;
}

.copilot-modules p {
  color: var(--text);
  line-height: 1.75;
}

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

.culture-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.culture-item strong {
  color: var(--blue);
}

.culture-item p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

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

.benefit {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.benefit h3 {
  font-size: 20px;
}

.benefit p {
  color: var(--text);
  line-height: 1.7;
}

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

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 54px;
}

.logo-tile {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(16, 33, 63, 0.035);
}

.logo-tile img {
  max-width: 68%;
  max-height: 48px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
}

.logo-tile span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.partner-card {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 16px 34px rgba(16, 33, 63, 0.045);
}

.partner-card span {
  display: block;
  margin-bottom: 64px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.partner-card h3 {
  font-size: 24px;
}

.partner-card p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

.partner-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.partner-steps article {
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  padding: 26px;
}

.partner-steps strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 22px;
}

.partner-steps p {
  color: var(--text);
  line-height: 1.75;
}

.ceo-ai-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.ceo-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ceo-ai-grid article {
  min-height: 290px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  padding: 28px;
}

.ceo-ai-grid span {
  display: block;
  margin-bottom: 62px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.ceo-ai-grid h3 {
  font-size: 23px;
}

.ceo-ai-grid p {
  color: var(--text);
  line-height: 1.72;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 34px;
  box-shadow: var(--shadow);
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.contact-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.contact-list strong {
  display: block;
  font-size: 20px;
}

.contact-email-card {
  display: grid;
  align-content: center;
  min-height: 100%;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(124, 228, 232, 0.14), transparent 38%),
    linear-gradient(315deg, rgba(47, 116, 245, 0.12), transparent 44%),
    var(--soft);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 54px);
}

.contact-email-card span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.contact-email-card a {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  word-break: break-word;
}

.contact-email-card p {
  max-width: 520px;
  margin-top: 22px;
  color: var(--text);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.7;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.footer-cta,
.footer-main,
.footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 56px 0 42px;
}

.footer-cta span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #7ce4e8;
  font-size: 13px;
  font-weight: 900;
}

.footer-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
}

.footer-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--white);
  color: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.55fr);
  gap: 64px;
  padding: 38px 0 36px;
}

.footer-brandmark {
  color: var(--white);
}

.footer-brandmark img {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.footer-brand p {
  max-width: 480px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.78;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

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

.footer-links h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 16px;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-links a:hover {
  color: var(--cyan);
}

html[lang="en"] .footer-links {
  gap: 22px;
}

html[lang="en"] .footer-links a,
html[lang="en"] .footer-links span {
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

@media (max-width: 1040px) {
  .nav-shell {
    width: min(100% - 32px, 1180px);
  }

  .nav-toggle {
    display: inline-flex;
    position: absolute;
    top: 21px;
    right: 16px;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
    border: 1px solid var(--ink);
    border-radius: 8px;
    background: var(--white);
  }

  .nav-toggle::before {
    content: "☰";
    color: var(--ink);
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
  }

  .nav-toggle span {
    display: none;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: 84px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    padding: 0 12px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .language-toggle {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    margin-top: 6px;
  }

  .hero-layout,
  .split,
  .page-hero .split,
  .story-grid,
  .mission-section,
  .market-home,
  .coverage-panel,
  .copilot-system,
  .agent-system,
  .governance-system,
  .footer-main,
  .market-row,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .copilot-core {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .hero-layout {
    gap: 44px;
  }

  .hero-stage {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .product-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-right: 28px;
  }

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

  .network-legend {
    justify-content: flex-start;
  }

  .product-row strong {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    align-self: start;
  }

  .country-pills {
    justify-content: flex-start;
  }

  .coverage-capabilities article {
    grid-template-columns: 56px minmax(0, 0.42fr) minmax(0, 0.58fr);
  }

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

  .card-grid,
  .card-grid.four,
  .story-card-grid,
  .copilot-modules,
  .governance-controls,
  .agent-lifecycle,
  .agent-governance-grid,
  .ceo-ai-grid,
  .cadence-grid,
  .logo-wall,
  .partner-grid,
  .partner-steps,
  .benefit-grid,
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container,
  .hero-layout,
  .footer-inner,
  .footer-cta,
  .footer-main,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .hero-layout,
  .section,
  .page-hero .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  html[lang="en"] h1,
  html[lang="en"] .page-hero h1 {
    font-size: 31px;
    line-height: 1.15;
  }

  .page-hero .split > div,
  .page-hero .split > .lead {
    min-height: 0;
  }

  .page-hero .split > .lead {
    padding: 18px 0 18px 20px;
  }

  .page-hero .split > .lead::before {
    display: none;
  }

  h2 {
    font-size: 29px;
  }

  .lead,
  .section-copy,
  .mission-copy,
  .editorial-head p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.75;
  }

  .mission-section {
    gap: 24px;
    padding-top: 52px;
    padding-bottom: 50px;
  }

  .mission-heading {
    padding-top: 18px;
  }

  .mission-heading h2,
  .ai-story-head h2,
  .editorial-head h2 {
    font-size: 29px;
    white-space: normal;
  }

  .editorial-head,
  .editorial-head.compact {
    margin-bottom: 26px;
  }

  .ai-story-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .ai-story-head {
    gap: 22px;
    margin-bottom: 26px;
  }

  .ai-story-head .eyebrow {
    margin-bottom: 0;
  }

  .ai-story-head p:not(.eyebrow) {
    font-size: 16px;
  }

  .actions {
    margin-top: 28px;
  }

  .button {
    min-height: 46px;
    padding: 0 18px;
  }

  .hero-proof {
    margin-top: 42px;
  }

  .hero-proof,
  .metric-row,
  .card-grid,
  .card-grid.four,
  .story-card-grid,
  .copilot-modules,
  .governance-controls,
  .agent-lifecycle,
  .agent-governance-grid,
  .ceo-ai-grid,
  .benefit-grid,
  .partner-grid,
  .logo-wall,
  .partner-steps,
  .cadence-grid,
  .ai-journey,
    .footer-links {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 0;
  }

  .partner-card span {
    margin-bottom: 36px;
  }

  .partner-steps {
    margin-top: 32px;
  }

  .market-home {
    gap: 28px;
  }

  .market-cloud,
  .coverage-countries {
    padding: 24px;
  }

  .market-notes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .market-mini-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .market-chip-grid b,
  .coverage-tags span,
  .market-region-groups b,
  .coverage-region-groups span {
    min-height: 34px;
    padding: 0 13px;
    font-size: 14px;
  }

  .market-region-groups article,
  .coverage-region-groups article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .market-region-groups strong,
  .coverage-region-groups strong {
    line-height: 1.4;
  }

  .coverage-tags {
    margin-top: 28px;
  }

  .coverage-capabilities article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .coverage-capabilities span {
    font-size: 26px;
  }

  .market-row,
  .governance-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .market-row h3,
  .governance-row h3 {
    font-size: 23px;
  }

  .product-row {
    padding: 26px 22px 24px 74px;
  }

  .product-row::before {
    top: 28px;
    left: 22px;
    font-size: 30px;
  }

  .product-row h3 {
    font-size: 24px;
  }

  .copilot-core {
    min-height: 380px;
    padding: 26px;
  }

  .copilot-core h3 {
    margin-top: 76px;
    font-size: 31px;
  }

  .copilot-modules article {
    min-height: 0;
  }

  .copilot-modules h3 {
    margin-top: 34px;
  }

  .governance-core {
    min-height: 420px;
    padding: 26px;
  }

  .governance-core h2 {
    margin-top: 72px;
    font-size: 30px;
  }

  .governance-controls article {
    min-height: 0;
  }

  .governance-controls h3 {
    margin-top: 34px;
  }

  .ceo-ai-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .ceo-ai-grid article {
    min-height: 0;
  }

  .ceo-ai-grid span {
    margin-bottom: 34px;
  }

  .agent-system {
    margin-top: 34px;
  }

  .agent-orchestrator {
    min-height: 360px;
    padding: 26px;
  }

  .agent-orchestrator h3 {
    margin-top: 86px;
    font-size: 30px;
  }

  .agent-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .agent-card span {
    font-size: 26px;
  }

  .agent-lifecycle article,
  .agent-governance-grid article {
    min-height: 0;
  }

  .agent-lifecycle h3,
  .agent-governance-grid h3 {
    margin-top: 34px;
  }

  .hero-stage {
    min-height: 0;
    padding: 22px;
  }

  .hero-stage::before {
    width: 340px;
    height: 340px;
    top: 92px;
    left: calc(50% - 170px);
  }

  .hero-stage::after {
    width: 190px;
    height: 190px;
    top: 164px;
    left: calc(50% - 95px);
  }

  .tech-stage-head {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }

  .tech-stage-head strong {
    font-size: 16px;
    text-align: left;
  }

  .tech-visual {
    min-height: 380px;
  }

  .tech-core {
    width: 184px;
    height: 184px;
  }

  .tech-core h3 {
    font-size: 22px;
  }

  .tech-chip {
    min-width: 96px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }

  .chip-model {
    right: 0;
  }

  .chip-agent {
    left: 0;
  }

  .tech-impact {
    grid-template-columns: 1fr;
  }

  .tech-impact div {
    padding: 14px 16px;
  }

  .ai-visual-stage {
    min-height: 420px;
    padding: 22px;
  }

  .ai-visual-title {
    position: relative;
  }

  .ai-visual-title span {
    min-height: 30px;
    padding: 0 12px;
    font-size: 13px;
  }

  .ai-visual-title strong {
    max-width: 300px;
    margin-top: 50px;
    font-size: 34px;
  }

  .ai-visual-title p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .ai-visual-bars {
    width: 88%;
    gap: 10px;
    margin-top: 24px;
  }

  .ai-visual-bars i {
    height: 7px;
  }

  .ai-visual-outcomes {
    right: 20px;
    bottom: 24px;
    left: 20px;
  }

  .ai-visual-outcomes span {
    min-height: 38px;
    font-size: 13px;
  }

  .world-map {
    min-height: 0;
    padding: 18px;
    overflow: hidden;
  }

  .world-map svg {
    min-width: 0;
  }

  .network-panel {
    border-radius: 8px;
  }

  .network-heading {
    gap: 18px;
    padding: 28px 20px 0;
  }

  .network-heading h3 {
    font-size: 34px;
  }

  .network-heading h3::after {
    width: 72%;
    margin-top: 16px;
  }

  .network-heading p {
    font-size: 14px;
  }

  .network-map {
    display: flex;
    min-height: 0;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 20px;
  }

  .network-map svg {
    flex: 0 0 100%;
    width: 100%;
  }

  .network-label {
    position: static;
    min-height: 30px;
    padding-right: 10px;
    font-size: 13px;
    transform: none;
  }

  .network-label span {
    min-width: 30px;
    height: 21px;
    font-size: 12px;
  }

  .network-label.country span {
    min-width: 30px;
    height: 21px;
    font-size: 12px;
  }

  .network-footer {
    gap: 16px;
    padding: 20px;
  }

  .network-footer strong {
    font-size: 28px;
  }

  .culture-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    padding: 44px 0 34px;
  }

  .footer-main {
    gap: 34px;
    padding: 34px 0 32px;
  }

  .footer-bottom {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.solution-hero h1 {
  margin-bottom: 24px;
}
