/* Business-detail pages. Built on the split homepage tokens and components. */
.service-page {
  background: #fff;
  color: var(--text);
  --service-hero-image: url("../images/services/ai-language-hero-bg.webp");
}

.service-page .container {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.service-page .links a.is-active {
  color: var(--blue);
}

.service-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid #dbe8f3;
  background: #eef6fb;
}

.service-hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 48%, rgba(255,255,255,.38) 100%),
    var(--service-hero-image) right center / cover no-repeat;
}

.service-hero .container {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  padding: 54px 0 58px;
}

.service-hero.no-side-hero .container {
  grid-template-columns: minmax(0, 720px);
  justify-content: start;
}

.breadcrumb {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--blue);
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.1vw, 66px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.service-hero .lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #244862;
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-panel {
  justify-self: stretch;
  padding: 26px;
  border: 1px solid rgba(189, 212, 229, .92);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 48px rgba(18, 58, 96, .13);
  backdrop-filter: blur(12px);
}

.hero-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.mini-list {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 18px;
  color: #284a65;
  font-size: 15px;
  line-height: 1.65;
}

.mini-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.hero-panel.dark {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background:
    linear-gradient(180deg, rgba(0,88,168,.94), rgba(5,43,87,.96)),
    url("../images/home/capabilities/capability-foundation-background.webp") center / cover no-repeat;
}

.hero-panel.dark h2,
.hero-panel.dark li {
  color: #fff;
}

.hero-panel.dark .mini-list li:before {
  background: #fff;
}

.hero-visual {
  overflow: hidden;
  align-self: center;
  border: 1px solid rgba(189, 212, 229, .92);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(18, 58, 96, .13);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.hero-visual .hero-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255,255,255,.96);
}

.page-section {
  padding: 88px 0;
}

.ai-page .page-section,
.data-page .page-section,
.translation-page .page-section {
  padding: 112px 0;
}

.page-section.soft {
  background: linear-gradient(180deg, #f5f9fd 0%, #fff 100%);
}

.section-head {
  width: min(860px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-head.align-left {
  margin-left: 0;
  text-align: left;
}

.section-head h2 {
  margin: 0;
  color: #0b2238;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
  font-weight: 950;
}

.section-head p {
  margin: 16px 0 0;
  color: #536f86;
  font-size: 16px;
  line-height: 1.85;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
}

.media-frame {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #d6e6f2;
  border-radius: 12px;
  background: #f4f8fc;
  box-shadow: var(--card-shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.section-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  color: #294b66;
  background: #f2f8fc;
  line-height: 1.75;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.data-capabilities {
  padding-top: 112px;
}

.data-capabilities .section-head {
  margin-bottom: 32px;
}

.data-capabilities .section-head p {
  max-width: 760px;
  margin: 10px auto 0;
  color: #48677f;
  font-size: 15px;
  line-height: 1.7;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.capability-card {
  min-height: 610px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d7e7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(20, 63, 104, .06);
}

.capability-card-visual {
  margin: 0;
  border-bottom: 1px solid #d9e7f1;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
}

.capability-card-visual .capability-visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0;
}

.capability-card-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.capability-card-head {
  align-items: center;
  margin: 24px 24px 14px;
}

.capability-card .icon-badge {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  background: #f2f8fd;
}

.capability-card .icon-badge img {
  width: 23px;
  height: 23px;
}

.capability-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 950;
}

.capability-card > p,
.capability-card .subhead,
.capability-card .bullets {
  margin-right: 24px;
  margin-left: 24px;
}

.capability-card > p {
  color: #49677f;
  line-height: 1.78;
}

.capability-card .subhead {
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
}

.capability-card .bullets {
  gap: 9px;
  margin-bottom: 24px;
}

.capability-card .bullets li {
  padding-left: 15px;
  color: #314f68;
  font-size: 14px;
  line-height: 1.5;
}

.capability-card .bullets li:before {
  top: .62em;
  width: 4px;
  height: 4px;
  background: var(--blue);
}

.capability-visual {
  overflow: hidden;
  min-height: 150px;
  border: 1px solid #cfe1ee;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfdff 0%, #eef6fb 100%);
}

.visual-toolbar {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #dcebf5;
  background: #f7fbfe;
}

.visual-toolbar span {
  width: 48px;
  height: 7px;
  border-radius: 999px;
  background: #d2e2ef;
}

.visual-toolbar i {
  width: 14px;
  height: 14px;
  border: 2px solid #9fc5e1;
  border-radius: 50%;
}

.wave-row {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 14px;
}

.wave-row span {
  flex: 1;
  min-width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #50a8e8, #0067b6);
}

.wave-row span:nth-child(1) { height: 18px; }
.wave-row span:nth-child(2) { height: 40px; }
.wave-row span:nth-child(3) { height: 58px; }
.wave-row span:nth-child(4) { height: 34px; }
.wave-row span:nth-child(5) { height: 48px; }
.wave-row span:nth-child(6) { height: 24px; }

.audio-lines {
  display: grid;
  gap: 7px;
  padding: 0 14px 14px;
}

.audio-lines i,
.doc-line {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: #d7e6f2;
}

.audio-lines i:nth-child(2) {
  width: 82%;
}

.audio-lines i:nth-child(3) {
  width: 64%;
}

.corpus-visual {
  padding: 12px;
}

.language-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.language-tabs span {
  padding: 4px 7px;
  border-radius: 4px;
  color: #38617d;
  background: #e8f2f9;
  font-size: 10px;
  font-weight: 800;
}

.language-tabs span:first-child {
  color: #fff;
  background: var(--blue);
}

.doc-line {
  margin-top: 7px;
}

.doc-line.strong {
  width: 86%;
  background: #8bbfe5;
}

.doc-line.short {
  width: 58%;
}

.doc-line.mid {
  width: 74%;
}

.highlight-block {
  height: 34px;
  margin-top: 10px;
  border-left: 3px solid var(--teal);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(0, 139, 150, .1), transparent),
    repeating-linear-gradient(180deg, transparent 0 7px, rgba(94, 134, 164, .2) 7px 8px);
}

.vision-visual {
  display: grid;
  gap: 8px;
  padding: 8px;
  background: #eef6fb;
}

.vision-frame {
  position: relative;
  min-height: 67px;
  overflow: hidden;
  border-radius: 6px;
}

.camera-view {
  background:
    linear-gradient(24deg, transparent 0 37%, rgba(255,255,255,.42) 38% 52%, transparent 53%),
    linear-gradient(160deg, #496d89, #a6c1d2 46%, #667d8c 100%);
}

.point-view {
  background:
    radial-gradient(circle at 24% 34%, rgba(0, 139, 150, .95) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 42%, rgba(0, 139, 150, .85) 0 2px, transparent 3px),
    radial-gradient(circle at 46% 70%, rgba(80, 168, 232, .9) 0 2px, transparent 3px),
    linear-gradient(135deg, #08365f, #0f6977);
}

.vision-frame span {
  position: absolute;
  border: 2px solid #f3c43b;
  border-radius: 2px;
}

.camera-view span:nth-child(1) {
  left: 14%;
  top: 24%;
  width: 24%;
  height: 30%;
}

.camera-view span:nth-child(2) {
  right: 16%;
  top: 20%;
  width: 18%;
  height: 34%;
  border-color: #42d393;
}

.camera-view span:nth-child(3) {
  left: 52%;
  bottom: 18%;
  width: 22%;
  height: 25%;
}

.point-view span:nth-child(1) {
  left: 20%;
  top: 26%;
  width: 26%;
  height: 26%;
  transform: skewX(-12deg);
}

.point-view span:nth-child(2) {
  right: 18%;
  top: 34%;
  width: 22%;
  height: 28%;
  border-color: #3fd0ff;
  transform: skewX(12deg);
}

.point-view span:nth-child(3) {
  left: 42%;
  bottom: 13%;
  width: 20%;
  height: 22%;
  border-color: #42d393;
}

.info-card {
  padding: 24px;
  border: 1px solid var(--card-line);
  border-radius: 10px;
  background: var(--card-surface);
  box-shadow: var(--card-shadow);
}

.info-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.info-card p {
  margin: 12px 0 0;
  color: #49677f;
  line-height: 1.78;
}

.service-type-grid {
  gap: 24px;
}

.service-type-card {
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.service-type-visual {
  margin: 0;
  border-bottom: 1px solid #d9e7f1;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
}

.service-type-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.service-type-card .icon-title {
  align-items: center;
  margin: 24px 24px 14px;
}

.service-type-card .icon-title h3 {
  padding-top: 0;
}

.service-type-card .icon-badge {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 6px 14px rgba(20, 63, 104, .1);
}

.service-type-card > p,
.service-type-card .subhead,
.service-type-card .bullets {
  margin-right: 24px;
  margin-left: 24px;
}

.service-type-card .bullets {
  margin-bottom: 24px;
}

.support-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.support-panel {
  min-height: 360px;
  padding: clamp(38px, 4vw, 58px);
  border: 1px solid #d8e7f2;
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 45%, rgba(72, 158, 231, .18), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f4f9fd 100%);
  box-shadow: 0 16px 34px rgba(25, 76, 118, .08);
}

.support-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}

.support-panel p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #3f627c;
  font-size: 17px;
  line-height: 1.82;
}

.support-panel-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  overflow: hidden;
}

.model-orbit {
  position: relative;
  min-height: 260px;
}

.orbit-core,
.orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.orbit-core {
  width: 128px;
  height: 128px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.96), rgba(154, 205, 249, .9) 42%, rgba(70, 142, 224, .72) 100%);
  box-shadow:
    0 18px 32px rgba(26, 104, 190, .16),
    inset 0 0 24px rgba(255,255,255,.7);
}

.orbit {
  border: 1px solid rgba(58, 134, 217, .35);
  opacity: .86;
}

.orbit-one {
  width: 210px;
  height: 126px;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-two {
  width: 232px;
  height: 142px;
  transform: translate(-50%, -50%) rotate(36deg);
}

.orbit-three {
  width: 176px;
  height: 232px;
  transform: translate(-50%, -50%) rotate(16deg);
}

.model-orbit:before,
.model-orbit:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(10, 112, 202, .86);
  box-shadow: 0 0 0 6px rgba(10, 112, 202, .1);
}

.model-orbit:before {
  width: 10px;
  height: 10px;
  left: 25%;
  top: 30%;
}

.model-orbit:after {
  width: 9px;
  height: 9px;
  right: 24%;
  bottom: 26%;
}

.model-orbit .tag {
  position: absolute;
  z-index: 1;
  padding: 8px 12px;
  border: 1px solid rgba(118, 174, 225, .45);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #2f6f9e;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(25, 76, 118, .08);
}

.tag-one {
  left: 8px;
  bottom: 36px;
}

.tag-two {
  right: 0;
  bottom: 44px;
}

.tag-three {
  right: 14px;
  top: 38px;
}

.tag-four {
  left: 18px;
  top: 42px;
}

.support-link {
  margin-top: 22px;
}

.support-panel-tech {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 48%, rgba(10, 151, 161, .14), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f4f9fd 100%);
}

.tech-adapt-visual {
  position: relative;
  min-height: 260px;
}

.tech-adapt-visual:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 210px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(26, 104, 190, .2), rgba(26, 104, 190, .08) 42%, transparent 72%);
  filter: blur(7px);
  transform: translate(-50%, -50%);
}

.tech-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(87, 166, 210, .36);
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,1) 0%, rgba(248,253,255,.96) 34%, rgba(224, 243, 254, .94) 68%, rgba(190, 224, 246, .9) 100%),
    #fff;
  box-shadow:
    0 24px 38px rgba(25, 76, 118, .18),
    0 8px 16px rgba(10, 112, 202, .1),
    inset 0 1px 18px rgba(255,255,255,.86),
    inset 0 -18px 26px rgba(76, 151, 211, .14);
}

.tech-core:before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.72);
  background: radial-gradient(circle at center, rgba(255,255,255,.44), rgba(255,255,255,.12) 52%, transparent 78%);
  pointer-events: none;
}

.tech-core:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -12px;
  height: 18px;
  border-radius: 50%;
  background: rgba(24, 101, 180, .16);
  filter: blur(7px);
  pointer-events: none;
}

.tech-core img {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 6px 8px rgba(10, 112, 202, .18));
}

.tech-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 1;
  border: 1px solid rgba(62, 151, 205, .32);
  border-radius: 32px;
  box-shadow:
    0 14px 26px rgba(10, 112, 202, .08),
    inset 0 0 22px rgba(255,255,255,.42);
}

.ring-one {
  width: 232px;
  height: 142px;
  transform: translate(-50%, -50%) perspective(420px) rotateX(18deg) rotateZ(-13deg);
}

.ring-two {
  width: 186px;
  height: 230px;
  transform: translate(-50%, -50%) perspective(420px) rotateX(12deg) rotateZ(25deg);
}

.tech-node {
  position: absolute;
  z-index: 1;
  padding: 8px 12px;
  border: 1px solid rgba(118, 174, 225, .45);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #2f6f9e;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(25, 76, 118, .08);
}

.node-one {
  left: 12px;
  top: 42px;
}

.node-two {
  right: 6px;
  top: 48px;
}

.node-three {
  left: 0;
  bottom: 40px;
}

.node-four {
  right: 16px;
  bottom: 36px;
}

.bullets {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.bullets li {
  position: relative;
  padding-left: 17px;
  color: #294b66;
  line-height: 1.62;
}

.bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.icon-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.icon-badge {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--icon-line);
  border-radius: 50%;
  background: var(--icon-surface);
}

.icon-badge img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.icon-title h3 {
  margin: 0;
}

.copy-block {
  display: grid;
  gap: 12px;
  color: #49677f;
  line-height: 1.82;
}

.copy-block p {
  margin: 0;
}

.localization-section {
  padding: 74px 0;
}

.localization-panel {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(330px, 1.05fr) minmax(300px, .9fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #d7e7f2;
  border-radius: 8px;
  background: linear-gradient(90deg, #fff 0%, #f8fbfe 53%, #fff 100%);
  box-shadow: 0 12px 30px rgba(20, 63, 104, .06);
}

.localization-copy h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 950;
}

.localization-copy .copy-block {
  gap: 22px;
  max-width: 430px;
  color: #49677f;
  font-size: 15px;
  line-height: 1.82;
}

.localization-map {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.localization-map img {
  position: relative;
  z-index: 1;
  width: 118%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: .96;
  filter: contrast(1.06) saturate(1.04);
}

.localization-points {
  display: grid;
  gap: 26px;
}

.localization-points article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 6px;
  border-radius: 8px;
}

.localization-points article:hover {
  background: rgba(241, 248, 253, .78);
  box-shadow: none;
}

.localization-points .icon-badge {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-color: #cfe3f3;
  background: #f1f8fd;
}

.localization-points .icon-badge img {
  width: 23px;
  height: 23px;
}

.localization-points .local-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.localization-points .local-icon path,
.localization-points .local-icon circle {
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.localization-points h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}

.localization-points p {
  margin: 6px 0 0;
  color: #536f86;
  font-size: 14px;
  line-height: 1.55;
}

.subhead {
  margin: 18px 0 8px;
  color: var(--ink);
  font-weight: 900;
}

.product-stack {
  display: grid;
  gap: 14px;
}

.tool-management-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.tool-management {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.55fr);
  gap: clamp(32px, 5vw, 66px);
  align-items: center;
}

.tool-management-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.18;
  font-weight: 950;
}

.tool-management-copy p {
  margin: 14px 0 0;
  color: #49677f;
  font-size: 15px;
  line-height: 1.78;
}

.tool-management-copy .tool-lead {
  max-width: 360px;
  color: #173d5d;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 900;
}

.tool-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tool-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 22px;
  border: 1px solid #d8e7f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 63, 104, .06);
}

.tool-screen {
  overflow: hidden;
  height: 176px;
  margin-bottom: 18px;
  border: 1px solid #dbe9f3;
  border-radius: 8px;
  background: #f7fbff;
}

.screen-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid #e0edf5;
  background: #fff;
}

.screen-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bcd3e4;
}

.terminology-screen {
  position: relative;
  background:
    radial-gradient(circle at 82% 74%, rgba(0, 139, 150, .16), transparent 28%),
    #f7fbff;
}

.term-ai-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 12px;
}

.term-column,
.memory-column,
.ai-suggestion {
  min-height: 72px;
  padding: 10px;
  border: 1px solid #dceaf4;
  border-radius: 7px;
  background: #fff;
}

.term-column span,
.memory-column span {
  display: block;
  margin-bottom: 8px;
  color: #285372;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.term-column i,
.memory-column b,
.ai-suggestion span {
  display: block;
  height: 8px;
  margin-top: 7px;
  border-radius: 999px;
  background: #d8e8f2;
}

.term-column i:nth-of-type(1) {
  width: 88%;
  background: #bde2f7;
}

.term-column i:nth-of-type(2) {
  width: 72%;
}

.term-column i:nth-of-type(3) {
  width: 62%;
}

.memory-column b:nth-of-type(1) {
  width: 84%;
  background: #bde2f7;
}

.memory-column b:nth-of-type(2) {
  width: 68%;
}

.memory-column strong {
  display: block;
  position: relative;
  width: 58px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: #d8e8f2;
}

.memory-column strong:after {
  content: "";
  display: block;
  width: 36px;
  height: 10px;
  border-radius: inherit;
  background: var(--teal);
}

.ai-assist-chip {
  position: absolute;
  left: 50%;
  top: 67px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid #f7fbff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #0b67b4, #008b96);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 8px 14px rgba(10, 103, 180, .18);
}

.ai-suggestion {
  grid-column: 1 / -1;
  min-height: 34px;
  display: grid;
  align-content: center;
  padding-left: 56px;
  background:
    linear-gradient(90deg, rgba(11, 103, 180, .08), rgba(0, 139, 150, .06)),
    #fff;
}

.ai-suggestion:before {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 28px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--blue);
  border-radius: 7px;
}

.ai-suggestion span:first-child {
  width: 78%;
  background: #9ecfeb;
}

.ai-suggestion span:last-child {
  width: 56%;
}

.qa-screen {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: 30px 1fr;
}

.qa-screen .screen-bar {
  grid-column: 1 / -1;
}

.qa-mark {
  display: grid;
  place-items: center;
}

.qa-mark i {
  position: relative;
  width: 48px;
  height: 48px;
  grid-area: 1 / 1;
  border: 2px solid #bfe0ee;
  border-radius: 14px;
  background: #fff;
}

.qa-mark i:first-child {
  transform: translate(-5px, -5px);
  opacity: .72;
}

.qa-mark i:last-child:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 15px;
  width: 18px;
  height: 10px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.qa-list {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px 10px;
  align-content: center;
  padding: 12px 16px 12px 0;
}

.qa-list i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0f9d88;
}

.qa-list i.warn {
  background: #d96e3a;
}

.qa-list span {
  height: 9px;
  border-radius: 999px;
  background: #d7e7f2;
}

.task-rows {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 11px 12px;
  padding: 20px 14px;
}

.task-rows span,
.task-rows b {
  height: 10px;
  border-radius: 999px;
  background: #d7e7f2;
}

.task-rows b {
  width: var(--w);
  background: linear-gradient(90deg, #0b67b4, #6bb8eb);
}

.tool-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 950;
}

.tool-card p {
  margin: 12px 0 0;
  color: #49677f;
  font-size: 14px;
  line-height: 1.68;
}

.product-row {
  display: grid;
  grid-template-columns: 56px minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid #d7e7f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.product-row .num {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-latin);
  font-weight: 900;
}

.product-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.product-row p {
  margin: 10px 0 0;
  color: #49677f;
  line-height: 1.72;
}

.product-row dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.product-row dt {
  color: var(--ink);
  font-weight: 900;
}

.product-row dd {
  margin: 2px 0 0;
  color: #49677f;
  line-height: 1.65;
}

.tagline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tagline span {
  padding: 6px 10px;
  border: 1px solid #cfe1ee;
  border-radius: 999px;
  color: #245071;
  background: #f4f9fd;
  font-size: 13px;
  font-weight: 800;
}

.ai-product-table {
  display: grid;
  gap: 12px;
}

.ai-product-line {
  display: grid;
  grid-template-columns: minmax(320px, 1.78fr) repeat(4, minmax(0, .92fr));
  overflow: hidden;
  border: 1px solid #d7e7f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.product-name-cell,
.product-cell {
  padding: 22px;
}

.product-name-cell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  align-items: center;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(242,248,253,.92) 100%),
    linear-gradient(135deg, rgba(0,88,168,.08) 0%, rgba(0,139,150,.05) 100%);
}

.product-name-cell .num {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 900;
}

.product-name-cell h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 1.35vw, 24px);
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: balance;
}

.product-title-line {
  display: block;
}

.product-visual {
  grid-column: 1 / -1;
  overflow: hidden;
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e8f3;
  border-radius: 8px;
  background: #eef6fb;
}

.product-visual img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.product-visual.is-wave {
  background:
    linear-gradient(90deg, rgba(11,112,202,.08), transparent),
    repeating-linear-gradient(90deg, rgba(11,112,202,.18) 0 2px, transparent 2px 14px);
}

.product-visual.is-wave img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.product-cell {
  border-left: 1px solid #d7e7f2;
}

.product-cell h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.product-cell p {
  margin: 0;
  color: #48677d;
  font-size: 14px;
  line-height: 1.75;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 44px);
  overflow: visible;
  background: transparent;
}

.flow-line article {
  position: relative;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 22px 22px;
  border: 1px solid #d5e6f1;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 22px rgba(20, 63, 104, .05);
}

.flow-line article:not(:last-child):after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: -31px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  color: var(--blue);
  font-family: var(--font-latin);
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  opacity: .75;
}

.flow-line span {
  display: inline-grid;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #006bc1, #0058a8);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(0, 88, 168, .2);
}

.flow-line h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.flow-line p {
  margin: 12px 0 0;
  color: #48677d;
  font-size: 14px;
  line-height: 1.62;
}

.flow-line svg {
  width: 44px;
  height: 44px;
  margin-top: auto;
  color: var(--blue);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.quality-list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
  padding: 24px 0 44px;
  isolation: isolate;
}

.quality-item {
  position: relative;
  z-index: 1;
  min-height: 142px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.quality-list:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 52px;
  border-left: 2px dashed rgba(0, 139, 150, .45);
  border-right: 2px dashed rgba(0, 139, 150, .45);
  border-bottom: 2px dashed rgba(0, 139, 150, .45);
  border-radius: 0 0 22px 22px;
  pointer-events: none;
}

.quality-list:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -4px;
  bottom: 57px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 139, 150, .72);
  border-right: 2px solid rgba(0, 139, 150, .72);
  transform: rotate(-45deg);
}

.quality-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(50% + 35px);
  width: calc(100% - 28px);
  border-top: 2px dashed rgba(0, 139, 150, .55);
}

.quality-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #d5e6f1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 63, 104, .06);
}

.quality-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.quality-item h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
}

.quality-item p {
  margin: 0;
  color: #536f86;
  font-size: 13px;
  line-height: 1.55;
}

.optimization-security-section {
  padding: 78px 0;
}

.optimization-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.optimization-panel,
.security-panel {
  min-height: 360px;
  padding: clamp(28px, 3.2vw, 44px);
  border: 1px solid #d7e7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 63, 104, .06);
}

.optimization-panel h2,
.security-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.22;
  font-weight: 950;
}

.optimization-panel > p,
.security-panel > p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #49677f;
  font-size: 14px;
  line-height: 1.68;
}

.security-panel > p + p {
  margin-top: 8px;
}

.optimization-visual {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
  background: #062b55;
}

.optimization-visual img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.04) contrast(1.06);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.security-card {
  min-height: 168px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 22px 14px;
  border: 1px solid #d7e7f2;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.security-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.security-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.security-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
}

.security-card p {
  margin: 9px 0 0;
  color: #536f86;
  font-size: 13px;
  line-height: 1.55;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.delivery-section .section-head {
  width: min(720px, 100%);
  margin-bottom: 34px;
}

.delivery-section .section-head p {
  max-width: 680px;
  margin: 10px auto 0;
  color: #5c7288;
  font-size: 14px;
  line-height: 1.72;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
}

.delivery-card {
  min-height: 166px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  border: 1px solid #d7e7f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.delivery-card .icon-title {
  gap: 12px;
  margin-bottom: 14px;
}

.delivery-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}

.delivery-card p {
  margin: 0;
  color: #49677f;
  font-size: 13px;
  line-height: 1.68;
}

.delivery-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.delivery-icon img,
.delivery-icon svg {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.delivery-icon svg {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-card {
  justify-content: flex-start;
}

.stat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.stat-card .delivery-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  margin-bottom: 0;
}

.stat-card .delivery-icon svg {
  width: 30px;
  height: 30px;
}

.stat-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin-bottom: 0;
  color: var(--ink);
  min-width: 0;
}

.stat-title strong {
  font-family: var(--font-latin);
  font-size: clamp(26px, 2.25vw, 32px);
  line-height: .95;
  font-weight: 950;
}

.stat-title span {
  color: var(--ink);
  max-width: none;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 950;
  white-space: nowrap;
}

.process-stat-card .stat-title {
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
}

.delivery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
}

.delivery-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  color: #2d6793;
  background: #e8f3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  max-width: var(--max);
  margin: 0 auto;
}

.metric {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 118px;
  padding: 24px 30px;
  border: 1px solid #d8e7f1;
  border-radius: 8px;
  background: #fff;
}

.metric strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
  color: var(--ink);
  font-family: var(--font-latin);
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1;
}

.metric strong span {
  color: var(--blue);
  font-size: .68em;
}

.metric p {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #173d5d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: baseline;
}

.metric small {
  display: block;
  margin-top: 8px;
  color: #5d778c;
  font-size: 13px;
  line-height: 1.55;
}

.metric-icon {
  width: 50px;
  height: 50px;
  color: var(--blue);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.metric-icon.is-orange {
  color: #ff9d2e;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scenario-card {
  overflow: hidden;
  border: 1px solid #d7e7f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.scenario-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.scenario-card h3 {
  margin: 18px 18px 0;
  color: var(--ink);
  font-size: 19px;
}

.scenario-card p {
  margin: 10px 18px 20px;
  color: #49677f;
  line-height: 1.7;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1080px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--card-line-soft);
  border-radius: 10px;
  background: var(--card-line-soft);
  box-shadow: 0 14px 30px rgba(22, 62, 101, .065);
}

.experience-item {
  position: relative;
  min-height: 142px;
  padding: 26px 28px 28px;
  background: rgba(255,255,255,.96);
}

.experience-item:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 139, 150, .82), rgba(0, 88, 168, .78));
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left center;
  transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.experience-item span {
  display: block;
  margin-bottom: 12px;
  color: #007681;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.experience-item strong {
  display: block;
  color: #183852;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 500;
}

.info-card,
.support-panel,
.capability-card,
.delivery-card,
.localization-panel,
.localization-points article,
.optimization-panel,
.security-panel,
.security-card,
.product-name-cell,
.product-cell,
.product-row,
.scenario-card,
.flow-line article,
.translation-flow article,
.tool-card,
.quality-item,
.metric,
.experience-item {
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.info-card:hover,
.support-panel:hover,
.capability-card:hover,
.delivery-card:hover,
.localization-panel:hover,
.localization-points article:hover,
.optimization-panel:hover,
.security-panel:hover,
.security-card:hover,
.product-name-cell:hover,
.product-cell:hover,
.product-row:hover,
.scenario-card:hover,
.flow-line article:hover,
.translation-flow article:hover,
.tool-card:hover,
.quality-item:hover,
.metric:hover,
.experience-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
}

.experience-item:hover:before {
  opacity: 1;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .info-card,
  .support-panel,
  .capability-card,
  .delivery-card,
  .localization-panel,
  .localization-points article,
  .optimization-panel,
  .security-panel,
  .security-card,
  .product-name-cell,
  .product-cell,
  .product-row,
  .scenario-card,
  .flow-line article,
  .translation-flow article,
  .tool-card,
  .quality-item,
  .metric,
  .experience-item {
    transition: none;
  }
  .info-card:hover,
  .support-panel:hover,
  .capability-card:hover,
  .delivery-card:hover,
  .localization-panel:hover,
  .localization-points article:hover,
  .optimization-panel:hover,
  .security-panel:hover,
  .security-card:hover,
  .product-name-cell:hover,
  .product-cell:hover,
  .product-row:hover,
  .scenario-card:hover,
  .flow-line article:hover,
  .translation-flow article:hover,
  .tool-card:hover,
  .quality-item:hover,
  .metric:hover,
  .experience-item:hover {
    transform: none;
  }
  .experience-item:hover {
    box-shadow: none;
  }
  .experience-item:before {
    transition: none;
  }
}

.translation-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin: 0 auto;
  align-items: stretch;
}

.translation-flow article {
  position: relative;
  min-height: 262px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px 26px;
  border: 1px solid #d8e7f1;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.translation-flow article:not(:last-child):after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  color: var(--blue);
  font-family: var(--font-latin);
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  opacity: .9;
}

.translation-flow article.is-core {
  color: #fff;
  border-color: #075a9e;
  background: linear-gradient(180deg, #0b6bb8 0%, #063767 100%);
}

.translation-flow article.is-core h3,
.translation-flow article.is-core p,
.translation-flow article.is-core span,
.translation-flow article.is-core .flow-icon {
  color: #fff;
  stroke: #fff;
}

.translation-flow .flow-number {
  color: var(--blue);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 900;
}

.translation-flow h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.translation-flow p {
  margin: 12px 0 0;
  color: #48677d;
  font-size: 14px;
  line-height: 1.65;
}

.flow-icon {
  width: 46px;
  height: 46px;
  display: block;
  margin-top: auto;
  color: var(--blue);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.flow-badge {
  position: absolute;
  left: 50%;
  bottom: -15px;
  min-width: 118px;
  padding: 8px 15px;
  transform: translateX(-50%);
  border-radius: 999px;
  color: #a5520a;
  background: #ffd29a;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 7px 14px rgba(134, 79, 14, .12);
}

.page-cta {
  position: relative;
  overflow: hidden;
  background: #062b55;
  color: #fff;
}

.page-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,43,85,.96), rgba(6,43,85,.74)),
    url("../images/home/cta-nanning-bridge.webp") center 44% / cover no-repeat;
}

.page-cta .container {
  position: relative;
  z-index: 1;
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.page-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
}

.page-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  line-height: 1.85;
}

.page-cta .btn.primary {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.ai-page {
  --service-hero-image: url("../images/services/ai-neural-network-banner.webp");
  --ai-voice-hero-image: url("../images/services/voice-wave-mic-reference.webp");
}

.ai-page .service-hero:before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 30%, rgba(255,255,255,.9) 48%, rgba(255,255,255,.6) 66%, rgba(255,255,255,.25) 100%),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.78) 100%),
    var(--service-hero-image) right center / cover no-repeat;
}

.ai-hero-voice {
  position: absolute;
  z-index: 0;
  left: 35%;
  top: 50%;
  width: 52vw;
  max-width: 2080px;
  height: 1024px;
  opacity: .70;
  transform: translateY(-50%);
  background: var(--ai-voice-hero-image) center center / cover no-repeat;
  filter: saturate(1.00) brightness(1.0) contrast(1.00);
  mix-blend-mode: screen;
  pointer-events: none;
}

.data-page {
  --service-hero-image: url("../images/services/data-processing-hero-left-shifted.webp");
}

.data-page .service-hero:before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 46%, rgba(255,255,255,.62) 76%, rgba(255,255,255,.36) 100%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.38)),
    var(--service-hero-image) 100% center /88% auto no-repeat;
}

.data-page .hero-panel {
  border-top: 4px solid var(--teal);
}

.translation-page {
  --service-hero-image: url("../images/services/human-translation-review.webp");
}

.translation-page .service-hero:before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.86) 48%, rgba(255,255,255,.3)),
    var(--service-hero-image) right center / cover no-repeat;
}

.translation-page .hero-panel {
  border-top: 4px solid #d98b28;
}

@media (max-width: 1120px) {
  .service-hero .container,
  .two-column {
    grid-template-columns: 1fr;
  }

  .tool-management {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tool-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .localization-panel {
    grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  }

  .localization-points {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .optimization-security-grid {
    grid-template-columns: 1fr;
  }

  .security-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .card-grid,
  .capability-grid,
  .delivery-grid,
  .scenario-grid,
  .quality-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-list {
    gap: 28px 18px;
    padding-bottom: 0;
  }

  .quality-list:before,
  .quality-list:after,
  .quality-item:not(:last-child):after {
    display: none;
  }

  .support-panel-grid {
    grid-template-columns: 1fr;
  }

  .product-row {
    grid-template-columns: 50px 1fr;
  }

  .product-row > :last-child {
    grid-column: 2;
  }

  .flow-line,
  .translation-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .translation-flow {
    gap: 24px;
  }

  .flow-line {
    gap: 42px 28px;
  }

  .flow-line article:not(:last-child):after,
  .translation-flow article:not(:last-child):after {
    display: none;
  }

  .experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mode-grid {
    grid-template-columns: 1fr;
  }

  .ai-product-line {
    grid-template-columns: 1fr 1fr;
  }

  .product-name-cell {
    grid-column: 1 / -1;
  }

  .product-cell:nth-child(2n) {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .service-page .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .logo img {
    width: 138px;
  }

  .service-hero:before,
  .data-page .service-hero:before,
  .translation-page .service-hero:before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.78)),
      var(--service-hero-image) 62% top / cover no-repeat;
  }

  .ai-page .service-hero:before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.72) 68%, rgba(255,255,255,.32) 100%),
      var(--service-hero-image) 62% top / cover no-repeat;
  }

  .data-page .service-hero:before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.58) 100%),
      var(--service-hero-image) right top / 120% auto no-repeat;
  }

  .ai-hero-voice {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 30px;
    width: min(430px, 92vw);
    height: 160px;
    transform: translateX(-50%);
    opacity: .38;
    background-size: contain;
  }

  .service-hero .container {
    min-height: 0;
    padding: 42px 0;
    gap: 22px;
  }

  .service-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .service-hero .lead {
    font-size: 15px;
    line-height: 1.82;
  }

  .hero-actions {
    display: grid;
  }

  .page-section {
    padding: 58px 0;
  }

  .ai-page .page-section,
  .data-page .page-section,
  .translation-page .page-section {
    padding: 68px 0;
  }

  .section-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .card-grid,
  .capability-grid,
  .delivery-grid,
  .scenario-grid,
  .quality-list,
  .support-panel-grid,
  .metric-strip,
  .experience-grid,
  .flow-line,
  .translation-flow {
    grid-template-columns: 1fr;
  }

  .tool-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tool-card {
    min-height: 0;
    padding: 16px;
  }

  .tool-screen {
    height: 150px;
  }

  .translation-flow {
    gap: 18px;
  }

  .quality-list {
    gap: 20px;
  }

  .info-card,
  .capability-card,
  .delivery-card,
  .support-panel,
  .hero-panel,
  .product-row,
  .quality-item,
  .translation-flow article {
    padding: 20px;
  }

  .translation-flow article {
    min-height: 0;
  }

  .flow-icon {
    margin-top: 18px;
  }

  .flow-badge {
    position: static;
    margin-top: 16px;
    transform: none;
  }

  .service-type-card {
    padding: 0;
  }

  .capability-card {
    padding: 0;
  }

  .service-type-card .icon-title {
    margin: 20px 20px 12px;
  }

  .capability-card-head {
    margin: 20px 20px 12px;
  }

  .service-type-card .icon-title h3 {
    padding-top: 0;
  }

  .service-type-card > p,
  .service-type-card .subhead,
  .service-type-card .bullets,
  .capability-card > p,
  .capability-card .subhead,
  .capability-card .bullets {
    margin-right: 20px;
    margin-left: 20px;
  }

  .service-type-card .bullets,
  .capability-card .bullets {
    margin-bottom: 20px;
  }

  .delivery-card {
    min-height: 0;
  }

  .data-capabilities {
    padding-top: 68px;
  }

  .localization-section {
    padding: 58px 0;
  }

  .optimization-security-section {
    padding: 58px 0;
  }

  .optimization-panel,
  .security-panel {
    min-height: 0;
    padding: 22px;
  }

  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .security-card {
    min-height: 150px;
  }

  .localization-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
  }

  .localization-copy .copy-block {
    max-width: none;
    gap: 14px;
  }

  .localization-map {
    min-height: 180px;
  }

  .localization-map svg {
    min-height: 180px;
  }

  .localization-points {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .data-capabilities .section-head p {
    margin-right: 0;
    margin-left: 0;
  }

  .capability-card {
    min-height: 0;
  }

  .capability-visual {
    min-height: 138px;
  }

  .support-panel-grid {
    gap: 14px;
    margin-top: 24px;
  }

  .support-panel {
    min-height: 0;
  }

  .support-panel h3 {
    font-size: 21px;
  }

  .support-panel p {
    font-size: 15px;
  }

  .support-panel-visual {
    grid-template-columns: 1fr;
  }

  .support-panel-tech {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .model-orbit {
    min-height: 220px;
  }

  .tech-adapt-visual {
    min-height: 220px;
  }

  .product-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-row > :last-child {
    grid-column: auto;
  }

  .ai-product-line {
    grid-template-columns: 1fr;
  }

  .product-name-cell,
  .product-cell {
    padding: 18px;
  }

  .product-cell {
    border-left: 0;
    border-top: 1px solid #d7e7f2;
  }

  .product-visual img {
    height: 120px;
  }

  .hero-visual .hero-panel {
    padding: 18px;
  }

  .media-frame,
  .media-frame img {
    min-height: 260px;
  }

  .flow-line article,
  .flow-line article:nth-child(2n) {
    min-height: 0;
  }

  .flow-line {
    gap: 34px;
  }

  .page-cta .container {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 44px 0;
  }

}
