:root {
  --color-bg: #f7f9fb;
  --color-surface: #ffffff;
  --color-surface-muted: #f1f5f7;
  --color-surface-soft: #eef7f6;
  --color-text: #172026;
  --color-text-muted: #52616b;
  --color-text-subtle: #7b8790;
  --color-border: #dbe4e8;
  --color-border-strong: #bfd0d8;
  --color-primary: #0f766e;
  --color-primary-hover: #0b5f59;
  --color-primary-soft: #e6f5f3;
  --color-primary-border: #a7d8d2;
  --color-secondary: #245b8f;
  --color-secondary-soft: #e8f1f8;
  --color-secondary-border: #b8d1e5;
  --color-accent: #b7791f;
  --color-accent-soft: #fff6e6;
  --color-accent-border: #f0d19a;
  --shadow-soft: 0 8px 24px rgba(23, 32, 38, 0.06);
  --shadow-subtle: 0 2px 8px rgba(23, 32, 38, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

img,
svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 3px;
}

.text-mark {
  background: linear-gradient(to top, rgba(240, 195, 108, 0.46) 0 52%, transparent 52%);
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.12em;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--color-text);
  color: #fff;
  padding: 8px 12px;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(219, 228, 232, 0.92);
  background: rgba(255, 255, 255, 0.96);
}

.site-quickbar {
  border-bottom: 1px solid rgba(219, 228, 232, 0.8);
  background: #172026;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.site-quickbar-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quickbar-trust,
.quickbar-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.quickbar-trust span,
.quickbar-contact a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  white-space: nowrap;
}

.quickbar-trust span + span::before,
.quickbar-contact a + a::before {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.28);
  content: "|";
}

.quickbar-contact a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

.quickbar-contact a:hover {
  color: #fff;
}

.quickbar-contact a:last-child {
  color: #ffffff;
}

.mobile-quickbar {
  display: none;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  overflow: hidden;
  padding: 5px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 16px;
  line-height: 1.25;
}

.brand-text span {
  color: var(--color-text-subtle);
  font-size: 12px;
  line-height: 1.25;
}

.desktop-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 8px;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 500;
  min-width: 0;
}

.desktop-nav a,
.header-cta,
.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.desktop-nav a {
  border-radius: 8px;
  padding: 0 8px;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--color-primary);
}

.desktop-nav a[aria-current="page"] {
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-weight: 700;
}

.header-contact-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.header-phone {
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #fff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  padding: 0 12px;
  white-space: nowrap;
}

.header-phone:hover {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.header-cta {
  flex: 0 0 auto;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--color-text);
}

.mobile-nav {
  border-top: 1px solid var(--color-border);
  background: #fff;
  padding: 10px 16px 18px;
}

.mobile-nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-weight: 500;
}

.mobile-nav a[aria-current="page"] {
  color: var(--color-primary);
  font-weight: 700;
}

.mobile-nav-cta {
  margin-top: 10px;
  justify-content: center;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff !important;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
  padding: 58px 0 64px;
}

.hero::before {
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 14px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-accent));
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 52px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.hero h1,
.section-heading h2,
.case-card h2,
.cta-card h2 {
  margin: 0;
  color: var(--color-text);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: 48px;
  font-weight: 750;
  line-height: 1.18;
}

.hero-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--color-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
}

.hero-desc {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
}

.hero-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 24px;
}

.hero-service-tags a {
  border: 1px solid var(--color-primary-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 8px 11px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hero-service-tags a:hover {
  border-color: var(--color-primary);
  background: #fff;
  color: var(--color-primary-hover);
}

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

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.btn-primary {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--color-primary-hover);
}

.btn-secondary {
  border: 1px solid var(--color-border-strong);
  background: #fff;
  color: var(--color-text);
}

.btn-secondary:hover {
  border-color: var(--color-primary-border);
  color: var(--color-primary);
}

.btn:active {
  transform: translateY(1px);
}

.trust-note,
.form-note {
  margin: 14px 0 0;
  color: var(--color-text-subtle);
  font-size: 14px;
}

.hero-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  max-width: 780px;
  margin-top: 20px;
  border-top: 1px solid rgba(15, 118, 110, 0.18);
  color: var(--color-text-muted);
  font-size: 14px;
  padding-top: 16px;
}

.hero-contact-line span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.hero-contact-line a {
  color: var(--color-primary);
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 430px;
}

.home-delivery-board {
  display: grid;
  gap: 14px;
  min-height: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(23, 32, 38, 0.11);
  padding: 18px;
}

.delivery-board-head,
.delivery-contact-card,
.delivery-report-card,
.delivery-board-row > div,
.mock-browser {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.delivery-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
  padding: 14px 16px;
}

.delivery-board-head span {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
}

.delivery-board-head strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
  text-align: right;
}

.delivery-board-main {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(154px, 0.76fr);
  gap: 14px;
}

.mock-browser {
  min-height: 210px;
  padding: 18px;
}

.mock-browser strong {
  display: block;
  margin-top: 14px;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.3;
}

.mock-browser p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mock-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mock-lines span {
  height: 12px;
  border-radius: 999px;
  background: var(--color-surface-muted);
}

.mock-lines span:nth-child(1) {
  width: 86%;
}

.mock-lines span:nth-child(2) {
  width: 66%;
}

.mock-lines span:nth-child(3) {
  width: 74%;
}

.delivery-report-card {
  background: var(--color-secondary-soft);
  padding: 18px;
}

.delivery-report-card span,
.delivery-board-row span,
.delivery-contact-card span {
  color: var(--color-text-subtle);
  font-size: 13px;
  font-weight: 650;
}

.delivery-report-card strong,
.delivery-board-row strong,
.delivery-contact-card strong {
  display: block;
  margin-top: 6px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
}

.delivery-report-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.delivery-report-card li {
  border-left: 3px solid var(--color-secondary);
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
}

.delivery-board-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.delivery-board-row > div {
  padding: 16px;
}

.delivery-board-row > div:first-child {
  background: var(--color-accent-soft);
}

.delivery-contact-card {
  border-color: var(--color-primary-border);
  background: #fff;
  padding: 16px;
}

.home-service-strip {
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.home-service-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}

.home-service-strip-inner > span {
  color: var(--color-text-subtle);
  font-size: 14px;
  font-weight: 750;
}

.home-service-strip-inner a {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 8px 11px;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.home-service-strip-inner a:hover {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

.home-service-proof {
  position: relative;
  height: 30px;
  flex: 0 1 340px;
  overflow: hidden;
  margin-left: auto;
  padding-left: 14px;
  color: var(--color-primary);
}

.home-service-proof::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
  transform: translateY(-50%);
}

.home-service-proof-track {
  display: block;
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-service-proof-track.is-switching {
  opacity: 0;
  transform: translateY(4px);
}

.home-service-proof-track span {
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

.flow-card,
.mini-card,
.boundary-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.flow-card-main {
  position: absolute;
  inset: 46px 28px auto 8px;
  padding: 22px;
}

.browser-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-border-strong);
}

.visual-heading {
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.3;
}

.content-row {
  width: 62%;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--color-surface-muted);
}

.content-row.wide {
  width: 84%;
}

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

.content-grid div {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
}

.mini-card {
  position: absolute;
  display: grid;
  gap: 4px;
  width: 220px;
  padding: 16px;
}

.mini-card strong {
  font-size: 15px;
  line-height: 1.35;
}

.mini-card span:last-child {
  color: var(--color-text-subtle);
  font-size: 13px;
  line-height: 1.45;
}

.mini-card-search {
  right: 0;
  top: 0;
}

.mini-card-contact {
  right: 18px;
  bottom: 62px;
}

.mini-icon,
.service-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

.mini-icon svg,
.service-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mini-icon.accent,
.service-icon.accent {
  border-color: var(--color-accent-soft);
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.service-icon.secondary {
  border-color: var(--color-secondary-soft);
  background: var(--color-secondary-soft);
  color: var(--color-secondary);
}

.boundary-card {
  position: absolute;
  left: 38px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 300px;
  padding: 14px;
}

.boundary-card span {
  border-radius: 6px;
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 8px;
}

.flow-line {
  position: absolute;
  border-top: 1px solid var(--color-primary-border);
  opacity: 0.8;
}

.flow-line-a {
  width: 96px;
  right: 178px;
  top: 118px;
  transform: rotate(18deg);
}

.flow-line-b {
  width: 116px;
  right: 184px;
  bottom: 158px;
  transform: rotate(-20deg);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2,
.case-card h2,
.cta-card h2 {
  font-size: 36px;
  font-weight: 720;
  line-height: 1.25;
}

.page-hero {
  padding: 52px 0 60px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.82) 62%, var(--color-bg) 100%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--color-text-subtle);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--color-secondary);
  font-weight: 600;
}

.breadcrumb span:not(:last-child)::after {
  margin-left: 8px;
  color: var(--color-text-subtle);
  content: "/";
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 48px;
  align-items: start;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--color-text);
  font-size: 42px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}

.page-lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.75;
}

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

.hero-side-panel,
.notice-panel,
.price-panel {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: var(--shadow-subtle);
  padding: 24px;
}

.hero-side-panel h2,
.notice-panel h2,
.price-panel h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.hero-side-panel ul,
.notice-panel ul,
.price-panel ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-side-panel li,
.notice-panel li,
.price-panel li {
  position: relative;
  color: var(--color-text-muted);
  padding-left: 18px;
}

.hero-side-panel li::before,
.notice-panel li::before,
.price-panel li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.visual-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 246, 0.74)),
    var(--color-surface);
}

.visual-panel::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary), var(--color-accent));
  content: "";
}

.visual-panel h2 {
  position: relative;
  padding-left: 2px;
}

.visual-panel > p {
  position: relative;
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.visual-board {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.visual-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.visual-node,
.visual-step,
.visual-metric,
.visual-lane {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(191, 208, 216, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.visual-node {
  min-height: 66px;
  padding: 12px;
}

.visual-node strong,
.visual-step strong,
.visual-metric strong,
.visual-lane strong {
  display: block;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.35;
}

.visual-node span,
.visual-step span,
.visual-metric span,
.visual-lane span {
  display: block;
  margin-top: 4px;
  color: var(--color-text-subtle);
  font-size: 12px;
  line-height: 1.45;
}

.visual-node.primary,
.visual-step.primary {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.visual-node.secondary,
.visual-step.secondary {
  border-color: rgba(36, 91, 143, 0.22);
  background: var(--color-secondary-soft);
}

.visual-node.accent,
.visual-step.accent {
  border-color: rgba(183, 121, 31, 0.25);
  background: var(--color-accent-soft);
}

.visual-flow {
  display: grid;
  gap: 10px;
}

.visual-step {
  position: relative;
  display: grid;
  min-height: 58px;
  padding: 11px 14px 11px 40px;
}

.visual-step::before {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary-border);
  content: "";
}

.visual-step.secondary::before {
  background: var(--color-secondary);
  box-shadow: 0 0 0 1px rgba(36, 91, 143, 0.22);
}

.visual-step.accent::before {
  background: var(--color-accent);
  box-shadow: 0 0 0 1px rgba(183, 121, 31, 0.25);
}

.visual-rail {
  position: absolute;
  z-index: 0;
  left: 20px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: var(--color-primary-border);
  pointer-events: none;
}

.visual-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.visual-metric {
  padding: 10px;
  text-align: center;
}

.visual-lane {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.visual-lane-label {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

.visual-lines {
  display: grid;
  gap: 6px;
}

.visual-lines i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: var(--color-border);
}

.visual-lines i:nth-child(2) {
  width: 76%;
}

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

.visual-table {
  display: grid;
  gap: 7px;
}

.visual-table-row {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 8px;
  align-items: center;
}

.visual-table-row span {
  height: 10px;
  border-radius: 999px;
  background: var(--color-border);
}

.visual-table-row strong {
  height: 22px;
  border-radius: 6px;
  background: var(--color-primary-soft);
}

.visual-device-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  gap: 10px;
  align-items: stretch;
}

.visual-screen,
.visual-phone {
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.visual-screen {
  display: grid;
  gap: 8px;
}

.visual-screen span,
.visual-phone span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--color-border);
}

.visual-screen span:first-child {
  width: 72%;
  background: var(--color-primary-border);
}

.visual-phone {
  display: grid;
  min-height: 116px;
  align-content: start;
  gap: 8px;
}

.visual-phone span:first-child {
  width: 46%;
  background: var(--color-accent);
}

.case-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.case-visual {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff, rgba(232, 241, 248, 0.72));
  padding: 28px;
}

.case-visual h3,
.insight-map h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.35;
}

.case-visual p,
.insight-map p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
}

.case-flow-grid {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.case-flow-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 10px;
}

.case-flow-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.case-flow-item span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 750;
}

.case-flow-item strong {
  color: var(--color-text);
  line-height: 1.35;
}

.case-flow-item p {
  margin: 4px 0 0;
  font-size: 14px;
}

.case-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.case-evidence-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 16px;
}

.case-evidence-item strong {
  display: block;
  color: var(--color-text);
  line-height: 1.35;
}

.case-evidence-item span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
}

.insight-map {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff, rgba(238, 247, 246, 0.78));
  padding: 28px;
}

.topic-map {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.topic-rail {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.topic-node {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 12px;
}

.topic-node span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}

.topic-node strong {
  color: var(--color-text);
  line-height: 1.35;
}

.topic-node p {
  margin: 4px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

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

.overview-card,
.detail-card,
.value-card,
.article-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 24px;
}

.overview-card {
  display: flex;
  min-height: 288px;
  flex-direction: column;
}

.overview-card h3,
.detail-card h3,
.value-card h3,
.article-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
}

.overview-card p,
.detail-card p,
.value-card p,
.article-card p {
  margin: 12px 0 0;
  color: var(--color-text-muted);
}

.overview-card .tag-row {
  margin-top: 18px;
}

.overview-card .text-link {
  margin-top: auto;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  padding: 5px 8px;
}

.tag.secondary {
  background: var(--color-secondary-soft);
  color: var(--color-secondary);
}

.tag.accent {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  color: var(--color-primary);
  font-weight: 650;
}

.text-link:hover {
  color: var(--color-primary-hover);
}

.decision-path-section {
  background: #fff;
}

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

.decision-path-card {
  position: relative;
  display: flex;
  min-height: 286px;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 22px;
  box-shadow: var(--shadow-subtle);
}

.decision-path-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: var(--color-primary);
  content: "";
}

.decision-path-card:nth-child(2)::before {
  background: var(--color-secondary);
}

.decision-path-card:nth-child(3)::before {
  background: var(--color-accent);
}

.decision-path-card:nth-child(4)::before {
  background: var(--color-border-strong);
}

.decision-label {
  width: fit-content;
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  padding: 5px 8px;
}

.decision-label.secondary {
  background: var(--color-secondary-soft);
  color: var(--color-secondary);
}

.decision-label.accent {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.decision-label.neutral {
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
}

.decision-path-card h3 {
  margin: 18px 0 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
}

.decision-path-card p {
  margin: 12px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.decision-path-card .text-link {
  margin-top: auto;
}

.section-band {
  background: #fff;
}

.choice-table {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
}

.choice-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.choice-table th,
.choice-table td {
  border-bottom: 1px solid var(--color-border);
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}

.choice-table th {
  background: var(--color-surface-muted);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
}

.choice-table td {
  color: var(--color-text-muted);
}

.choice-table tr:last-child td {
  border-bottom: 0;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 28px;
  align-items: start;
}

.service-proof-section {
  background: linear-gradient(180deg, #fff 0%, var(--color-surface) 100%);
  padding-top: 56px;
}

.service-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.service-proof-visual {
  order: 2;
  margin: 0;
}

.service-proof-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 45, 39, 0.1);
}

.service-proof-visual figcaption {
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.service-proof-copy {
  order: 1;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.service-proof-copy h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 32px;
  line-height: 1.28;
}

.service-proof-copy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.85;
}

.proof-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  text-align: left;
}

.proof-card-grid article {
  --proof-accent: var(--color-primary);
  --proof-soft: #edf8f6;
  --proof-border: var(--color-primary-border);
  --proof-shadow: rgba(15, 118, 110, 0.12);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-subtle);
  padding: 18px 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.proof-card-grid article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--proof-accent);
  content: "";
  transition: height 160ms ease;
}

.proof-card-grid article:nth-child(3n + 2) {
  --proof-accent: var(--color-secondary);
  --proof-soft: #eef5fb;
  --proof-border: var(--color-secondary-border);
  --proof-shadow: rgba(36, 91, 143, 0.12);
}

.proof-card-grid article:nth-child(3n) {
  --proof-accent: var(--color-accent);
  --proof-soft: #fff7e8;
  --proof-border: var(--color-accent-border);
  --proof-shadow: rgba(176, 110, 20, 0.14);
}

.proof-card-grid strong,
.evidence-card h3,
.acceptance-panel h3 {
  display: block;
  margin: 0;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.35;
}

.proof-card-grid strong {
  position: relative;
  z-index: 1;
  transition: color 160ms ease;
}

.proof-card-grid span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .proof-card-grid article:hover {
    border-color: var(--proof-border);
    background:
      linear-gradient(180deg, var(--proof-soft) 0%, #ffffff 58%),
      #ffffff;
    box-shadow: 0 14px 30px var(--proof-shadow);
    transform: translateY(-2px);
  }

  .proof-card-grid article:hover::before {
    height: 6px;
  }

  .proof-card-grid article:hover strong {
    color: var(--proof-accent);
  }
}

.content-stack {
  display: grid;
  gap: 48px;
}

.content-section h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 30px;
  line-height: 1.3;
}

.content-section > p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
}

.check-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-text-muted);
  padding: 14px 16px 14px 42px;
}

.check-list li::before,
.plain-list li::before {
  position: absolute;
  left: 16px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.plain-list li::before {
  background: var(--color-secondary);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.included-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-text);
  font-weight: 650;
  padding: 16px 18px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.evidence-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.evidence-card p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  line-height: 1.75;
}

.acceptance-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.acceptance-panel > div {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 22px;
}

.acceptance-panel > div:nth-child(2) {
  background: #fff7ed;
  border-color: #efd3b4;
}

.compact-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  position: relative;
  color: var(--color-text-muted);
  line-height: 1.65;
  padding-left: 20px;
}

.compact-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.compact-list.muted li::before {
  background: var(--color-accent);
}

.industry-proof-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 247, 0.74)),
    var(--color-surface);
  padding-top: 58px;
}

.industry-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 32px;
  align-items: stretch;
}

.industry-proof-copy h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 31px;
  line-height: 1.28;
}

.industry-proof-copy > p:not(.eyebrow) {
  margin: 15px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.82;
}

.industry-route-panel {
  position: relative;
  display: grid;
  gap: 12px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow-subtle);
}

.industry-route-panel::before {
  position: absolute;
  inset: 24px auto 24px 33px;
  width: 1px;
  background: linear-gradient(180deg, var(--color-primary-border), var(--color-secondary-border), var(--color-accent-border));
  content: "";
}

.industry-route-step {
  position: relative;
  display: grid;
  gap: 6px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 15px 16px 15px 50px;
}

.industry-route-step::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary-border);
  content: "";
}

.industry-route-step:nth-child(2)::before,
.industry-route-step:nth-child(3)::before {
  background: var(--color-secondary);
  box-shadow: 0 0 0 1px var(--color-secondary-border);
}

.industry-route-step:nth-child(4)::before {
  background: var(--color-accent);
  box-shadow: 0 0 0 1px var(--color-accent-border);
}

.industry-route-step strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
}

.industry-route-step span {
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.price-table {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 16px 18px;
}

.price-row strong {
  color: var(--color-text);
}

.price-row span {
  color: var(--color-accent);
  font-weight: 750;
  text-align: right;
}

.price-note {
  margin-top: 16px;
  border-left: 3px solid var(--color-accent);
  background: var(--color-accent-soft);
  color: var(--color-text-muted);
  padding: 14px 16px;
}

.sidebar-stack {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.sidebar-box {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.sidebar-box h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.sidebar-box p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

.sidebar-box .btn {
  width: 100%;
  margin-top: 16px;
}

.service-closing-cta .cta-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.service-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.service-ai-geo-page .geo-service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 76%);
}

.service-ai-geo-page .page-hero-grid {
  align-items: center;
}

.service-ai-geo-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.geo-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.geo-hero-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.service-ai-geo-page .geo-understand-board {
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-ai-geo-page .visual-node,
.service-ai-geo-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-geo-page .visual-node:hover,
.service-ai-geo-page .visual-step:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-geo-page .service-proof-section {
  background: #ffffff;
}

.service-ai-geo-page .service-proof-visual img {
  border-color: rgba(15, 118, 110, 0.18);
}

.service-ai-geo-page .content-stack {
  gap: 22px;
}

.service-ai-geo-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-ai-geo-page .content-section h2 {
  max-width: 760px;
}

.service-ai-geo-page .detail-card,
.service-ai-geo-page .evidence-card,
.service-ai-geo-page .included-item,
.service-ai-geo-page .check-list li,
.service-ai-geo-page .acceptance-panel > div,
.service-ai-geo-page .process-list li,
.service-ai-geo-page .price-row,
.service-ai-geo-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-geo-page .detail-card:hover,
.service-ai-geo-page .evidence-card:hover,
.service-ai-geo-page .included-item:hover,
.service-ai-geo-page .check-list li:hover,
.service-ai-geo-page .process-list li:hover,
.service-ai-geo-page .price-row:hover,
.service-ai-geo-page .sidebar-box:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-geo-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-ai-geo-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.service-ai-geo-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-secondary);
}

.service-ai-geo-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-ai-geo-page .sidebar-box:first-child {
  border-color: var(--color-primary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-primary-soft) 100%);
}

.service-ai-geo-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-ai-geo-page .faq-section,
.service-ai-geo-page #faq {
  scroll-margin-top: 110px;
}

.service-ai-customer-page .ai-customer-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 91, 143, 0.12);
  background:
    linear-gradient(135deg, rgba(36, 91, 143, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 76%);
}

.service-ai-customer-page .page-hero-grid {
  align-items: center;
}

.service-ai-customer-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-ai-customer-page .ai-customer-tags span {
  border-color: rgba(36, 91, 143, 0.2);
}

.service-ai-customer-page .ai-answer-board {
  border-color: rgba(36, 91, 143, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-ai-customer-page .ai-answer-board::before {
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary), var(--color-accent));
}

.service-ai-customer-page .visual-node,
.service-ai-customer-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-customer-page .visual-node:hover,
.service-ai-customer-page .visual-step:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-customer-page .service-proof-section {
  background: #ffffff;
}

.service-ai-customer-page .service-proof-visual img {
  border-color: rgba(36, 91, 143, 0.18);
}

.service-ai-customer-page .content-stack {
  gap: 22px;
}

.service-ai-customer-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-ai-customer-page .content-section h2 {
  max-width: 760px;
}

.service-ai-customer-page .detail-card,
.service-ai-customer-page .evidence-card,
.service-ai-customer-page .included-item,
.service-ai-customer-page .check-list li,
.service-ai-customer-page .acceptance-panel > div,
.service-ai-customer-page .process-list li,
.service-ai-customer-page .price-row,
.service-ai-customer-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-customer-page .detail-card:hover,
.service-ai-customer-page .evidence-card:hover,
.service-ai-customer-page .included-item:hover,
.service-ai-customer-page .check-list li:hover,
.service-ai-customer-page .process-list li:hover,
.service-ai-customer-page .price-row:hover,
.service-ai-customer-page .sidebar-box:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-customer-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-ai-customer-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-secondary);
  content: "";
}

.service-ai-customer-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-primary);
}

.service-ai-customer-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-ai-customer-page .sidebar-box:first-child {
  border-color: var(--color-secondary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-secondary-soft) 100%);
}

.service-ai-customer-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-ai-customer-page .faq-section,
.service-ai-customer-page #faq {
  scroll-margin-top: 110px;
}

.service-ai-office-page .ai-office-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(180, 83, 9, 0.14);
  background:
    linear-gradient(135deg, rgba(180, 83, 9, 0.07) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 76%);
}

.service-ai-office-page .page-hero-grid {
  align-items: center;
}

.service-ai-office-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-ai-office-page .ai-office-tags span {
  border-color: rgba(180, 83, 9, 0.22);
}

.service-ai-office-page .ai-office-board {
  border-color: rgba(180, 83, 9, 0.24);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-ai-office-page .ai-office-board::before {
  background: linear-gradient(180deg, var(--color-accent), var(--color-primary), var(--color-secondary));
}

.service-ai-office-page .visual-node,
.service-ai-office-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-office-page .visual-node:hover,
.service-ai-office-page .visual-step:hover {
  border-color: var(--color-accent-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-office-page .ai-office-proof-section {
  background: #ffffff;
}

.service-ai-office-page .service-proof-visual img {
  border-color: rgba(180, 83, 9, 0.2);
  background: #f8fbfb;
}

.service-ai-office-page .content-stack {
  gap: 22px;
}

.service-ai-office-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-ai-office-page .content-section h2 {
  max-width: 760px;
}

.service-ai-office-page .detail-card,
.service-ai-office-page .evidence-card,
.service-ai-office-page .included-item,
.service-ai-office-page .check-list li,
.service-ai-office-page .acceptance-panel > div,
.service-ai-office-page .process-list li,
.service-ai-office-page .price-row,
.service-ai-office-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ai-office-page .detail-card:hover,
.service-ai-office-page .evidence-card:hover,
.service-ai-office-page .included-item:hover,
.service-ai-office-page .check-list li:hover,
.service-ai-office-page .process-list li:hover,
.service-ai-office-page .price-row:hover,
.service-ai-office-page .sidebar-box:hover {
  border-color: var(--color-accent-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ai-office-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-ai-office-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
}

.service-ai-office-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-primary);
}

.service-ai-office-page .included-item:nth-child(3n)::before {
  background: var(--color-secondary);
}

.service-ai-office-page .sidebar-box:first-child {
  border-color: var(--color-accent-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-accent-soft) 100%);
}

.service-ai-office-page .sidebar-box:nth-child(2) {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.service-ai-office-page .faq-section,
.service-ai-office-page #faq {
  scroll-margin-top: 110px;
}

.service-app-page .app-service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 91, 143, 0.14);
  background:
    linear-gradient(135deg, rgba(36, 91, 143, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 76%);
}

.service-app-page .page-hero-grid {
  align-items: center;
}

.service-app-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-app-page .app-service-tags span {
  border-color: rgba(36, 91, 143, 0.2);
}

.service-app-page .app-decision-board {
  border-color: rgba(36, 91, 143, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-app-page .app-decision-board::before {
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary), var(--color-accent));
}

.service-app-page .visual-node,
.service-app-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-app-page .visual-node:hover,
.service-app-page .visual-step:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-app-page .app-proof-section {
  background: #ffffff;
}

.service-app-page .service-proof-visual img {
  border-color: rgba(36, 91, 143, 0.18);
  background: #f7fbfd;
}

.service-app-page .content-stack {
  gap: 22px;
}

.service-app-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-app-page .content-section h2 {
  max-width: 760px;
}

.service-app-page .detail-card,
.service-app-page .evidence-card,
.service-app-page .included-item,
.service-app-page .check-list li,
.service-app-page .acceptance-panel > div,
.service-app-page .process-list li,
.service-app-page .price-row,
.service-app-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-app-page .detail-card:hover,
.service-app-page .evidence-card:hover,
.service-app-page .included-item:hover,
.service-app-page .check-list li:hover,
.service-app-page .process-list li:hover,
.service-app-page .price-row:hover,
.service-app-page .sidebar-box:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-app-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-app-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-secondary);
  content: "";
}

.service-app-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-primary);
}

.service-app-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-app-page .sidebar-box:first-child {
  border-color: var(--color-secondary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-secondary-soft) 100%);
}

.service-app-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-app-page .faq-section,
.service-app-page #faq {
  scroll-margin-top: 110px;
}

.service-automation-page .automation-service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 118, 110, 0.14);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 76%);
}

.service-automation-page .page-hero-grid {
  align-items: center;
}

.service-automation-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-automation-page .automation-service-tags span {
  border-color: rgba(15, 118, 110, 0.2);
}

.service-automation-page .automation-flow-board {
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-automation-page .automation-flow-board::before {
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary), var(--color-accent));
}

.service-automation-page .visual-node,
.service-automation-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-automation-page .visual-node:hover,
.service-automation-page .visual-step:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-automation-page .automation-proof-section {
  background: #ffffff;
}

.service-automation-page .service-proof-visual img {
  border-color: rgba(15, 118, 110, 0.18);
  background: #f8fbfb;
}

.service-automation-page .content-stack {
  gap: 22px;
}

.service-automation-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-automation-page .content-section h2 {
  max-width: 760px;
}

.service-automation-page .detail-card,
.service-automation-page .evidence-card,
.service-automation-page .included-item,
.service-automation-page .check-list li,
.service-automation-page .acceptance-panel > div,
.service-automation-page .process-list li,
.service-automation-page .price-row,
.service-automation-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-automation-page .detail-card:hover,
.service-automation-page .evidence-card:hover,
.service-automation-page .included-item:hover,
.service-automation-page .check-list li:hover,
.service-automation-page .process-list li:hover,
.service-automation-page .price-row:hover,
.service-automation-page .sidebar-box:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-automation-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-automation-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.service-automation-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-secondary);
}

.service-automation-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-automation-page .sidebar-box:first-child {
  border-color: var(--color-primary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-primary-soft) 100%);
}

.service-automation-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-automation-page .faq-section,
.service-automation-page #faq {
  scroll-margin-top: 110px;
}

.service-ad-landing-page .ad-landing-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(180, 83, 9, 0.14);
  background:
    linear-gradient(135deg, rgba(180, 83, 9, 0.07) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 76%);
}

.service-ad-landing-page .page-hero-grid {
  align-items: center;
}

.service-ad-landing-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-ad-landing-page .ad-landing-tags span {
  border-color: rgba(180, 83, 9, 0.22);
}

.service-ad-landing-page .ad-landing-board {
  border-color: rgba(180, 83, 9, 0.24);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-ad-landing-page .ad-landing-board::before {
  background: linear-gradient(180deg, var(--color-accent), var(--color-secondary), var(--color-primary));
}

.service-ad-landing-page .visual-node,
.service-ad-landing-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ad-landing-page .visual-node:hover,
.service-ad-landing-page .visual-step:hover {
  border-color: var(--color-accent-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ad-landing-page .ad-landing-proof-section {
  background: #ffffff;
}

.service-ad-landing-page .service-proof-visual img {
  border-color: rgba(180, 83, 9, 0.2);
  background: #fffaf3;
}

.service-ad-landing-page .content-stack {
  gap: 22px;
}

.service-ad-landing-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-ad-landing-page .content-section h2 {
  max-width: 760px;
}

.service-ad-landing-page .detail-card,
.service-ad-landing-page .evidence-card,
.service-ad-landing-page .included-item,
.service-ad-landing-page .check-list li,
.service-ad-landing-page .acceptance-panel > div,
.service-ad-landing-page .process-list li,
.service-ad-landing-page .price-row,
.service-ad-landing-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-ad-landing-page .detail-card:hover,
.service-ad-landing-page .evidence-card:hover,
.service-ad-landing-page .included-item:hover,
.service-ad-landing-page .check-list li:hover,
.service-ad-landing-page .process-list li:hover,
.service-ad-landing-page .price-row:hover,
.service-ad-landing-page .sidebar-box:hover {
  border-color: var(--color-accent-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-ad-landing-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-ad-landing-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
}

.service-ad-landing-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-secondary);
}

.service-ad-landing-page .included-item:nth-child(3n)::before {
  background: var(--color-primary);
}

.service-ad-landing-page .sidebar-box:first-child {
  border-color: var(--color-accent-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-accent-soft) 100%);
}

.service-ad-landing-page .sidebar-box:nth-child(2) {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.service-ad-landing-page .faq-section,
.service-ad-landing-page #faq {
  scroll-margin-top: 110px;
}

.service-web-mini-page .web-mini-service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 118, 110, 0.14);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.07) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 76%);
}

.service-web-mini-page .page-hero-grid {
  align-items: center;
}

.service-web-mini-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-web-mini-page .web-mini-service-tags span {
  border-color: rgba(15, 118, 110, 0.2);
}

.service-web-mini-page .web-mini-choice-board {
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-web-mini-page .web-mini-choice-board::before {
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary), var(--color-accent));
}

.service-web-mini-page .visual-node,
.service-web-mini-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-web-mini-page .visual-node:hover,
.service-web-mini-page .visual-step:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-web-mini-page .web-mini-proof-section {
  background: #ffffff;
}

.service-web-mini-page .service-proof-visual img {
  border-color: rgba(15, 118, 110, 0.18);
  background: #f8fbfb;
}

.service-web-mini-page .content-stack {
  gap: 22px;
}

.service-web-mini-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-web-mini-page .content-section h2 {
  max-width: 760px;
}

.service-web-mini-page .detail-card,
.service-web-mini-page .evidence-card,
.service-web-mini-page .included-item,
.service-web-mini-page .check-list li,
.service-web-mini-page .acceptance-panel > div,
.service-web-mini-page .process-list li,
.service-web-mini-page .price-row,
.service-web-mini-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-web-mini-page .detail-card:hover,
.service-web-mini-page .evidence-card:hover,
.service-web-mini-page .included-item:hover,
.service-web-mini-page .check-list li:hover,
.service-web-mini-page .process-list li:hover,
.service-web-mini-page .price-row:hover,
.service-web-mini-page .sidebar-box:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-web-mini-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-web-mini-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.service-web-mini-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-secondary);
}

.service-web-mini-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-web-mini-page .sidebar-box:first-child {
  border-color: var(--color-primary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-primary-soft) 100%);
}

.service-web-mini-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-web-mini-page .faq-section,
.service-web-mini-page #faq {
  scroll-margin-top: 110px;
}

.service-software-page .software-service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 91, 143, 0.14);
  background:
    linear-gradient(135deg, rgba(36, 91, 143, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 76%);
}

.service-software-page .page-hero-grid {
  align-items: center;
}

.service-software-page .page-lead {
  max-width: 820px;
  color: #33444c;
}

.service-software-page .software-service-tags span {
  border-color: rgba(36, 91, 143, 0.2);
}

.service-software-page .software-scope-board {
  border-color: rgba(36, 91, 143, 0.22);
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.1);
}

.service-software-page .software-scope-board::before {
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary), var(--color-accent));
}

.service-software-page .visual-node,
.service-software-page .visual-step {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-software-page .visual-node:hover,
.service-software-page .visual-step:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-software-page .software-proof-section {
  background: #ffffff;
}

.service-software-page .service-proof-visual img {
  border-color: rgba(36, 91, 143, 0.18);
  background: #f7fbfd;
}

.service-software-page .content-stack {
  gap: 22px;
}

.service-software-page .content-section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.service-software-page .content-section h2 {
  max-width: 760px;
}

.service-software-page .detail-card,
.service-software-page .evidence-card,
.service-software-page .included-item,
.service-software-page .check-list li,
.service-software-page .acceptance-panel > div,
.service-software-page .process-list li,
.service-software-page .price-row,
.service-software-page .sidebar-box {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-software-page .detail-card:hover,
.service-software-page .evidence-card:hover,
.service-software-page .included-item:hover,
.service-software-page .check-list li:hover,
.service-software-page .process-list li:hover,
.service-software-page .price-row:hover,
.service-software-page .sidebar-box:hover {
  border-color: var(--color-secondary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.service-software-page .included-item {
  position: relative;
  padding-left: 36px;
}

.service-software-page .included-item::before {
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-secondary);
  content: "";
}

.service-software-page .included-item:nth-child(3n + 2)::before {
  background: var(--color-primary);
}

.service-software-page .included-item:nth-child(3n)::before {
  background: var(--color-accent);
}

.service-software-page .sidebar-box:first-child {
  border-color: var(--color-secondary-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--color-secondary-soft) 100%);
}

.service-software-page .sidebar-box:nth-child(2) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.service-software-page .faq-section,
.service-software-page #faq {
  scroll-margin-top: 110px;
}

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

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

.article-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 18px 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-list-item:hover {
  border-color: var(--color-primary-border);
  box-shadow: var(--shadow-subtle);
  transform: translateY(-1px);
}

.article-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.article-list-meta span {
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  padding: 4px 7px;
}

.article-list-meta span:nth-child(2) {
  background: var(--color-secondary-soft);
  color: var(--color-secondary);
}

.article-list-item h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
}

.article-list-item p {
  margin: 8px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.article-list-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 14px;
}

.article-list-link:hover {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.article-group-layout {
  display: grid;
  gap: 28px;
}

.article-group-intro {
  max-width: 820px;
}

.article-group-stack {
  display: grid;
  gap: 22px;
}

.article-group-block {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, rgba(241, 245, 247, 0.86) 100%);
  padding: 24px;
}

.article-group-head {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.article-group-head h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.3;
}

.article-group-head p:not(.eyebrow) {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.article-group-count {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  padding: 0 10px;
}

.article-list-compact {
  gap: 10px;
}

.article-list-compact .article-list-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 18px;
}

.article-list-compact .article-list-item h4 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.article-list-compact .article-list-item p {
  font-size: 14px;
}

.case-detail-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 28px;
}

.case-detail-card h2,
.contact-info-card h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 26px;
  line-height: 1.3;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.case-meta div,
.contact-info-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 16px;
}

.case-meta strong {
  display: block;
  color: var(--color-text);
  line-height: 1.35;
}

.case-meta span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
}

.cases-sample-section {
  background:
    linear-gradient(180deg, #f7f9fb 0%, #ffffff 72%);
}

.case-detail-card.case-sample-card {
  position: relative;
  overflow: hidden;
  border-color: var(--color-primary-border);
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 52%, var(--color-primary-soft) 142%);
  box-shadow: 0 18px 42px rgba(23, 32, 38, 0.08);
}

.case-detail-card.case-sample-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary) 62%, var(--color-accent));
}

.case-sample-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.case-sample-head > div {
  min-width: 0;
}

.case-sample-badge {
  flex: 0 0 auto;
  border: 1px solid var(--color-accent-border);
  border-radius: 8px;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
}

.case-sample-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.case-sample-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.case-sample-pills span {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 10px;
}

.case-snapshot-grid {
  gap: 12px;
}

.case-snapshot-grid div {
  min-height: 132px;
  border-color: rgba(15, 118, 110, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-subtle);
}

.case-snapshot-grid strong {
  color: var(--color-primary);
  font-size: 15px;
}

.case-sample-note {
  margin: 18px 0 0;
  border-top: 1px solid rgba(15, 118, 110, 0.16);
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  padding-top: 16px;
}

.case-sample-action {
  margin-top: 22px;
}

.case-reference-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, #172026 0%, #1d3c43 58%, #245b8f 150%);
  box-shadow: 0 18px 42px rgba(23, 32, 38, 0.16);
}

.case-reference-panel .eyebrow {
  color: #a7d8d2;
}

.case-reference-panel h3 {
  color: #ffffff;
  font-size: 24px;
}

.case-reference-panel > p:not(.eyebrow) {
  color: #dbe8e5;
  line-height: 1.75;
}

.case-reference-panel .case-flow-grid {
  gap: 12px;
}

.case-reference-panel .case-reference-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.case-reference-panel .case-reference-item:last-child {
  padding-bottom: 16px;
}

.case-reference-panel .case-reference-item span {
  width: fit-content;
  border: 1px solid rgba(112, 200, 189, 0.28);
  border-radius: 6px;
  background: rgba(112, 200, 189, 0.1);
  color: #70c8bd;
  line-height: 1.2;
  padding: 7px 8px;
}

.case-reference-panel .case-reference-item.secondary span {
  border-color: rgba(158, 200, 236, 0.28);
  background: rgba(158, 200, 236, 0.1);
  color: #9ec8ec;
}

.case-reference-panel .case-reference-item.accent span {
  border-color: rgba(240, 195, 108, 0.32);
  background: rgba(240, 195, 108, 0.12);
  color: #f0c36c;
}

.case-reference-panel .case-reference-item.neutral span {
  border-color: rgba(199, 213, 221, 0.28);
  background: rgba(199, 213, 221, 0.1);
  color: #c7d5dd;
}

.case-reference-panel .case-reference-item strong {
  color: #ffffff;
  font-size: 16px;
}

.case-reference-panel .case-reference-item p {
  color: #dbe8e5;
}

.empty-note {
  margin-top: 22px;
  border-left: 3px solid var(--color-primary);
  background: var(--color-primary-soft);
  color: var(--color-text-muted);
  padding: 16px 18px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-info-list div {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
}

.contact-info-list strong {
  display: block;
  color: var(--color-text);
  line-height: 1.35;
}

.contact-info-list span {
  display: block;
  margin-top: 4px;
  color: var(--color-text-subtle);
  font-size: 14px;
}

.contact-info-list a {
  color: var(--color-primary);
  font-weight: 650;
}

.contact-wechat-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.contact-wechat-card strong {
  display: block;
  color: var(--color-text);
  line-height: 1.35;
}

.contact-wechat-card span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-wechat-card img {
  width: 118px;
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.compact-note-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.compact-note-list li {
  position: relative;
  border-left: 3px solid var(--color-primary-border);
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
  padding-left: 14px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.principle-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-text-muted);
  padding: 16px 18px;
}

.section-heading p:not(.eyebrow),
.case-card p,
.cta-card p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
}

.services-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 58%, #eef7f6 100%);
}

.services-section .section-heading {
  max-width: 820px;
}

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

.service-card {
  --card-accent: var(--color-primary);
  --card-soft: var(--color-primary-soft);
  --card-border: var(--color-primary-border);
  position: relative;
  display: flex;
  min-height: 500px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--card-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--card-soft) 0%, #ffffff 44%),
    var(--color-surface);
  box-shadow: var(--shadow-subtle);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--card-accent);
  content: "";
}

.service-card-primary {
  --card-accent: var(--color-primary);
  --card-soft: #edf8f6;
  --card-border: var(--color-primary-border);
}

.service-card-secondary {
  --card-accent: var(--color-secondary);
  --card-soft: #eef5fb;
  --card-border: var(--color-secondary-border);
}

.service-card-accent {
  --card-accent: var(--color-accent);
  --card-soft: #fff7e8;
  --card-border: var(--color-accent-border);
}

.service-card:hover {
  border-color: var(--card-accent);
  box-shadow: 0 14px 34px rgba(23, 32, 38, 0.1);
  transform: translateY(-3px);
}

.service-card:hover .service-icon {
  transform: scale(1.05);
}

.service-icon {
  transition: transform 160ms ease;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 24px 0;
}

.service-card-label {
  border: 1px solid var(--card-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--card-accent);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  padding: 8px 10px;
  white-space: nowrap;
}

.service-card h3 {
  margin: 22px 24px 0;
  font-size: 22px;
  line-height: 1.35;
}

.service-card p {
  margin: 12px 24px 0;
  color: var(--color-text-muted);
}

.service-card-details {
  display: grid;
  margin: 20px 24px 22px;
  border-top: 1px solid var(--color-border);
}

.service-card-details div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-bottom: 1px solid var(--color-border);
  padding: 13px 0;
}

.service-card-details dt {
  justify-self: start;
  border: 1px solid var(--card-border);
  border-radius: 6px;
  background: var(--card-soft);
  color: var(--card-accent);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  padding: 4px 7px;
}

.service-card-details dd {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.service-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: auto 24px 24px auto;
  border: 1px solid var(--card-accent);
  border-radius: 8px;
  background: var(--card-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 16px;
  text-decoration: none;
}

.service-card a:hover {
  background: #ffffff;
  color: var(--card-accent);
}

.diagnosis-section {
  background: linear-gradient(180deg, var(--color-bg), #fff);
}

.diagnosis-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 46px;
  align-items: start;
}

.diagnosis-layout .btn {
  margin-top: 24px;
}

.diagnosis-checklist {
  display: grid;
  gap: 12px;
}

.diagnosis-checklist article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 18px;
}

.diagnosis-checklist article span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
}

.diagnosis-checklist article strong {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.diagnosis-checklist article p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.deliverables-section {
  background: #fff;
}

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

.deliverables-grid article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 18px;
}

.deliverables-grid article:nth-child(3n + 1) {
  background: var(--color-primary-soft);
}

.deliverables-grid article:nth-child(3n + 2) {
  background: var(--color-secondary-soft);
}

.deliverables-grid article:nth-child(3n) {
  background: var(--color-accent-soft);
}

.deliverables-grid strong {
  display: block;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.35;
}

.deliverables-grid span {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-asset-section,
.service-blueprint-section,
.case-asset-section,
.insights-map-visual-section {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(241, 245, 247, 0.72) 100%);
}

.home-asset-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 42px;
  align-items: center;
}

.home-asset-grid.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.asset-showcase {
  margin: 0;
}

.asset-showcase img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(191, 208, 216, 0.92);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 68px rgba(23, 32, 38, 0.1);
}

.asset-showcase figcaption {
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.asset-copy h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 34px;
  font-weight: 730;
  letter-spacing: 0;
  line-height: 1.25;
}

.asset-copy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.85;
}

.asset-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.asset-proof-list article {
  --asset-proof-accent: var(--color-primary);
  --asset-proof-soft: #edf8f6;
  --asset-proof-border: var(--color-primary-border);
  --asset-proof-shadow: rgba(15, 118, 110, 0.12);
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 16px 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.asset-proof-list article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--asset-proof-accent);
  content: "";
  opacity: 0;
  transition: height 160ms ease, opacity 160ms ease;
}

.asset-proof-list strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  transition: color 160ms ease;
}

.asset-proof-list span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.insights-map-visual-section .home-asset-grid.reverse,
.insights-map-stack {
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: stretch;
}

.insights-map-stack .asset-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.insights-map-stack .asset-proof-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin-inline: auto;
}

.insights-map-stack .asset-proof-list article {
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.insights-map-stack .asset-proof-list article::before {
  opacity: 1;
}

.insights-map-stack .asset-proof-list article:nth-child(2) {
  --asset-proof-accent: var(--color-secondary);
  --asset-proof-soft: #eef5fb;
  --asset-proof-border: var(--color-secondary-border);
  --asset-proof-shadow: rgba(36, 91, 143, 0.12);
}

.insights-map-stack .asset-proof-list article:nth-child(3) {
  --asset-proof-accent: var(--color-accent);
  --asset-proof-soft: #fff7e8;
  --asset-proof-border: var(--color-accent-border);
  --asset-proof-shadow: rgba(176, 110, 20, 0.14);
}

.insights-map-stack .asset-proof-list article:focus-within {
  border-color: var(--asset-proof-border);
}

@media (hover: hover) and (pointer: fine) {
  .insights-map-stack .asset-proof-list article:hover {
    border-color: var(--asset-proof-border);
    background:
      linear-gradient(180deg, var(--asset-proof-soft) 0%, #ffffff 58%),
      #ffffff;
    box-shadow: 0 14px 30px var(--asset-proof-shadow);
    transform: translateY(-2px);
  }

  .insights-map-stack .asset-proof-list article:hover::before {
    height: 6px;
  }

  .insights-map-stack .asset-proof-list article:hover strong {
    color: var(--asset-proof-accent);
  }
}

.insights-map-stack .asset-showcase {
  width: min(100%, 980px);
  margin-inline: auto;
}

.home-diagnostic-stack {
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: stretch;
}

.home-diagnostic-stack .asset-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.home-diagnostic-stack .asset-proof-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin-inline: auto;
}

.home-diagnostic-stack .asset-showcase {
  width: min(100%, 980px);
  margin-inline: auto;
}

.home-diagnostic-stack .asset-proof-list article {
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.home-diagnostic-stack .asset-proof-list article::before {
  opacity: 1;
}

.home-diagnostic-stack .asset-proof-list article:nth-child(2) {
  --asset-proof-accent: var(--color-secondary);
  --asset-proof-soft: #eef5fb;
  --asset-proof-border: var(--color-secondary-border);
  --asset-proof-shadow: rgba(36, 91, 143, 0.12);
}

.home-diagnostic-stack .asset-proof-list article:nth-child(3) {
  --asset-proof-accent: var(--color-accent);
  --asset-proof-soft: #fff7e8;
  --asset-proof-border: var(--color-accent-border);
  --asset-proof-shadow: rgba(176, 110, 20, 0.14);
}

.home-diagnostic-stack .asset-proof-list article:focus-within {
  border-color: var(--asset-proof-border);
}

@media (hover: hover) and (pointer: fine) {
  .home-diagnostic-stack .asset-proof-list article:hover {
    border-color: var(--asset-proof-border);
    background:
      linear-gradient(180deg, var(--asset-proof-soft) 0%, #ffffff 58%),
      #ffffff;
    box-shadow: 0 14px 30px var(--asset-proof-shadow);
    transform: translateY(-2px);
  }

  .home-diagnostic-stack .asset-proof-list article:hover::before {
    height: 6px;
  }

  .home-diagnostic-stack .asset-proof-list article:hover strong {
    color: var(--asset-proof-accent);
  }
}

.service-blueprint-stack {
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: stretch;
}

.service-blueprint-stack .asset-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.service-blueprint-stack .asset-proof-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin-inline: auto;
}

.service-blueprint-stack .asset-showcase {
  width: min(100%, 980px);
  margin-inline: auto;
}

.service-blueprint-stack .asset-proof-list article {
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.service-blueprint-stack .asset-proof-list article::before {
  opacity: 1;
}

.service-blueprint-stack .asset-proof-list article:nth-child(2) {
  --asset-proof-accent: var(--color-secondary);
  --asset-proof-soft: #eef5fb;
  --asset-proof-border: var(--color-secondary-border);
  --asset-proof-shadow: rgba(36, 91, 143, 0.12);
}

.service-blueprint-stack .asset-proof-list article:nth-child(3) {
  --asset-proof-accent: var(--color-accent);
  --asset-proof-soft: #fff7e8;
  --asset-proof-border: var(--color-accent-border);
  --asset-proof-shadow: rgba(176, 110, 20, 0.14);
}

.service-blueprint-stack .asset-proof-list article:focus-within {
  border-color: var(--asset-proof-border);
}

@media (hover: hover) and (pointer: fine) {
  .service-blueprint-stack .asset-proof-list article:hover {
    border-color: var(--asset-proof-border);
    background:
      linear-gradient(180deg, var(--asset-proof-soft) 0%, #ffffff 58%),
      #ffffff;
    box-shadow: 0 14px 30px var(--asset-proof-shadow);
    transform: translateY(-2px);
  }

  .service-blueprint-stack .asset-proof-list article:hover::before {
    height: 6px;
  }

  .service-blueprint-stack .asset-proof-list article:hover strong {
    color: var(--asset-proof-accent);
  }
}

.case-asset-stack {
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: stretch;
}

.case-asset-stack .asset-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.case-asset-stack .asset-proof-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin-inline: auto;
}

.case-asset-stack .asset-showcase {
  width: min(100%, 980px);
  margin-inline: auto;
}

.case-asset-stack .asset-proof-list article {
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.case-asset-stack .asset-proof-list article::before {
  opacity: 1;
}

.case-asset-stack .asset-proof-list article:nth-child(2) {
  --asset-proof-accent: var(--color-primary);
  --asset-proof-soft: #edf8f6;
  --asset-proof-border: var(--color-primary-border);
  --asset-proof-shadow: rgba(15, 118, 110, 0.12);
}

.case-asset-stack .asset-proof-list article:nth-child(3) {
  --asset-proof-accent: var(--color-accent);
  --asset-proof-soft: #fff7e8;
  --asset-proof-border: var(--color-accent-border);
  --asset-proof-shadow: rgba(176, 110, 20, 0.14);
}

.case-asset-stack .asset-proof-list article:focus-within {
  border-color: var(--asset-proof-border);
}

@media (hover: hover) and (pointer: fine) {
  .case-asset-stack .asset-proof-list article:hover {
    border-color: var(--asset-proof-border);
    background:
      linear-gradient(180deg, var(--asset-proof-soft) 0%, #ffffff 58%),
      #ffffff;
    box-shadow: 0 14px 30px var(--asset-proof-shadow);
    transform: translateY(-2px);
  }

  .case-asset-stack .asset-proof-list article:hover::before {
    height: 6px;
  }

  .case-asset-stack .asset-proof-list article:hover strong {
    color: var(--asset-proof-accent);
  }
}

.support-section,
.customers-section {
  background: #fff;
}

.split-section,
.customers-grid,
.faq-layout,
.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

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

.capability-item {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  color: var(--color-text);
  font-weight: 650;
  padding: 18px;
}

a.capability-item {
  display: block;
  transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

a.capability-item:hover {
  border-color: var(--color-primary-border);
  color: var(--color-primary);
  box-shadow: var(--shadow-subtle);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.process-list span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
}

.process-list h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.35;
}

.process-list p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

.service-detail-layout .process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-panel {
  display: grid;
  gap: 14px;
}

.customer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-list li {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-text-muted);
  padding: 14px 16px 14px 42px;
}

.customer-list li::before {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.customer-list a {
  display: block;
  color: var(--color-text);
  font-weight: 650;
  line-height: 1.45;
}

.customer-list li:hover {
  border-color: var(--color-primary-border);
  box-shadow: var(--shadow-subtle);
}

.customer-list li:hover a {
  color: var(--color-primary);
}

.customer-more-link {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-weight: 750;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.customer-more-link:hover {
  border-color: var(--color-primary);
  background: #fff;
  color: var(--color-primary-hover);
}

.case-section {
  background: linear-gradient(180deg, var(--color-bg), #fff);
}

.case-card,
.cta-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: var(--shadow-subtle);
  padding: 34px;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px auto;
  gap: 28px;
  align-items: center;
}

.case-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-points span {
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 650;
  padding: 5px 9px;
}

.faq-layout {
  align-items: start;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--color-text);
  padding: 16px 18px;
  text-align: left;
  font-weight: 650;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-icon::before,
.faq-icon::after {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
  content: "";
}

.faq-icon::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  transform: rotate(0);
}

.faq-answer {
  padding: 0 18px 18px;
}

.faq-answer p {
  margin: 0;
  color: var(--color-text-muted);
}

.contact-section {
  background: var(--color-primary-soft);
}

.cta-card {
  align-items: start;
  background: #fff;
}

.boundary-text {
  border-left: 3px solid var(--color-primary);
  padding-left: 14px;
  font-size: 14px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-alert {
  display: grid;
  gap: 6px;
  border: 1px solid var(--color-accent-border);
  border-radius: 8px;
  background: var(--color-accent-soft);
  color: var(--color-text-muted);
  padding: 16px 18px;
}

.form-alert strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
}

.form-alert span {
  font-size: 14px;
  line-height: 1.7;
}

.form-alert.is-loading {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.form-alert.is-success {
  border-color: #dc2626;
  background: #fff1f2;
  color: #7f1d1d;
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.12);
}

.form-alert.is-success strong {
  color: #b91c1c;
}

.form-alert.is-error {
  border-color: #efb0a6;
  background: #fff1ed;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.diagnosis-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 22px;
}

.diagnosis-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
}

.diagnosis-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis-card li {
  position: relative;
  color: var(--color-text-muted);
  padding-left: 18px;
}

.diagnosis-card li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
}

.diagnosis-card .btn {
  width: fit-content;
}

.home-page .diagnosis-section {
  border-top: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #eef7f6 0%, #ffffff 100%);
}

.home-page .diagnosis-layout,
.home-page .split-section,
.home-page .customers-grid,
.home-page .faq-layout,
.home-page .cta-card {
  align-items: stretch;
}

.home-page .diagnosis-layout .section-heading.align-left {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 100%);
  box-shadow: var(--shadow-subtle);
  padding: 30px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.home-page .diagnosis-layout .section-heading.align-left::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-accent));
  content: "";
  transition: height 160ms ease;
}

.home-page .diagnosis-layout .section-heading.align-left::after {
  position: absolute;
  top: -54px;
  right: -48px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.06);
  content: "";
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-page .diagnosis-layout .section-heading.align-left > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .diagnosis-layout .section-heading.align-left:hover,
  .home-page .diagnosis-layout .section-heading.align-left:focus-within {
    border-color: var(--color-primary);
    background: linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.1);
    transform: translateY(-2px);
  }

  .home-page .diagnosis-layout .section-heading.align-left:hover::before,
  .home-page .diagnosis-layout .section-heading.align-left:focus-within::before {
    height: 6px;
  }

  .home-page .diagnosis-layout .section-heading.align-left:hover::after,
  .home-page .diagnosis-layout .section-heading.align-left:focus-within::after {
    opacity: 0.92;
    transform: translate(-6px, 6px) scale(1.04);
  }
}

.home-page .diagnosis-checklist {
  gap: 14px;
}

.home-page .diagnosis-checklist article {
  --diagnosis-accent: var(--color-primary);
  --diagnosis-soft: #eef7f6;
  --diagnosis-border: var(--color-primary-border);
  --diagnosis-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  grid-template-columns: 52px minmax(0, 1fr);
  overflow: hidden;
  border-color: var(--color-border-strong);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--shadow-subtle);
  padding: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.home-page .diagnosis-checklist article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--diagnosis-accent);
  content: "";
  transition: width 160ms ease, opacity 160ms ease;
}

.home-page .diagnosis-checklist article span {
  width: 52px;
  height: 52px;
  border-color: var(--diagnosis-border);
  background: #ffffff;
  box-shadow: inset 0 0 0 5px var(--diagnosis-soft);
  color: var(--diagnosis-accent);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-page .diagnosis-checklist article strong {
  transition: color 160ms ease;
}

.home-page .diagnosis-checklist article:nth-child(2),
.home-page .diagnosis-checklist article:nth-child(5) {
  --diagnosis-accent: var(--color-secondary);
  --diagnosis-soft: #eef5fb;
  --diagnosis-border: var(--color-secondary-border);
  --diagnosis-shadow: rgba(36, 91, 143, 0.12);
}

.home-page .diagnosis-checklist article:nth-child(3) {
  --diagnosis-accent: var(--color-accent);
  --diagnosis-soft: #fff7e8;
  --diagnosis-border: var(--color-accent-border);
  --diagnosis-shadow: rgba(176, 110, 20, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .diagnosis-checklist article:hover {
    border-color: var(--diagnosis-border);
    background: linear-gradient(180deg, #ffffff 0%, var(--diagnosis-soft) 100%);
    box-shadow: 0 14px 30px var(--diagnosis-shadow);
    transform: translateY(-2px);
  }

  .home-page .diagnosis-checklist article:hover::before {
    width: 6px;
  }

  .home-page .diagnosis-checklist article:hover span {
    border-color: var(--diagnosis-accent);
    background: var(--diagnosis-accent);
    color: #ffffff;
    box-shadow: 0 8px 18px var(--diagnosis-shadow);
    transform: scale(1.03);
  }

  .home-page .diagnosis-checklist article:hover strong {
    color: var(--diagnosis-accent);
  }
}

.home-page .deliverables-section {
  background: #ffffff;
}

.home-page .deliverables-grid {
  counter-reset: deliverable;
  gap: 16px;
}

.home-page .deliverables-grid article {
  --deliverable-accent: var(--color-primary);
  --deliverable-soft: #edf8f6;
  --deliverable-number: rgba(15, 118, 110, 0.2);
  --deliverable-number-hover: rgba(15, 118, 110, 0.3);
  --deliverable-shadow: rgba(15, 118, 110, 0.12);
  position: relative;
  min-height: 172px;
  overflow: hidden;
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.home-page .deliverables-grid article::before {
  position: absolute;
  right: 16px;
  top: 14px;
  counter-increment: deliverable;
  content: counter(deliverable, decimal-leading-zero);
  color: var(--deliverable-number);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  transition: color 160ms ease, transform 160ms ease;
}

.home-page .deliverables-grid article::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--deliverable-accent);
  content: "";
  transition: height 160ms ease;
}

.home-page .deliverables-grid article:nth-child(3n + 1) {
  --deliverable-accent: var(--color-primary);
  --deliverable-soft: #edf8f6;
  --deliverable-number: rgba(15, 118, 110, 0.2);
  --deliverable-number-hover: rgba(15, 118, 110, 0.3);
  --deliverable-shadow: rgba(15, 118, 110, 0.12);
  background: #ffffff;
}

.home-page .deliverables-grid article:nth-child(3n + 2) {
  --deliverable-accent: var(--color-secondary);
  --deliverable-soft: #eef5fb;
  --deliverable-number: rgba(37, 99, 140, 0.2);
  --deliverable-number-hover: rgba(37, 99, 140, 0.3);
  --deliverable-shadow: rgba(37, 99, 140, 0.12);
  background: #ffffff;
}

.home-page .deliverables-grid article:nth-child(3n) {
  --deliverable-accent: var(--color-accent);
  --deliverable-soft: #fff7e8;
  --deliverable-number: rgba(176, 110, 20, 0.2);
  --deliverable-number-hover: rgba(176, 110, 20, 0.3);
  --deliverable-shadow: rgba(176, 110, 20, 0.14);
  background: #ffffff;
}

.home-page .deliverables-grid strong,
.home-page .deliverables-grid span {
  position: relative;
  z-index: 1;
}

.home-page .deliverables-grid strong {
  transition: color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .deliverables-grid article:hover {
    border-color: var(--deliverable-accent);
    background:
      linear-gradient(180deg, var(--deliverable-soft) 0%, #ffffff 48%),
      #ffffff;
    box-shadow: 0 14px 34px var(--deliverable-shadow);
    transform: translateY(-3px);
  }

  .home-page .deliverables-grid article:hover::before {
    color: var(--deliverable-number-hover);
    transform: translateY(2px) scale(1.05);
  }

  .home-page .deliverables-grid article:hover::after {
    height: 6px;
  }

  .home-page .deliverables-grid article:hover strong {
    color: var(--deliverable-accent);
  }
}

.home-page .support-section {
  background: #ffffff;
}

.home-page .support-section .section-heading.align-left,
.home-page .customers-section .section-heading.align-left,
.home-page .faq-section .section-heading.align-left {
  --intro-accent: var(--color-primary);
  --intro-soft: #eef7f6;
  --intro-border: var(--color-primary-border);
  --intro-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--intro-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--intro-soft) 100%);
  box-shadow: var(--shadow-subtle);
  padding: 30px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.home-page .support-section .section-heading.align-left::before,
.home-page .customers-section .section-heading.align-left::before,
.home-page .faq-section .section-heading.align-left::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--intro-accent);
  content: "";
  transition: height 160ms ease;
}

.home-page .support-section .section-heading.align-left::after,
.home-page .customers-section .section-heading.align-left::after,
.home-page .faq-section .section-heading.align-left::after {
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 142px;
  height: 142px;
  border: 1px solid var(--intro-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  content: "";
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-page .support-section .section-heading.align-left > *,
.home-page .customers-section .section-heading.align-left > *,
.home-page .faq-section .section-heading.align-left > * {
  position: relative;
  z-index: 1;
}

.home-page .support-section .section-heading.align-left {
  --intro-accent: var(--color-secondary);
  --intro-soft: #eef5fb;
  --intro-border: var(--color-secondary-border);
  --intro-shadow: rgba(36, 91, 143, 0.11);
  align-self: center;
}

.home-page .customers-section .section-heading.align-left {
  --intro-accent: var(--color-accent);
  --intro-soft: #fff7e8;
  --intro-border: var(--color-accent-border);
  --intro-shadow: rgba(176, 110, 20, 0.12);
}

.home-page .support-section .capability-grid {
  border: 1px solid rgba(184, 209, 229, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.22) 0%, rgba(36, 91, 143, 0.2) 100%),
    linear-gradient(135deg, #20323a 0%, #17443f 56%, #245b8f 100%);
  box-shadow: 0 8px 22px rgba(23, 32, 38, 0.05);
  padding: 18px;
}

.home-page .support-section .capability-item {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-page .support-section .capability-item::after {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: rgba(219, 232, 229, 0.72);
  content: "查看";
  font-size: 12px;
  font-weight: 750;
  padding: 4px 7px;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.home-page .support-section a.capability-item:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(18, 59, 54, 0.12);
  color: #ffffff;
}

.home-page .support-section a.capability-item:hover::after {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .support-section a.capability-item:hover {
    transform: translateY(-2px);
  }

  .home-page .support-section .section-heading.align-left:hover,
  .home-page .customers-section .section-heading.align-left:hover,
  .home-page .faq-section .section-heading.align-left:hover,
  .home-page .faq-section .section-heading.align-left:focus-within {
    border-color: var(--intro-accent);
    box-shadow: 0 14px 30px var(--intro-shadow);
    transform: translateY(-2px);
  }

  .home-page .support-section .section-heading.align-left:hover::before,
  .home-page .customers-section .section-heading.align-left:hover::before,
  .home-page .faq-section .section-heading.align-left:hover::before,
  .home-page .faq-section .section-heading.align-left:focus-within::before {
    height: 6px;
  }

  .home-page .support-section .section-heading.align-left:hover::after,
  .home-page .customers-section .section-heading.align-left:hover::after,
  .home-page .faq-section .section-heading.align-left:hover::after,
  .home-page .faq-section .section-heading.align-left:focus-within::after {
    opacity: 0.94;
    transform: translate(-6px, -6px) scale(1.04);
  }
}

.home-page .section-band {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.home-page .section-band .process-list {
  position: relative;
  gap: 16px;
}

.home-page .section-band .process-list::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 2px;
  background: var(--color-primary-border);
  content: "";
}

.home-page .section-band .process-list li {
  position: relative;
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
}

.home-page .section-band .process-list span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  min-width: 46px;
  min-height: 34px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
}

.home-page .customers-section {
  background: #ffffff;
}

.home-page .customer-panel {
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 91, 143, 0.08) 0 1px, transparent 1px 28px),
    #f7f9fb;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
}

.home-page .customer-list li {
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.home-page .case-section {
  background: linear-gradient(180deg, #eef7f6 0%, #ffffff 100%);
}

.home-page .case-section .case-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, #172026 0%, #123b36 64%, #245b8f 100%);
  color: #ffffff;
}

.home-page .case-section .case-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--color-accent);
  content: "";
}

.home-page .case-section .case-card h2,
.home-page .case-section .case-card p {
  color: #ffffff;
}

.home-page .case-section .case-card .eyebrow {
  color: #a7d8d2;
}

.home-page .case-section .case-points span {
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

.home-page .case-section .btn-secondary {
  border-color: #ffffff;
  background: #ffffff;
  color: #172026;
}

.home-page .faq-section {
  background: #ffffff;
}

.home-page .faq-section .compact-note-list {
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  padding: 14px 16px;
}

.home-page .faq-section .faq-list {
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 10px;
}

.home-page .faq-section .faq-item {
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-subtle);
}

.home-page .faq-section .faq-question {
  background: #ffffff;
}

.home-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.home-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.home-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.home-page .contact-section h2,
.home-page .contact-section p {
  color: #ffffff;
}

.home-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.home-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.home-page .contact-section .diagnosis-card p,
.home-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.services-page .page-hero {
  background: linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
}

.services-page .services-hero .page-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 44px;
}

.services-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.services-hero-tags a {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 8px 11px;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.service-map-panel {
  padding: 26px;
}

.service-map {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.service-map-row {
  --map-accent: var(--color-primary);
  --map-soft: var(--color-primary-soft);
  --map-border: var(--color-primary-border);
  position: relative;
  display: grid;
  gap: 5px;
  overflow: hidden;
  border: 1px solid var(--map-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 16px 14px 18px;
}

.service-map-row::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--map-accent);
  content: "";
}

.service-map-row.secondary {
  --map-accent: var(--color-secondary);
  --map-soft: var(--color-secondary-soft);
  --map-border: var(--color-secondary-border);
}

.service-map-row.accent {
  --map-accent: var(--color-accent);
  --map-soft: var(--color-accent-soft);
  --map-border: var(--color-accent-border);
}

.service-map-row.neutral {
  --map-accent: var(--color-text-muted);
  --map-soft: #f7f9fb;
  --map-border: var(--color-border-strong);
}

.service-map-row span {
  width: fit-content;
  border-radius: 6px;
  background: var(--map-soft);
  color: var(--map-accent);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  padding: 4px 7px;
}

.service-map-row strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
}

.service-map-row em {
  color: var(--color-text-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

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

.service-goal-card {
  --goal-accent: var(--color-primary);
  --goal-soft: var(--color-primary-soft);
  --goal-border: var(--color-primary-border);
  --goal-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  display: flex;
  min-height: 252px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  color: var(--color-text);
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.service-goal-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--goal-accent);
  content: "";
  transition: height 160ms ease;
}

.service-goal-card.secondary {
  --goal-accent: var(--color-secondary);
  --goal-soft: var(--color-secondary-soft);
  --goal-border: var(--color-secondary-border);
  --goal-shadow: rgba(36, 91, 143, 0.12);
}

.service-goal-card.accent {
  --goal-accent: var(--color-accent);
  --goal-soft: var(--color-accent-soft);
  --goal-border: var(--color-accent-border);
  --goal-shadow: rgba(176, 110, 20, 0.13);
}

.service-goal-card > span {
  width: fit-content;
  border: 1px solid var(--goal-border);
  border-radius: 6px;
  background: var(--goal-soft);
  color: var(--goal-accent);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  padding: 6px 8px;
}

.service-goal-card h3 {
  margin: 18px 0 0;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.35;
  transition: color 160ms ease;
}

.service-goal-card p {
  margin: 12px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.service-goal-card strong {
  margin-top: auto;
  color: var(--goal-accent);
  font-size: 14px;
  line-height: 1.45;
}

.featured-service-board {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.featured-service-board .service-card {
  min-height: auto;
}

.featured-service-main {
  min-height: 640px;
}

.featured-service-side {
  display: grid;
  gap: 22px;
}

.featured-service-side-card {
  min-height: 0;
}

.featured-service-side-card .service-card-top {
  padding-top: 24px;
}

.featured-service-side-card h3 {
  font-size: 21px;
}

.featured-service-side-card p {
  font-size: 15px;
  line-height: 1.68;
}

.featured-service-side-card .service-card-details {
  margin-top: 16px;
  margin-bottom: 18px;
}

.featured-service-side-card .service-card-details div {
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 10px 0;
}

.services-solution-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 54%, #eef7f6 100%);
}

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

.solution-route-card {
  --route-accent: var(--color-primary);
  --route-soft: var(--color-primary-soft);
  --route-border: var(--color-primary-border);
  --route-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.solution-route-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--route-accent);
  content: "";
  transition: width 160ms ease;
}

.solution-route-card.secondary {
  --route-accent: var(--color-secondary);
  --route-soft: var(--color-secondary-soft);
  --route-border: var(--color-secondary-border);
  --route-shadow: rgba(36, 91, 143, 0.12);
}

.solution-route-card.accent {
  --route-accent: var(--color-accent);
  --route-soft: var(--color-accent-soft);
  --route-border: var(--color-accent-border);
  --route-shadow: rgba(176, 110, 20, 0.13);
}

.solution-route-card > span {
  width: fit-content;
  border-radius: 6px;
  background: var(--route-soft);
  color: var(--route-accent);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  padding: 6px 8px;
}

.solution-route-card h3 {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.35;
  transition: color 160ms ease;
}

.solution-route-card p {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.solution-route-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.solution-route-card dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
}

.solution-route-card dt {
  color: var(--route-accent);
  font-size: 13px;
  font-weight: 750;
}

.solution-route-card dd {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.solution-route-card a {
  color: var(--route-accent);
  font-weight: 750;
}

.services-page .decision-path-card {
  --decision-accent: var(--color-primary);
  --decision-soft: #edf8f6;
  --decision-border: var(--color-primary-border);
  --decision-shadow: rgba(15, 118, 110, 0.1);
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--decision-soft) 140%),
    var(--color-surface);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.services-page .decision-path-card::before {
  background: var(--decision-accent);
  transition: width 160ms ease;
}

.services-page .decision-path-card:nth-child(2) {
  --decision-accent: var(--color-secondary);
  --decision-soft: #eef5fb;
  --decision-border: var(--color-secondary-border);
  --decision-shadow: rgba(36, 91, 143, 0.12);
}

.services-page .decision-path-card:nth-child(3) {
  --decision-accent: var(--color-accent);
  --decision-soft: #fff7e8;
  --decision-border: var(--color-accent-border);
  --decision-shadow: rgba(176, 110, 20, 0.13);
}

.services-page .decision-path-card:nth-child(4) {
  --decision-accent: var(--color-secondary);
  --decision-soft: #f7f9fb;
  --decision-border: var(--color-border-strong);
  --decision-shadow: rgba(23, 32, 38, 0.08);
}

.services-page .decision-path-card h3 {
  transition: color 160ms ease;
}

.services-page .services-primary-grid {
  margin-top: 0;
}

.services-page .services-primary-grid .service-card {
  min-height: 520px;
}

.service-support-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 28px;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 100%),
    var(--color-surface);
  box-shadow: var(--shadow-subtle);
  padding: 24px;
}

.service-support-intro {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-secondary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
  padding: 24px;
}

.service-support-intro::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-secondary);
  content: "";
}

.service-support-intro h3 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.35;
}

.service-support-intro p:last-child {
  margin: 12px 0 0;
  color: var(--color-text-muted);
}

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

.service-support-item {
  --support-accent: var(--color-primary);
  --support-soft: var(--color-primary-soft);
  --support-border: var(--color-primary-border);
  display: grid;
  min-height: 116px;
  align-content: start;
  gap: 8px;
  border: 1px solid var(--support-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-text);
  padding: 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.service-support-item.secondary {
  --support-accent: var(--color-secondary);
  --support-soft: var(--color-secondary-soft);
  --support-border: var(--color-secondary-border);
}

.service-support-item.accent {
  --support-accent: var(--color-accent);
  --support-soft: var(--color-accent-soft);
  --support-border: var(--color-accent-border);
}

.service-support-item span {
  display: inline-flex;
  width: fit-content;
  border-radius: 6px;
  background: var(--support-soft);
  color: var(--support-accent);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  padding: 5px 8px;
}

.service-support-item strong {
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.services-page .services-choice-section .section-heading.align-left {
  --intro-accent: var(--color-primary);
  --intro-soft: #eef7f6;
  --intro-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--intro-soft) 100%);
  box-shadow: var(--shadow-subtle);
  padding: 28px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.services-page .services-choice-section .section-heading.align-left::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--intro-accent);
  content: "";
  transition: height 160ms ease;
}

.services-page .service-choice-list article {
  --diagnosis-accent: var(--color-primary);
  --diagnosis-soft: #eef7f6;
  --diagnosis-border: var(--color-primary-border);
  --diagnosis-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  grid-template-columns: 52px minmax(0, 1fr);
  overflow: hidden;
  border-color: var(--color-border-strong);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--shadow-subtle);
  padding: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.services-page .service-choice-list article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--diagnosis-accent);
  content: "";
  transition: width 160ms ease;
}

.services-page .service-choice-list article span {
  width: 52px;
  height: 52px;
  border-color: var(--diagnosis-border);
  background: #ffffff;
  box-shadow: inset 0 0 0 5px var(--diagnosis-soft);
  color: var(--diagnosis-accent);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.services-page .service-choice-list article strong {
  transition: color 160ms ease;
}

.services-page .service-choice-list article:nth-child(2),
.services-page .service-choice-list article:nth-child(5) {
  --diagnosis-accent: var(--color-secondary);
  --diagnosis-soft: #eef5fb;
  --diagnosis-border: var(--color-secondary-border);
  --diagnosis-shadow: rgba(36, 91, 143, 0.12);
}

.services-page .service-choice-list article:nth-child(3),
.services-page .service-choice-list article:nth-child(6) {
  --diagnosis-accent: var(--color-accent);
  --diagnosis-soft: #fff7e8;
  --diagnosis-border: var(--color-accent-border);
  --diagnosis-shadow: rgba(176, 110, 20, 0.13);
}

.services-page .services-deliverables-grid {
  counter-reset: service-deliverable;
  gap: 16px;
}

.services-page .services-deliverables-grid article {
  --deliverable-accent: var(--color-primary);
  --deliverable-soft: #edf8f6;
  --deliverable-number: rgba(15, 118, 110, 0.2);
  --deliverable-number-hover: rgba(15, 118, 110, 0.3);
  --deliverable-shadow: rgba(15, 118, 110, 0.12);
  position: relative;
  min-height: 172px;
  overflow: hidden;
  border-color: var(--color-border-strong);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.services-page .services-deliverables-grid article::before {
  position: absolute;
  right: 16px;
  top: 14px;
  counter-increment: service-deliverable;
  content: counter(service-deliverable, decimal-leading-zero);
  color: var(--deliverable-number);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  transition: color 160ms ease, transform 160ms ease;
}

.services-page .services-deliverables-grid article::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--deliverable-accent);
  content: "";
  transition: height 160ms ease;
}

.services-page .services-deliverables-grid article:nth-child(3n + 1) {
  --deliverable-accent: var(--color-primary);
  --deliverable-soft: #edf8f6;
  --deliverable-number: rgba(15, 118, 110, 0.2);
  --deliverable-number-hover: rgba(15, 118, 110, 0.3);
  --deliverable-shadow: rgba(15, 118, 110, 0.12);
}

.services-page .services-deliverables-grid article:nth-child(3n + 2) {
  --deliverable-accent: var(--color-secondary);
  --deliverable-soft: #eef5fb;
  --deliverable-number: rgba(37, 99, 140, 0.2);
  --deliverable-number-hover: rgba(37, 99, 140, 0.3);
  --deliverable-shadow: rgba(37, 99, 140, 0.12);
}

.services-page .services-deliverables-grid article:nth-child(3n) {
  --deliverable-accent: var(--color-accent);
  --deliverable-soft: #fff7e8;
  --deliverable-number: rgba(176, 110, 20, 0.2);
  --deliverable-number-hover: rgba(176, 110, 20, 0.3);
  --deliverable-shadow: rgba(176, 110, 20, 0.14);
}

.services-page .services-deliverables-grid strong,
.services-page .services-deliverables-grid span {
  position: relative;
  z-index: 1;
}

.services-page .services-deliverables-grid strong {
  transition: color 160ms ease;
}

.services-page .services-process-section .process-list li {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.services-page .services-process-section .process-list li::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.services-page .services-process-section .process-list li:nth-child(2)::before,
.services-page .services-process-section .process-list li:nth-child(5)::before {
  background: var(--color-secondary);
}

.services-page .services-process-section .process-list li:nth-child(3)::before {
  background: var(--color-accent);
}

.services-page .faq-section {
  background: #ffffff;
}

.services-page .faq-section .faq-list {
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 10px;
}

.services-page .faq-section .faq-item {
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-subtle);
}

.services-page .faq-section .faq-question {
  background: #ffffff;
}

.services-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.services-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.services-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.services-page .contact-section h2,
.services-page .contact-section p {
  color: #ffffff;
}

.services-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.services-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.services-page .contact-section .diagnosis-card p,
.services-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.service-contact-options {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.service-contact-options a {
  display: grid;
  gap: 3px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  color: var(--color-text);
  padding: 12px 14px;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.service-contact-options span {
  color: var(--color-text-subtle);
  font-size: 13px;
  font-weight: 650;
}

.service-contact-options strong {
  color: var(--color-text);
  font-size: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .services-hero-tags a:hover,
  .services-hero-tags a:focus-visible {
    border-color: var(--color-primary-border);
    background: var(--color-primary-soft);
    color: var(--color-primary);
  }

  .service-goal-card:hover,
  .service-goal-card:focus-visible {
    border-color: var(--goal-border);
    background: linear-gradient(180deg, #ffffff 0%, var(--goal-soft) 100%);
    box-shadow: 0 14px 30px var(--goal-shadow);
    transform: translateY(-2px);
  }

  .service-goal-card:hover::before,
  .service-goal-card:focus-visible::before {
    height: 6px;
  }

  .service-goal-card:hover h3,
  .service-goal-card:focus-visible h3 {
    color: var(--goal-accent);
  }

  .solution-route-card:hover,
  .solution-route-card:focus-within {
    border-color: var(--route-border);
    background: linear-gradient(180deg, #ffffff 0%, var(--route-soft) 100%);
    box-shadow: 0 14px 30px var(--route-shadow);
    transform: translateY(-2px);
  }

  .solution-route-card:hover::before,
  .solution-route-card:focus-within::before {
    width: 6px;
  }

  .solution-route-card:hover h3,
  .solution-route-card:focus-within h3 {
    color: var(--route-accent);
  }

  .services-page .decision-path-card:hover,
  .services-page .decision-path-card:focus-within {
    border-color: var(--decision-border);
    background:
      linear-gradient(180deg, #ffffff 0%, var(--decision-soft) 100%),
      var(--color-surface);
    box-shadow: 0 14px 30px var(--decision-shadow);
    transform: translateY(-2px);
  }

  .services-page .decision-path-card:hover::before,
  .services-page .decision-path-card:focus-within::before {
    width: 6px;
  }

  .services-page .decision-path-card:hover h3,
  .services-page .decision-path-card:focus-within h3 {
    color: var(--decision-accent);
  }

  .service-support-item:hover,
  .service-support-item:focus-visible {
    border-color: var(--support-accent);
    background: linear-gradient(180deg, var(--support-soft) 0%, #ffffff 100%);
    box-shadow: var(--shadow-subtle);
    transform: translateY(-2px);
  }

  .services-page .services-choice-section .section-heading.align-left:hover,
  .services-page .services-choice-section .section-heading.align-left:focus-within {
    border-color: var(--intro-accent);
    box-shadow: 0 14px 30px var(--intro-shadow);
    transform: translateY(-2px);
  }

  .services-page .services-choice-section .section-heading.align-left:hover::before,
  .services-page .services-choice-section .section-heading.align-left:focus-within::before {
    height: 6px;
  }

  .services-page .service-choice-list article:hover {
    border-color: var(--diagnosis-border);
    background: linear-gradient(180deg, #ffffff 0%, var(--diagnosis-soft) 100%);
    box-shadow: 0 14px 30px var(--diagnosis-shadow);
    transform: translateY(-2px);
  }

  .services-page .service-choice-list article:hover::before {
    width: 6px;
  }

  .services-page .service-choice-list article:hover span {
    border-color: var(--diagnosis-accent);
    background: var(--diagnosis-accent);
    color: #ffffff;
    box-shadow: 0 8px 18px var(--diagnosis-shadow);
    transform: scale(1.03);
  }

  .services-page .service-choice-list article:hover strong {
    color: var(--diagnosis-accent);
  }

  .services-page .services-deliverables-grid article:hover {
    border-color: var(--deliverable-accent);
    background:
      linear-gradient(180deg, var(--deliverable-soft) 0%, #ffffff 48%),
      #ffffff;
    box-shadow: 0 14px 34px var(--deliverable-shadow);
    transform: translateY(-3px);
  }

  .services-page .services-deliverables-grid article:hover::before {
    color: var(--deliverable-number-hover);
    transform: translateY(2px) scale(1.05);
  }

  .services-page .services-deliverables-grid article:hover::after {
    height: 6px;
  }

  .services-page .services-deliverables-grid article:hover strong {
    color: var(--deliverable-accent);
  }

  .services-page .services-process-section .process-list li:hover {
    border-color: var(--color-primary-border);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
    transform: translateY(-2px);
  }

  .service-contact-options a:hover,
  .service-contact-options a:focus-visible {
    border-color: var(--color-primary-border);
    background: var(--color-primary-soft);
    color: var(--color-primary);
  }
}

@media (max-width: 1100px) {
  .featured-service-board {
    grid-template-columns: 1fr;
  }

  .featured-service-main {
    min-height: auto;
  }

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

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

  .solution-route-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .services-page .services-hero .page-hero-grid,
  .featured-service-side,
  .service-goal-grid,
  .solution-route-list {
    grid-template-columns: 1fr;
  }

  .service-map-panel {
    padding: 20px;
  }

  .service-map-row {
    padding: 13px 14px 13px 16px;
  }

  .services-hero-tags a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .service-goal-card,
  .solution-route-card {
    min-height: auto;
    padding: 18px;
  }

  .solution-route-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

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

.services-hero-enterprise {
  padding-bottom: 40px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4faf9 62%, var(--color-bg) 100%);
}

.services-hero-copy {
  max-width: 840px;
}

.services-hero-enterprise h1 {
  max-width: 820px;
}

.services-hero-index {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 36px;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: var(--color-border-strong);
  box-shadow: var(--shadow-subtle);
}

.services-hero-index a {
  display: grid;
  min-height: 112px;
  align-content: start;
  gap: 5px;
  background: #ffffff;
  color: var(--color-text);
  padding: 18px;
  transition: background-color 160ms ease, color 160ms ease;
}

.services-hero-index span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.services-hero-index strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
}

.services-hero-index em {
  color: var(--color-text-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.services-anchor-nav {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.94);
}

.services-anchor-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}

.services-anchor-inner a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 12px;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

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

.service-feature-block {
  --feature-accent: var(--color-primary);
  --feature-soft: var(--color-primary-soft);
  --feature-border: var(--color-primary-border);
  --feature-shadow: rgba(15, 118, 110, 0.1);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.76fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--feature-soft) 0%, #ffffff 42%),
    #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-feature-block::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--feature-accent);
  content: "";
}

.service-feature-block.secondary {
  --feature-accent: var(--color-secondary);
  --feature-soft: var(--color-secondary-soft);
  --feature-border: var(--color-secondary-border);
  --feature-shadow: rgba(36, 91, 143, 0.12);
}

.service-feature-block.accent {
  --feature-accent: var(--color-accent);
  --feature-soft: var(--color-accent-soft);
  --feature-border: var(--color-accent-border);
  --feature-shadow: rgba(176, 110, 20, 0.13);
}

.service-feature-copy {
  display: grid;
  align-content: start;
}

.service-feature-label {
  width: fit-content;
  border: 1px solid var(--feature-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--feature-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
}

.service-feature-copy h3 {
  margin: 18px 0 0;
  color: var(--color-text);
  font-size: 28px;
  line-height: 1.28;
}

.service-feature-copy p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-feature-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-top: 22px;
  border: 1px solid var(--feature-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--feature-accent);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  padding: 0 15px;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.service-feature-details {
  display: grid;
  align-content: stretch;
  margin: 0;
  border: 1px solid var(--feature-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.service-feature-details div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
}

.service-feature-details div + div {
  border-top: 1px solid var(--color-border);
}

.service-feature-details dt {
  color: var(--feature-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.service-feature-details dd {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.support-service-layout,
.service-selection-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.support-service-list {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.support-service-list a {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  color: var(--color-text);
  padding: 18px 20px;
  transition: background-color 160ms ease;
}

.support-service-list a + a {
  border-top: 1px solid var(--color-border);
}

.support-service-list strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4;
}

.support-service-list span {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.support-service-list em {
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.solution-route-table-wrap {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.solution-route-table {
  width: 100%;
  border-collapse: collapse;
}

.solution-route-table th,
.solution-route-table td {
  border-bottom: 1px solid var(--color-border);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.solution-route-table th {
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.solution-route-table tr:last-child td {
  border-bottom: 0;
}

.solution-route-table td {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.solution-route-table td:first-child {
  width: 34%;
}

.solution-route-table td:nth-child(3) {
  width: 22%;
}

.solution-route-table strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4;
}

.solution-route-table span {
  display: block;
  margin-top: 6px;
}

.solution-route-table a {
  color: var(--color-primary);
  font-weight: 800;
}

.selection-check-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 0;
  list-style: none;
}

.selection-check-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 20px;
}

.selection-check-list li + li {
  border-top: 1px solid var(--color-border);
}

.selection-check-list span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
}

.selection-check-list strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.45;
}

.selection-check-list p {
  margin: 6px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.deliverable-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  border-top: 1px solid var(--color-border-strong);
}

.deliverable-list-grid article {
  display: grid;
  gap: 7px;
  border-bottom: 1px solid var(--color-border);
  padding: 20px 0;
}

.deliverable-list-grid strong {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.4;
}

.deliverable-list-grid span {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.compact-process-section .process-list {
  gap: 14px;
}

.services-page .compact-process-section .process-list li {
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .services-hero-index a:hover,
  .services-hero-index a:focus-visible {
    background: var(--color-primary-soft);
  }

  .services-anchor-inner a:hover,
  .services-anchor-inner a:focus-visible {
    border-color: var(--color-primary-border);
    background: var(--color-primary-soft);
    color: var(--color-primary);
  }

  .service-feature-block:hover,
  .service-feature-block:focus-within {
    border-color: var(--feature-border);
    box-shadow: 0 14px 30px var(--feature-shadow);
    transform: translateY(-2px);
  }

  .service-feature-link:hover,
  .service-feature-link:focus-visible {
    border-color: var(--feature-accent);
    background: var(--feature-accent);
    color: #ffffff;
  }

  .support-service-list a:hover,
  .support-service-list a:focus-visible {
    background: var(--color-primary-soft);
  }
}

@media (max-width: 1100px) {
  .services-hero-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-feature-block,
  .support-service-layout,
  .service-selection-layout {
    grid-template-columns: 1fr;
  }

  .service-feature-details {
    align-content: start;
  }
}

@media (max-width: 760px) {
  .services-page section[id] {
    scroll-margin-top: 72px;
  }

  .services-hero-enterprise {
    padding-bottom: 32px;
  }

  .services-hero-index {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .services-hero-index a {
    min-height: auto;
    padding: 16px;
  }

  .services-anchor-inner {
    justify-content: flex-start;
  }

  .services-anchor-inner a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .service-feature-block {
    gap: 20px;
    padding: 22px 18px;
  }

  .service-feature-copy h3 {
    font-size: 24px;
  }

  .service-feature-details div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px;
  }

  .support-service-list a {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: auto;
    padding: 16px;
  }

  .support-service-list em {
    white-space: normal;
  }

  .solution-route-table,
  .solution-route-table tbody,
  .solution-route-table tr,
  .solution-route-table td {
    display: block;
    width: 100%;
  }

  .solution-route-table thead {
    display: none;
  }

  .solution-route-table tr {
    border-bottom: 1px solid var(--color-border);
    padding: 12px 0;
  }

  .solution-route-table tr:last-child {
    border-bottom: 0;
  }

  .solution-route-table td {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 0;
    padding: 8px 16px;
  }

  .solution-route-table td::before {
    color: var(--color-text-subtle);
    content: attr(data-label);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }

  .selection-check-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .deliverable-list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.services-overview-hero {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4faf9 62%, var(--color-bg) 100%);
}

.services-overview-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 44px;
  align-items: center;
}

.services-overview-copy {
  min-width: 0;
}

.services-overview-copy .page-lead {
  max-width: 780px;
}

.services-start-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 26px;
}

.services-start-panel::before,
.support-note-panel::before,
.services-result-panel::before,
.services-process-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.services-start-panel h2,
.support-note-panel h2,
.services-result-panel h2,
.services-process-panel h2 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.35;
}

.services-start-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.services-start-item {
  --start-accent: var(--color-primary);
  --start-soft: var(--color-primary-soft);
  --start-border: var(--color-primary-border);
  display: grid;
  gap: 6px;
  border: 1px solid var(--start-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--start-soft) 140%);
  color: var(--color-text);
  padding: 15px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.services-start-item.secondary {
  --start-accent: var(--color-secondary);
  --start-soft: var(--color-secondary-soft);
  --start-border: var(--color-secondary-border);
}

.services-start-item.accent {
  --start-accent: var(--color-accent);
  --start-soft: var(--color-accent-soft);
  --start-border: var(--color-accent-border);
}

.services-start-item.neutral {
  --start-accent: var(--color-text-muted);
  --start-soft: #f7f9fb;
  --start-border: var(--color-border-strong);
}

.services-start-item span,
.service-choice-row span {
  width: fit-content;
  border-radius: 6px;
  background: #ffffff;
  color: var(--start-accent, var(--choice-accent));
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
}

.services-start-item strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.45;
}

.services-start-item em {
  color: var(--start-accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.services-core-grid .service-card {
  min-height: auto;
}

.services-core-grid .service-card p {
  line-height: 1.68;
}

.services-core-grid .service-card-details {
  margin-bottom: 18px;
}

.services-choice-layout,
.services-outcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.services-choice-simple .section-heading.align-left {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.services-choice-simple .section-heading.align-left::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.service-choice-rows {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.service-choice-row {
  --choice-accent: var(--color-primary);
  --choice-soft: var(--color-primary-soft);
  --choice-border: var(--color-primary-border);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: start;
  color: var(--color-text);
  padding: 18px 20px;
  transition: background-color 160ms ease, color 160ms ease;
}

.service-choice-row + .service-choice-row {
  border-top: 1px solid var(--color-border);
}

.service-choice-row.secondary {
  --choice-accent: var(--color-secondary);
  --choice-soft: var(--color-secondary-soft);
  --choice-border: var(--color-secondary-border);
}

.service-choice-row.accent {
  --choice-accent: var(--color-accent);
  --choice-soft: var(--color-accent-soft);
  --choice-border: var(--color-accent-border);
}

.service-choice-row.neutral {
  --choice-accent: var(--color-text-muted);
  --choice-soft: #f7f9fb;
  --choice-border: var(--color-border-strong);
}

.service-choice-row span {
  grid-row: span 2;
  border: 1px solid var(--choice-border);
  background: var(--choice-soft);
  color: var(--choice-accent);
}

.service-choice-row strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.45;
}

.service-choice-row em {
  color: var(--choice-accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.55;
}

.support-note-panel,
.services-result-panel,
.services-process-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.support-note-panel::before {
  background: var(--color-secondary);
}

.services-process-panel::before {
  background: var(--color-secondary);
}

.support-note-panel p,
.services-result-panel p {
  margin: 12px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.support-note-panel .compact-note-list {
  margin-top: 18px;
}

.services-result-list,
.services-process-steps {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.services-result-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.services-result-list li {
  border-top: 1px solid var(--color-border);
  padding: 16px 0;
}

.services-result-list strong,
.services-process-steps strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.45;
}

.services-result-list span,
.services-process-steps p {
  display: block;
  margin: 6px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.services-process-steps {
  gap: 12px;
}

.services-process-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  padding: 14px;
}

.services-process-steps span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--color-secondary-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .services-start-item:hover,
  .services-start-item:focus-visible {
    border-color: var(--start-accent);
    box-shadow: 0 12px 28px rgba(23, 32, 38, 0.08);
    transform: translateY(-2px);
  }

  .service-choice-row:hover,
  .service-choice-row:focus-visible {
    background: var(--choice-soft);
  }

  .support-service-list a:hover,
  .support-service-list a:focus-visible {
    background: var(--color-primary-soft);
  }
}

@media (max-width: 1100px) {
  .services-overview-hero-grid,
  .services-choice-layout,
  .services-outcome-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .services-overview-hero {
    padding-bottom: 36px;
  }

  .services-start-panel,
  .services-choice-simple .section-heading.align-left,
  .support-note-panel,
  .services-result-panel,
  .services-process-panel {
    padding: 20px;
  }

  .service-choice-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .service-choice-row span {
    grid-row: auto;
  }

  .services-result-list {
    grid-template-columns: 1fr;
  }

  .services-process-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 13px;
  }

  .services-process-steps span {
    width: 40px;
    height: 40px;
  }
}

.services-gateway-hero {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3faf8 58%, #f7f9fb 100%);
}

.services-gateway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.services-gateway-copy {
  min-width: 0;
}

.services-gateway-copy .page-lead {
  max-width: 800px;
}

.services-hero-catalog {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-top: 22px;
}

.services-hero-group {
  display: grid;
  gap: 9px;
}

.services-hero-group > span {
  width: fit-content;
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  padding: 6px 9px;
}

.services-hero-group.support > span {
  background: #f7f9fb;
  color: var(--color-text-muted);
}

.services-gateway-copy .services-hero-tags {
  max-width: 840px;
}

.services-gateway-copy .services-hero-tags a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-color: var(--color-primary-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(23, 32, 38, 0.06);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 750;
  padding: 0 13px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.services-gateway-copy .services-hero-tags a::after {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.62;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.services-gateway-copy .services-hero-tags a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 3px;
}

.services-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.services-hero-facts span {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
}

.service-map-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.18), transparent 42%),
    linear-gradient(180deg, #113f3a 0%, #172026 100%);
  box-shadow: 0 24px 54px rgba(23, 32, 38, 0.16);
  color: #ffffff;
}

.service-map-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 24px;
}

.service-map-head span {
  color: #a7d8d2;
  font-size: 13px;
  font-weight: 800;
}

.service-map-head strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.service-map-stack {
  display: grid;
  padding: 16px;
}

.service-map-layer {
  --map-layer-color: #70c8bd;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  padding: 15px 16px;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.service-map-layer + .service-map-layer {
  margin-top: 10px;
}

.service-map-layer.secondary {
  --map-layer-color: #9ec8ec;
}

.service-map-layer.accent {
  --map-layer-color: #f0c36c;
}

.service-map-layer.neutral {
  --map-layer-color: #c7d5dd;
}

.service-map-layer span {
  grid-row: span 2;
  color: var(--map-layer-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.service-map-layer strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.service-map-layer em {
  color: #dbe8e5;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.service-map-note {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 16px 24px 20px;
}

.service-map-note span {
  color: #dbe8e5;
  font-size: 13px;
  line-height: 1.55;
}

.services-routing-section {
  background: #ffffff;
}

.services-crosslink-section {
  background: #ffffff;
  padding-top: 0;
}

.services-crosslink-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.services-crosslink-list {
  display: grid;
  gap: 12px;
}

.services-crosslink-card {
  --cross-color: var(--color-primary);
  --cross-soft: var(--color-primary-soft);
  display: grid;
  gap: 8px;
  min-height: 104px;
  border: 1px solid var(--color-border-strong);
  border-left: 5px solid var(--cross-color);
  border-radius: 8px;
  background: linear-gradient(90deg, var(--cross-soft) 0%, #ffffff 46%);
  color: var(--color-text);
  padding: 18px 20px;
  box-shadow: var(--shadow-subtle);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.services-crosslink-card.secondary {
  --cross-color: var(--color-secondary);
  --cross-soft: var(--color-secondary-soft);
}

.services-crosslink-card.accent {
  --cross-color: var(--color-accent);
  --cross-soft: var(--color-accent-soft);
}

.services-crosslink-card span {
  color: var(--cross-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.services-crosslink-card strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.service-route-list {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.service-route-row {
  --route-color: var(--color-primary);
  --route-soft: var(--color-primary-soft);
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  min-height: 90px;
  color: var(--color-text);
  padding: 20px 24px;
  transition: background-color 160ms ease;
}

.service-route-row + .service-route-row {
  border-top: 1px solid var(--color-border);
}

.service-route-row.secondary {
  --route-color: var(--color-secondary);
  --route-soft: var(--color-secondary-soft);
}

.service-route-row.accent {
  --route-color: var(--color-accent);
  --route-soft: var(--color-accent-soft);
}

.service-route-row.neutral {
  --route-color: var(--color-text-muted);
  --route-soft: #f7f9fb;
}

.service-route-row span {
  color: var(--route-color);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.service-route-row strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.service-route-row em {
  justify-self: end;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--route-soft);
  color: var(--route-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  padding: 9px 11px;
}

.services-path-section {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

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

.service-path-block {
  --path-color: var(--color-primary);
  --path-soft: var(--color-primary-soft);
  --path-border: var(--color-primary-border);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-left: 6px solid var(--path-color);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--path-soft) 0%, #ffffff 40%),
    #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-path-block.secondary {
  --path-color: var(--color-secondary);
  --path-soft: var(--color-secondary-soft);
  --path-border: var(--color-secondary-border);
}

.service-path-block.accent {
  --path-color: var(--color-accent);
  --path-soft: var(--color-accent-soft);
  --path-border: var(--color-accent-border);
}

.service-path-title {
  display: grid;
  align-content: start;
}

.service-path-title span {
  width: fit-content;
  border: 1px solid var(--path-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--path-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
}

.service-path-title h3 {
  margin: 18px 0 0;
  color: var(--color-text);
  font-size: 28px;
  line-height: 1.28;
}

.service-path-title p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-path-title a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-top: 22px;
  border: 1px solid var(--path-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--path-color);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  padding: 0 15px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.service-path-meta {
  display: grid;
  margin: 0;
  border: 1px solid var(--path-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.service-path-meta div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
}

.service-path-meta div + div {
  border-top: 1px solid var(--color-border);
}

.service-path-meta dt {
  color: var(--path-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.service-path-meta dd {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.services-foundation-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 30px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.services-foundation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.services-foundation-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.28;
}

.services-foundation-copy .eyebrow {
  color: #a7d8d2;
}

.services-foundation-copy p {
  margin: 16px 0 0;
  color: #dbe8e5;
  font-size: 16px;
  line-height: 1.75;
}

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

.foundation-group {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.foundation-group span {
  color: #f0c36c;
  font-size: 13px;
  font-weight: 850;
}

.foundation-group a {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  transition: color 160ms ease, border-color 160ms ease;
}

.foundation-group a:last-child {
  border-bottom: 0;
}

.services-standard-section {
  background: #ffffff;
}

.services-standard-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  max-width: 980px;
}

.services-standard-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--color-primary-soft) 100%);
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.services-standard-copy::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.services-standard-copy h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 30px;
  line-height: 1.32;
}

.services-standard-copy p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.services-process-board {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 24px;
}

.services-process-board .eyebrow {
  margin-bottom: 10px;
}

.services-process-board ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-process-board li {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 16px;
}

.services-process-board li:first-child {
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
}

.services-process-board li:last-child {
  padding-bottom: 16px;
}

.services-process-board span {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.services-process-board strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
  .services-gateway-copy .services-hero-tags a:hover,
  .services-gateway-copy .services-hero-tags a:focus-visible {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
    color: var(--color-primary);
    transform: translateY(-2px);
  }

  .services-gateway-copy .services-hero-tags a:hover::after,
  .services-gateway-copy .services-hero-tags a:focus-visible::after {
    opacity: 1;
    transform: translateX(2px) rotate(45deg);
  }

  .service-map-layer:hover,
  .service-map-layer:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .service-route-row:hover,
  .service-route-row:focus-visible {
    background: var(--route-soft);
  }

  .services-crosslink-card:hover,
  .services-crosslink-card:focus-visible {
    border-color: var(--cross-color);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .service-path-block:hover,
  .service-path-block:focus-within {
    border-color: var(--path-border);
    box-shadow: 0 14px 32px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .service-path-title a:hover,
  .service-path-title a:focus-visible {
    border-color: var(--path-color);
    background: var(--path-color);
    color: #ffffff;
  }

  .foundation-group a:hover,
  .foundation-group a:focus-visible {
    border-color: rgba(240, 195, 108, 0.48);
    color: #f0c36c;
  }
}

@media (max-width: 1100px) {
  .services-gateway-layout,
  .service-path-block,
  .services-crosslink-grid,
  .services-foundation-layout,
  .services-standard-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .service-route-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-route-row em {
    justify-self: start;
  }

  .foundation-groups {
    grid-template-columns: 1fr;
  }

  .foundation-group {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .services-gateway-layout {
    gap: 30px;
  }

  .service-map-head,
  .service-map-note {
    padding-inline: 18px;
  }

  .service-map-layer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px;
  }

  .service-map-layer span {
    grid-row: auto;
  }

  .services-hero-facts span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .services-gateway-copy .services-hero-tags a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .services-hero-catalog {
    gap: 12px;
  }

  .services-crosslink-card {
    min-height: auto;
    padding: 16px;
  }

  .service-route-row {
    min-height: auto;
    padding: 18px;
  }

  .service-path-block,
  .services-standard-copy,
  .services-process-board {
    padding: 20px;
  }

  .service-path-title h3,
  .services-standard-copy h2 {
    font-size: 24px;
  }

  .services-foundation-copy h2 {
    font-size: 28px;
  }

  .service-path-meta div,
  .services-process-board li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .services-process-board ol {
    grid-template-columns: 1fr;
  }
}

.industries-gateway-hero {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3faf8 58%, #f7f9fb 100%);
}

.industries-gateway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.industries-gateway-copy {
  min-width: 0;
}

.industries-gateway-copy .page-lead {
  max-width: 820px;
}

.industries-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
  margin-top: 22px;
}

.industries-hero-tags a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  padding: 10px 13px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.industries-hero-tags a::after {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.48;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.industries-hero-tags a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 3px;
}

.industries-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.industries-hero-facts span {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
}

.industry-map-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(112, 200, 189, 0.16) 0 1px, transparent 1px 32px),
    linear-gradient(145deg, #123b36 0%, #172026 72%);
  box-shadow: 0 24px 60px rgba(23, 32, 38, 0.18);
}

.industry-map-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 24px;
}

.industry-map-head span {
  color: #a7d8d2;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.industry-map-head strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.industry-map-stack {
  display: grid;
  padding: 16px;
}

.industry-map-layer {
  --industry-map-color: #70c8bd;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.industry-map-layer + .industry-map-layer {
  margin-top: 10px;
}

.industry-map-layer.secondary {
  --industry-map-color: #9ec8ec;
}

.industry-map-layer.accent {
  --industry-map-color: #f0c36c;
}

.industry-map-layer.neutral {
  --industry-map-color: #c7d5dd;
}

.industry-map-layer span {
  grid-row: span 2;
  color: var(--industry-map-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.industry-map-layer strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.industry-map-layer em {
  color: #dbe8e5;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.industry-map-layer:focus-visible {
  outline: 3px solid rgba(240, 195, 108, 0.28);
  outline-offset: 3px;
}

.industry-map-note {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px 24px 22px;
}

.industry-map-note span {
  color: #dbe8e5;
  font-size: 13px;
  line-height: 1.55;
}

.industries-value-section {
  background: #ffffff;
}

.industries-value-layout {
  display: grid;
  gap: 30px;
}

.industries-value-heading {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.industry-value-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.industry-value-list article {
  --industry-value-accent: var(--color-primary);
  position: relative;
  display: flex;
  min-height: 188px;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(211, 223, 220, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.industry-value-list article::before {
  content: "";
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: var(--industry-value-accent);
}

.industry-value-list article:nth-child(2) {
  --industry-value-accent: var(--color-secondary);
}

.industry-value-list article:nth-child(3) {
  --industry-value-accent: var(--color-accent);
}

.industry-value-list article:nth-child(4) {
  --industry-value-accent: #64748b;
}

.industry-value-list span {
  color: var(--industry-value-accent);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.industry-value-list strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

@media (hover: hover) {
  .industry-value-list article:hover,
  .industry-value-list article:focus-within {
    border-color: color-mix(in srgb, var(--industry-value-accent) 45%, var(--color-border));
    box-shadow: 0 16px 34px rgba(23, 32, 38, 0.11);
    transform: translateY(-2px);
  }
}

.industries-routing-section {
  background: #ffffff;
}

.industry-route-list {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.industry-route-row {
  --industry-route-color: var(--color-primary);
  --industry-route-soft: var(--color-primary-soft);
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 20px 22px;
  transition: background 160ms ease;
}

.industry-route-row + .industry-route-row {
  border-top: 1px solid var(--color-border);
}

.industry-route-row.secondary {
  --industry-route-color: var(--color-secondary);
  --industry-route-soft: var(--color-secondary-soft);
}

.industry-route-row.accent {
  --industry-route-color: var(--color-accent);
  --industry-route-soft: var(--color-accent-soft);
}

.industry-route-row.neutral {
  --industry-route-color: var(--color-text-muted);
  --industry-route-soft: #f7f9fb;
}

.industry-route-row span {
  color: var(--industry-route-color);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.industry-route-row strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.industry-route-row em {
  justify-self: end;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--industry-route-soft);
  color: var(--industry-route-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  padding: 9px 11px;
}

.industry-route-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.industry-route-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--industry-route-soft);
  color: var(--industry-route-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 11px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.industry-route-links a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 2px;
}

.industry-route-row:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: -3px;
}

.industries-list-section {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.industry-card-groups {
  display: grid;
  gap: 30px;
}

.industry-card-group {
  display: grid;
  gap: 14px;
}

.industry-card-group-head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 12px;
}

.industry-card-group-head span {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}

.industry-card-group-head p {
  max-width: 620px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

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

.industry-card {
  --industry-card-color: var(--color-primary);
  --industry-card-soft: var(--color-primary-soft);
  --industry-card-border: var(--color-primary-border);
  position: relative;
  display: flex;
  min-height: 296px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 24px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.industry-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--industry-card-color);
  content: "";
}

.industry-card.secondary {
  --industry-card-color: var(--color-secondary);
  --industry-card-soft: var(--color-secondary-soft);
  --industry-card-border: var(--color-secondary-border);
}

.industry-card.accent {
  --industry-card-color: var(--color-accent);
  --industry-card-soft: var(--color-accent-soft);
  --industry-card-border: var(--color-accent-border);
}

.industry-card-head {
  display: grid;
  gap: 12px;
}

.industry-card-head span {
  width: fit-content;
  border-radius: 6px;
  background: var(--industry-card-soft);
  color: var(--industry-card-color);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  padding: 7px 9px;
}

.industry-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.36;
}

.industry-card p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.industry-card .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.industries-crosslink-section {
  background: #ffffff;
  padding-top: 0;
}

.industries-crosslink-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.industries-crosslink-list {
  display: grid;
  gap: 12px;
}

.industries-crosslink-card {
  --industries-cross-color: var(--color-primary);
  --industries-cross-soft: var(--color-primary-soft);
  display: grid;
  gap: 8px;
  min-height: 116px;
  align-content: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--industries-cross-soft), #ffffff 78%);
  padding: 19px 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.industries-crosslink-card.secondary {
  --industries-cross-color: var(--color-secondary);
  --industries-cross-soft: var(--color-secondary-soft);
}

.industries-crosslink-card.accent {
  --industries-cross-color: var(--color-accent);
  --industries-cross-soft: var(--color-accent-soft);
}

.industries-crosslink-card span {
  color: var(--industries-cross-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.industries-crosslink-card strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.industries-crosslink-card:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 3px;
}

.industries-method-section {
  background: #ffffff;
}

.industries-method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.industries-method-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--color-primary-soft) 100%);
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.industries-method-copy::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.industries-method-copy h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 30px;
  line-height: 1.32;
}

.industries-method-copy p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.industry-method-list {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 24px;
}

.industry-method-list ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-method-list li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--color-border);
  padding: 18px 0;
}

.industry-method-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.industry-method-list li:last-child {
  padding-bottom: 0;
}

.industry-method-list span {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.industry-method-list strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

.industries-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.industries-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.industries-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.industries-page .contact-section h2,
.industries-page .contact-section p {
  color: #ffffff;
}

.industries-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.industries-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.industries-page .contact-section .diagnosis-card p,
.industries-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.industry-detail-page .contact-section {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.16) 0 1px, transparent 1px 30px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.industry-detail-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.055) 100%);
  box-shadow: none;
}

.industry-detail-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.industry-detail-page .contact-section h2,
.industry-detail-page .contact-section p {
  color: #ffffff;
}

.industry-detail-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.industry-detail-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.22);
  background: #ffffff;
}

.industry-detail-page .contact-section .diagnosis-card h3 {
  color: var(--color-text);
}

.industry-detail-page .contact-section .diagnosis-card p,
.industry-detail-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

@media (hover: hover) and (pointer: fine) {
  .industries-hero-tags a:hover,
  .industries-hero-tags a:focus-visible {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
    color: var(--color-primary);
    transform: translateY(-1px);
  }

  .industries-hero-tags a:hover::after,
  .industries-hero-tags a:focus-visible::after {
    opacity: 1;
    transform: translateX(2px) rotate(45deg);
  }

  .industry-map-layer:hover,
  .industry-map-layer:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .industry-route-row:hover,
  .industry-route-row:focus-visible {
    background: var(--industry-route-soft);
  }

  .industry-route-links a:hover,
  .industry-route-links a:focus-visible {
    border-color: color-mix(in srgb, var(--industry-route-color) 35%, transparent);
    background: #ffffff;
    transform: translateY(-1px);
  }

  .industry-card:hover,
  .industry-card:focus-within {
    border-color: var(--industry-card-border);
    box-shadow: 0 14px 32px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .industries-crosslink-card:hover,
  .industries-crosslink-card:focus-visible {
    border-color: var(--industries-cross-color);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }
}

@media (max-width: 1100px) {
  .industries-gateway-layout,
  .industries-value-layout,
  .industries-crosslink-grid,
  .industries-method-layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 900px) {
  .industry-route-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .industry-route-row em {
    justify-self: start;
  }

  .industry-route-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .industries-gateway-layout {
    gap: 30px;
  }

  .industry-map-head,
  .industry-map-note {
    padding-inline: 18px;
  }

  .industry-map-layer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px;
  }

  .industry-map-layer span {
    grid-row: auto;
  }

  .industries-hero-facts span,
  .industries-hero-tags a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .industry-route-row,
  .industry-value-list article,
  .industries-crosslink-card,
  .industry-card,
  .industries-method-copy,
  .industry-method-list {
    min-height: auto;
    padding: 18px;
  }

  .industry-card-grid {
    grid-template-columns: 1fr;
  }

  .industry-card-groups {
    gap: 26px;
  }

  .industry-card-group-head {
    display: grid;
    gap: 6px;
  }

  .industry-card-group-head p {
    max-width: none;
    text-align: left;
  }

  .industry-value-list {
    grid-template-columns: 1fr;
  }

  .industries-method-copy h2 {
    font-size: 24px;
  }

  .industry-method-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .industry-value-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.cases-page section[id],
.case-detail-page section[id] {
  scroll-margin-top: 92px;
}

.cases-page .contact-section,
.case-detail-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.cases-page .contact-section .cta-card,
.case-detail-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.cases-page .contact-section .eyebrow,
.case-detail-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.cases-page .contact-section h2,
.cases-page .contact-section p,
.case-detail-page .contact-section h2,
.case-detail-page .contact-section p {
  color: #ffffff;
}

.cases-page .contact-section .boundary-text,
.case-detail-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.cases-page .contact-section .diagnosis-card,
.case-detail-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.cases-page .contact-section .diagnosis-card p,
.cases-page .contact-section .diagnosis-card li,
.case-detail-page .contact-section .diagnosis-card p,
.case-detail-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.cases-gateway-hero {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3faf8 56%, #f7f9fb 100%);
}

.cases-gateway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.cases-gateway-copy {
  min-width: 0;
}

.cases-gateway-copy .page-lead {
  max-width: 840px;
}

.case-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 840px;
  margin-top: 22px;
}

.case-hero-tags a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  padding: 0 13px;
  box-shadow: 0 8px 20px rgba(23, 32, 38, 0.06);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.case-hero-tags a::after {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.5;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.case-hero-tags a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 3px;
}

.case-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.case-hero-facts span {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
}

.case-map-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.16) 0 1px, transparent 1px 30px),
    linear-gradient(145deg, #123b36 0%, #172026 74%);
  box-shadow: 0 24px 60px rgba(23, 32, 38, 0.18);
}

.case-map-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 24px;
}

.case-map-head span {
  color: #a7d8d2;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.case-map-head strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.case-map-stack {
  display: grid;
  padding: 16px;
}

.case-map-layer {
  --case-map-color: #70c8bd;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  padding: 16px;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.case-map-layer + .case-map-layer {
  margin-top: 10px;
}

.case-map-layer.secondary {
  --case-map-color: #9ec8ec;
}

.case-map-layer.accent {
  --case-map-color: #f0c36c;
}

.case-map-layer.neutral {
  --case-map-color: #c7d5dd;
}

.case-map-layer span {
  grid-row: span 2;
  color: var(--case-map-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.case-map-layer strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.case-map-layer em {
  color: #dbe8e5;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.case-map-layer:focus-visible {
  outline: 3px solid rgba(240, 195, 108, 0.28);
  outline-offset: 3px;
}

.case-map-note {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px 24px 22px;
}

.case-map-note span {
  color: #dbe8e5;
  font-size: 13px;
  line-height: 1.55;
}

.cases-value-section {
  background: #ffffff;
}

.cases-value-layout,
.cases-crosslink-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.case-value-list {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.case-value-list article {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--color-border);
  padding: 18px 20px;
}

.case-value-list article:first-child {
  border-top: 0;
}

.case-value-list span {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.case-value-list strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

.cases-fit-section {
  background: #ffffff;
}

.cases-public-summary-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

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

.case-fit-card {
  --case-fit-color: var(--color-primary);
  --case-fit-soft: var(--color-primary-soft);
  --case-fit-border: var(--color-primary-border);
  display: grid;
  min-height: 150px;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--case-fit-soft) 120%);
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.case-fit-card.secondary {
  --case-fit-color: var(--color-secondary);
  --case-fit-soft: var(--color-secondary-soft);
  --case-fit-border: var(--color-secondary-border);
}

.case-fit-card.accent {
  --case-fit-color: var(--color-accent);
  --case-fit-soft: var(--color-accent-soft);
  --case-fit-border: var(--color-accent-border);
}

.case-fit-card.neutral {
  --case-fit-color: var(--color-text-muted);
  --case-fit-soft: #f7f9fb;
  --case-fit-border: var(--color-border-strong);
}

.case-fit-card span {
  width: fit-content;
  border-radius: 6px;
  background: #ffffff;
  color: var(--case-fit-color);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  padding: 7px 9px;
}

.case-fit-card strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.62;
}

.public-case-card {
  min-height: 288px;
}

.public-case-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.public-case-card em {
  display: block;
  margin-top: auto;
  border-top: 1px solid rgba(219, 228, 232, 0.88);
  color: var(--color-text-subtle);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.6;
  padding-top: 12px;
}

.case-public-note {
  margin: 18px auto 0;
  max-width: 860px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

.cases-crosslink-section {
  background: #ffffff;
  padding-top: 0;
}

.cases-crosslink-list {
  display: grid;
  gap: 12px;
}

.cases-crosslink-card {
  --cases-cross-color: var(--color-primary);
  --cases-cross-soft: var(--color-primary-soft);
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cases-cross-soft), #ffffff 78%);
  color: var(--color-text);
  padding: 19px 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cases-crosslink-card.secondary {
  --cases-cross-color: var(--color-secondary);
  --cases-cross-soft: var(--color-secondary-soft);
}

.cases-crosslink-card.accent {
  --cases-cross-color: var(--color-accent);
  --cases-cross-soft: var(--color-accent-soft);
}

.cases-crosslink-card span {
  color: var(--cases-cross-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.cases-crosslink-card strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.cases-crosslink-card:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .case-hero-tags a:hover,
  .case-hero-tags a:focus-visible {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
    color: var(--color-primary);
    transform: translateY(-1px);
  }

  .case-hero-tags a:hover::after,
  .case-hero-tags a:focus-visible::after {
    opacity: 1;
    transform: translateX(2px) rotate(45deg);
  }

  .case-map-layer:hover,
  .case-map-layer:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .cases-crosslink-card:hover,
  .cases-crosslink-card:focus-visible {
    border-color: var(--cases-cross-color);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .case-fit-card:hover,
  .case-fit-card:focus-within {
    border-color: var(--case-fit-border);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .case-reference-panel .case-reference-item:hover {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-2px);
  }
}

@media (max-width: 1100px) {
  .cases-gateway-layout,
  .cases-value-layout,
  .cases-crosslink-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .cases-gateway-layout {
    gap: 30px;
  }

  .case-map-head,
  .case-map-note {
    padding-inline: 18px;
  }

  .case-map-layer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px;
  }

  .case-map-layer span {
    grid-row: auto;
  }

  .case-hero-facts span,
  .case-hero-tags a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .case-value-list article,
  .case-fit-card,
  .cases-crosslink-card {
    min-height: auto;
    padding: 18px;
  }

  .case-value-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .case-fit-grid {
    grid-template-columns: 1fr;
  }
}

.insights-gateway-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f3faf8 58%, #f7f9fb 100%);
}

.insights-gateway-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.insights-gateway-copy {
  min-width: 0;
}

.insights-gateway-copy .page-lead {
  max-width: 860px;
}

.insights-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin-top: 22px;
}

.insights-hero-tags a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  padding: 10px 13px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.insights-hero-tags a::after {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.48;
  transform: rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.insights-hero-tags a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 3px;
}

.insights-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.insights-hero-facts span {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
}

.insight-map-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(112, 200, 189, 0.16) 0 1px, transparent 1px 32px),
    linear-gradient(145deg, #123b36 0%, #172026 72%);
  box-shadow: 0 24px 60px rgba(23, 32, 38, 0.18);
}

.insight-map-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 24px;
}

.insight-map-head span {
  color: #a7d8d2;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.insight-map-head strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
}

.insight-map-stack {
  display: grid;
  padding: 16px;
}

.insight-map-layer {
  --insight-map-color: #70c8bd;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  padding: 16px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.insight-map-layer + .insight-map-layer {
  margin-top: 10px;
}

.insight-map-layer.secondary {
  --insight-map-color: #9ec8ec;
}

.insight-map-layer.accent {
  --insight-map-color: #f0c36c;
}

.insight-map-layer.neutral {
  --insight-map-color: #c7d5dd;
}

.insight-map-layer span {
  grid-row: span 2;
  color: var(--insight-map-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.insight-map-layer strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.insight-map-layer em {
  color: #dbe8e5;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.insight-map-layer:focus-visible {
  outline: 3px solid rgba(240, 195, 108, 0.28);
  outline-offset: 3px;
}

.insight-map-note {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px 24px 22px;
}

.insight-map-note span {
  color: #dbe8e5;
  font-size: 13px;
  line-height: 1.55;
}

.insights-value-section,
.insights-routing-section,
.insights-articles-section {
  background: #ffffff;
}

.insights-crosslink-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.insights-value-section {
  padding-bottom: 34px;
}

.insights-value-brief {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--color-primary-soft), #ffffff 72%);
  box-shadow: var(--shadow-subtle);
  padding: 26px 30px 26px 34px;
}

.insights-value-brief::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary), var(--color-accent));
  content: "";
}

.insights-value-brief .eyebrow {
  margin-bottom: 10px;
}

.insights-value-brief h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 28px;
  line-height: 1.3;
}

.insights-value-brief p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.insights-map-visual-section {
  padding-top: 46px;
}

.insights-route-list {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

.insights-route-row {
  --insight-route-color: var(--color-primary);
  --insight-route-soft: var(--color-primary-soft);
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 20px 22px;
  transition: background 160ms ease;
}

.insights-route-row + .insights-route-row {
  border-top: 1px solid var(--color-border);
}

.insights-route-row.secondary {
  --insight-route-color: var(--color-secondary);
  --insight-route-soft: var(--color-secondary-soft);
}

.insights-route-row.accent {
  --insight-route-color: var(--color-accent);
  --insight-route-soft: var(--color-accent-soft);
}

.insights-route-row.neutral {
  --insight-route-color: var(--color-text-muted);
  --insight-route-soft: #f7f9fb;
}

.insights-route-row span {
  color: var(--insight-route-color);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.insights-route-row strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.insights-route-row em {
  justify-self: end;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--insight-route-soft);
  color: var(--insight-route-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  padding: 9px 11px;
}

.insights-route-row:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: -3px;
}

.insights-page .article-group-block {
  position: relative;
  overflow: hidden;
  border-color: var(--color-border-strong);
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--shadow-subtle);
}

.insights-page .article-group-block::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--color-primary);
  content: "";
}

.insights-page .article-group-block:nth-child(2)::before,
.insights-page .article-group-block:nth-child(5)::before {
  background: var(--color-secondary);
}

.insights-page .article-group-block:nth-child(3)::before {
  background: var(--color-accent);
}

.insights-page .article-list {
  position: relative;
  z-index: 1;
}

.insights-page .article-group-head {
  position: sticky;
  top: 96px;
  z-index: 1;
}

.insights-page .article-list-compact .article-list-item {
  border-color: var(--color-border);
  background: #ffffff;
}

.insights-topic-section .capability-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.insights-topic-section .capability-item {
  display: grid;
  min-height: 88px;
  align-items: center;
  text-align: center;
}

.insights-crosslink-section {
  background: #ffffff;
  padding-top: 0;
}

.insights-crosslink-list {
  display: grid;
  gap: 12px;
}

.insights-crosslink-card {
  --insights-cross-color: var(--color-primary);
  --insights-cross-soft: var(--color-primary-soft);
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--insights-cross-soft), #ffffff 78%);
  color: var(--color-text);
  padding: 19px 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.insights-crosslink-card.secondary {
  --insights-cross-color: var(--color-secondary);
  --insights-cross-soft: var(--color-secondary-soft);
}

.insights-crosslink-card.accent {
  --insights-cross-color: var(--color-accent);
  --insights-cross-soft: var(--color-accent-soft);
}

.insights-crosslink-card span {
  color: var(--insights-cross-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.insights-crosslink-card strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.insights-crosslink-card:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 3px;
}

.insights-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.insights-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.insights-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.insights-page .contact-section h2,
.insights-page .contact-section p {
  color: #ffffff;
}

.insights-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.insights-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.insights-page .contact-section .diagnosis-card p,
.insights-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.about-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.about-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.about-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.about-page .contact-section h2,
.about-page .contact-section p {
  color: #ffffff;
}

.about-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.about-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.about-page .contact-section .diagnosis-card p,
.about-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.about-gateway-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
}

.about-gateway-layout,
.about-principle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.about-gateway-copy .page-lead {
  max-width: 780px;
}

.about-hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 24px;
}

.about-hero-services a {
  border: 1px solid var(--color-primary-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.about-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.about-hero-facts span {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 8px 11px;
}

.about-identity-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(150deg, #123b36 0%, #172026 100%);
  box-shadow: 0 18px 44px rgba(23, 32, 38, 0.14);
  color: #ffffff;
}

.about-identity-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 22px;
}

.about-identity-head span {
  color: #a7d8d2;
  font-size: 14px;
  font-weight: 800;
}

.about-identity-head strong {
  max-width: 220px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
  text-align: right;
}

.about-identity-list {
  display: grid;
  margin: 0;
}

.about-identity-list div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 22px;
}

.about-identity-list div:last-child {
  border-bottom: 0;
}

.about-identity-list dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.about-identity-list dd {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.about-identity-list a {
  color: #ffffff;
}

.about-intro-section {
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.06) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.about-credentials-section {
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(36, 91, 143, 0.06) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #ffffff 0%, #f3f7f8 100%);
}

.about-principle-section {
  background: #ffffff;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.about-intro-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.about-intro-copy p + p {
  margin-top: 12px;
}

.about-intro-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-intro-points article {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-subtle);
  padding: 20px;
}

.about-intro-points span {
  display: inline-flex;
  width: fit-content;
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
}

.about-intro-points strong {
  display: block;
  margin-top: 14px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

.about-credentials-layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 26px;
}

.section-heading.about-credentials-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.about-credentials-copy p + p {
  margin-top: 12px;
}

.about-credentials-gallery {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 2.08fr);
  align-items: stretch;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  gap: 14px;
}

.credential-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.credential-card-preview {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  cursor: zoom-in;
  padding: 0;
}

.credential-card-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 38, 0) 62%, rgba(23, 32, 38, 0.1) 100%);
  opacity: 0;
  content: "";
  transition: opacity 160ms ease;
}

.credential-card-preview:focus-visible {
  outline: 3px solid var(--color-primary-border);
  outline-offset: -3px;
}

.credential-card-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(23, 32, 38, 0.1);
  opacity: 0.82;
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.credential-card-zoom svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.credential-card img {
  display: block;
  width: 100%;
  height: 224px;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  background: #f8fbfb;
  padding: 12px;
}

.credential-card-main img {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
  padding: 14px;
}

.credential-card figcaption {
  display: grid;
  align-content: start;
  gap: 6px;
  border-top: 1px solid var(--color-border);
  padding: 12px 14px 14px;
  text-align: center;
}

.credential-card figcaption span {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.credential-card figcaption strong {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.5;
}

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

.credential-card-list .credential-card img {
  aspect-ratio: auto;
}

@media (hover: hover) and (pointer: fine) {
  .credential-card:hover {
    border-color: var(--color-primary-border);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .credential-card-preview:hover::after {
    opacity: 1;
  }

  .credential-card-preview:hover .credential-card-zoom {
    border-color: var(--color-primary);
    background: #ffffff;
    opacity: 1;
    transform: translateY(-1px);
  }
}

body.credential-lightbox-open {
  overflow: hidden;
}

.credential-lightbox {
  position: fixed;
  inset: 0;
  z-index: 980;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.credential-lightbox[hidden] {
  display: none;
}

.credential-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.credential-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 26, 0.72);
  backdrop-filter: blur(6px);
}

.credential-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(980px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(10, 18, 26, 0.36);
  color: var(--color-text);
  transform: translateY(12px) scale(0.99);
  transition: transform 180ms ease;
}

.credential-lightbox.is-open .credential-lightbox-dialog {
  transform: translateY(0) scale(1);
}

.credential-lightbox-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
  padding: 18px 20px;
}

.credential-lightbox-head span {
  display: block;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.credential-lightbox-head h2 {
  margin: 8px 0 0;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.3;
}

.credential-lightbox-head p {
  margin: 8px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.credential-lightbox-close {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-text-muted);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.credential-lightbox-close:hover,
.credential-lightbox-close:focus-visible {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

.credential-lightbox-close:active {
  transform: translateY(1px);
}

.credential-lightbox-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.credential-lightbox-stage {
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: auto;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.05) 0 1px, transparent 1px 26px),
    #f4f8f8;
  padding: 18px;
}

.credential-lightbox-stage img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(70dvh, 760px);
  height: auto;
  object-fit: contain;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(23, 32, 38, 0.12);
}

.about-principle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-principle-list article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  box-shadow: var(--shadow-subtle);
  padding: 20px;
}

.about-principle-list span {
  display: inline-flex;
  width: fit-content;
  border-radius: 6px;
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
}

.about-principle-list strong {
  display: block;
  margin-top: 12px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}

.about-services-section .section-heading {
  max-width: 820px;
}

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

.about-service-item {
  min-height: 158px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.about-service-item span {
  display: block;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.about-service-item strong {
  display: block;
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-service-item.primary {
  border-color: var(--color-primary-border);
  background: linear-gradient(180deg, var(--color-primary-soft) 0%, #ffffff 82%);
}

.about-service-item.secondary {
  border-color: var(--color-secondary-border);
  background: linear-gradient(180deg, var(--color-secondary-soft) 0%, #ffffff 82%);
}

.about-service-item.accent {
  border-color: var(--color-accent-border);
  background: linear-gradient(180deg, var(--color-accent-soft) 0%, #ffffff 82%);
}

.about-fit-section {
  background: #ffffff;
}

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

.about-fit-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 28px;
}

.about-fit-card.muted {
  border-color: var(--color-accent-border);
  background: #fffaf0;
}

.about-fit-card h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 28px;
  line-height: 1.3;
}

.about-fit-card .compact-list {
  margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .about-hero-services a:hover,
  .about-hero-services a:focus-visible {
    border-color: var(--color-primary);
    background: #ffffff;
    color: var(--color-primary-hover);
    transform: translateY(-1px);
  }

  .about-service-item:hover,
  .about-service-item:focus-visible {
    border-color: var(--color-primary-border);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .insights-hero-tags a:hover,
  .insights-hero-tags a:focus-visible {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
    color: var(--color-primary);
    transform: translateY(-1px);
  }

  .insights-hero-tags a:hover::after,
  .insights-hero-tags a:focus-visible::after {
    opacity: 1;
    transform: translateX(2px) rotate(45deg);
  }

  .insight-map-layer:hover,
  .insight-map-layer:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }

  .insights-route-row:hover,
  .insights-route-row:focus-visible {
    background: linear-gradient(90deg, var(--insight-route-soft) 0%, #ffffff 72%);
  }

  .insights-crosslink-card:hover,
  .insights-crosslink-card:focus-visible {
    border-color: var(--insights-cross-color);
    box-shadow: 0 14px 30px rgba(23, 32, 38, 0.1);
    transform: translateY(-2px);
  }

  .insights-page .article-list-compact .article-list-item:hover {
    border-color: var(--color-primary-border);
    box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
    transform: translateY(-1px);
  }
}

@media (max-width: 1100px) {
  .about-gateway-layout,
  .about-intro-layout,
  .about-credentials-layout,
  .about-principle-layout,
  .about-fit-grid {
    grid-template-columns: 1fr;
  }

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

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

  .about-credentials-gallery {
    max-width: 940px;
  }

  .insights-gateway-layout,
  .insights-crosslink-grid {
    grid-template-columns: 1fr;
  }

  .insights-topic-section .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-credentials-gallery {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .credential-card-main {
    width: 100%;
    max-width: 540px;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .about-gateway-layout,
  .about-intro-layout,
  .about-credentials-layout,
  .about-principle-layout {
    gap: 28px;
  }

  .about-identity-head {
    display: grid;
    padding: 18px;
  }

  .about-identity-head strong {
    max-width: none;
    text-align: left;
  }

  .about-identity-list div,
  .about-principle-list,
  .about-intro-points,
  .credential-card-list,
  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-services a,
  .about-hero-facts span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .about-identity-list div,
  .about-fit-card,
  .about-service-item,
  .about-intro-points article,
  .about-principle-list article {
    padding: 18px;
  }

  .credential-card-list .credential-card img {
    height: 220px;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .credential-card-zoom {
    width: 34px;
    height: 34px;
  }

  .credential-lightbox {
    align-items: end;
    padding: 12px;
  }

  .credential-lightbox-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
  }

  .credential-lightbox-head {
    gap: 12px;
    padding: 16px;
  }

  .credential-lightbox-head h2 {
    font-size: 20px;
  }

  .credential-lightbox-head p {
    font-size: 14px;
  }

  .credential-lightbox-stage {
    padding: 12px;
  }

  .credential-lightbox-stage img {
    max-height: calc(100dvh - 190px);
  }

  .about-service-item {
    min-height: auto;
  }

  .about-fit-card h2 {
    font-size: 24px;
  }

  .insights-gateway-layout {
    gap: 30px;
  }

  .insight-map-head,
  .insight-map-note {
    padding-inline: 18px;
  }

  .insight-map-layer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px;
  }

  .insight-map-layer span {
    grid-row: auto;
  }

  .insights-hero-facts span,
  .insights-hero-tags a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .insights-crosslink-card {
    min-height: auto;
    padding: 18px;
  }

  .insights-route-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .insights-value-brief {
    padding: 22px 20px 22px 24px;
  }

  .insights-value-brief h2 {
    font-size: 23px;
  }

  .insights-route-row {
    align-items: start;
    padding: 18px;
  }

  .insights-route-row em {
    justify-self: start;
  }

  .insights-topic-section .capability-grid {
    grid-template-columns: 1fr;
  }

  .insights-page .article-group-head {
    position: static;
    top: auto;
  }
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.form-field-hint {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: #fff;
  color: var(--color-text);
  padding: 10px 12px;
}

.form-row textarea {
  min-height: 112px;
  resize: vertical;
}

.trust-evidence-grid,
.data-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

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

.trust-evidence-grid article,
.data-boundary-grid article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  padding: 18px;
}

.trust-evidence-grid strong,
.data-boundary-grid strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
}

.trust-evidence-grid span,
.data-boundary-grid span {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.collaboration-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.collaboration-panel > div {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.collaboration-panel > div:nth-child(2) {
  background: #fff7ed;
  border-color: #efd3b4;
}

.collaboration-panel h3,
.contact-route-box h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.contact-priority {
  margin: 12px 0 0;
  border-left: 3px solid var(--color-accent);
  background: var(--color-accent-soft);
  color: var(--color-text-muted);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.7;
}

.contact-route-box {
  margin-top: 18px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.privacy-page .privacy-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 118, 110, 0.14);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.07) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 76%);
}

.privacy-page .page-hero-grid {
  align-items: center;
}

.privacy-page .page-lead {
  max-width: 800px;
  color: #33444c;
}

.privacy-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.privacy-hero-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.privacy-principle-board {
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), transparent 42%),
    #172026;
  box-shadow: 0 22px 56px rgba(23, 32, 38, 0.14);
  color: #ffffff;
  padding: 28px;
}

.privacy-principle-board > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #cfe9e5;
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
}

.privacy-principle-board h2 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
}

.privacy-principle-board ol {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-principle-board li {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.privacy-principle-board li:hover {
  border-color: rgba(240, 195, 108, 0.56);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.privacy-principle-board strong {
  color: #ffffff;
  font-size: 17px;
}

.privacy-principle-board em {
  color: #d8e5e8;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.privacy-explain-section,
.privacy-commit-section,
.privacy-faq-section {
  background: #ffffff;
}

.privacy-explain-layout,
.privacy-commit-layout {
  display: grid;
  gap: 26px;
}

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

.privacy-card-grid article,
.privacy-commit-list article,
.privacy-rule-block,
.privacy-mini-grid article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 22px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.privacy-card-grid article:hover,
.privacy-commit-list article:hover,
.privacy-rule-block:hover,
.privacy-mini-grid article:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 14px 30px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.privacy-card-grid strong,
.privacy-commit-list strong,
.privacy-mini-grid strong {
  display: block;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.35;
}

.privacy-card-grid p,
.privacy-commit-list span,
.privacy-mini-grid span {
  display: block;
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.privacy-card-grid article:nth-child(2),
.privacy-commit-list article:nth-child(2) {
  border-color: var(--color-secondary-border);
}

.privacy-card-grid article:nth-child(3),
.privacy-commit-list article:nth-child(3) {
  border-color: var(--color-accent-border);
  background: var(--color-accent-soft);
}

.privacy-rules-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}

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

.privacy-rule-block {
  display: grid;
  align-content: start;
}

.privacy-rule-block h2 {
  max-width: 720px;
}

.privacy-rule-block > p:not(.eyebrow) {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.privacy-rule-block.accent {
  border-color: var(--color-accent-border);
  background: #fffaf3;
}

.privacy-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.privacy-mini-grid article {
  box-shadow: none;
  padding: 18px;
}

.privacy-commit-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.privacy-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.privacy-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.privacy-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.privacy-page .contact-section h2,
.privacy-page .contact-section p {
  color: #ffffff;
}

.privacy-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.privacy-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.privacy-page .contact-section .diagnosis-card p,
.privacy-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.compact-ordered-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.compact-ordered-list li {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
  padding-left: 4px;
}

.contact-page .contact-gateway-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #eef8f7 0%, #f8fbff 54%, #fff9ed 100%);
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
}

.contact-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-hero-tags a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  box-shadow: 0 8px 20px rgba(23, 32, 38, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.contact-hero-tags a:hover {
  border-color: var(--color-primary-border);
  color: var(--color-primary);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.contact-service-panel .visual-node {
  min-height: 82px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-service-panel .visual-node:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 12px 26px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.contact-channel-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(240, 195, 108, 0.16) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, #fff9ed 0%, #f4fbfa 30%, #f7f9ff 70%, #ffffff 100%);
}

.contact-channel-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.contact-page #contact-routes,
.contact-page #contact-form,
.contact-page #wechat-card {
  scroll-margin-top: 132px;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.contact-channel-card {
  --channel-accent: var(--color-primary);
  --channel-soft: var(--color-primary-soft);
  position: relative;
  display: grid;
  min-height: 262px;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  box-shadow: 0 12px 28px rgba(23, 32, 38, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-channel-card::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--channel-accent);
  content: "";
}

.contact-channel-card.primary {
  --channel-accent: var(--color-primary);
  --channel-soft: var(--color-primary-soft);
}

.contact-channel-card.secondary {
  --channel-accent: var(--color-secondary);
  --channel-soft: var(--color-secondary-soft);
}

.contact-channel-card.accent {
  --channel-accent: var(--color-accent);
  --channel-soft: var(--color-accent-soft);
}

.contact-channel-card:hover,
.contact-channel-card:focus-within {
  border-color: var(--color-primary-border);
  box-shadow: 0 18px 42px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.contact-channel-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  border-radius: 6px;
  background: var(--channel-soft);
  color: var(--channel-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 0 9px;
}

.contact-channel-card h3 {
  margin: 16px 0 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.35;
}

.contact-channel-card p {
  margin: 10px 0 18px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-channel-card .btn {
  position: relative;
  z-index: 3;
  align-self: end;
  width: 100%;
  margin-top: auto;
  padding-inline: 12px;
}

.contact-wechat-preview {
  position: absolute;
  left: 50%;
  bottom: 62px;
  z-index: 2;
  display: grid;
  width: 164px;
  justify-items: center;
  gap: 8px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(23, 32, 38, 0.14);
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.contact-wechat-preview::after {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(15, 118, 110, 0.24);
  border-bottom: 1px solid rgba(15, 118, 110, 0.24);
  background: rgba(255, 255, 255, 0.96);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.contact-wechat-preview img {
  width: 126px;
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.contact-wechat-preview small {
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-wechat-channel:hover .contact-wechat-preview,
.contact-wechat-channel:focus-within .contact-wechat-preview {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

@media (hover: none) {
  .contact-wechat-preview {
    display: none;
  }
}

.contact-request-panel {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(238, 247, 246, 0.92) 142%);
  box-shadow: 0 18px 46px rgba(23, 32, 38, 0.08);
  padding: 30px;
}

.contact-request-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.contact-intake-form {
  gap: 16px;
}

.contact-intake-form .form-alert {
  border-color: rgba(15, 118, 110, 0.2);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(240, 195, 108, 0.14));
}

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

.contact-intake-form .form-row input,
.contact-intake-form .form-row select,
.contact-intake-form .form-row textarea {
  border-color: rgba(42, 62, 70, 0.22);
  background: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.contact-intake-form .form-row input:focus,
.contact-intake-form .form-row select:focus,
.contact-intake-form .form-row textarea:focus {
  border-color: var(--color-primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
  outline: none;
}

.contact-intake-form .form-row input::placeholder,
.contact-intake-form .form-row textarea::placeholder {
  color: #8a9aa1;
}

.contact-intake-form #contact-problem {
  min-height: 148px;
}

.contact-channel-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

.contact-channel-choice legend {
  margin-bottom: 2px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 4px;
}

.contact-channel-choice .form-field-hint {
  flex-basis: 100%;
}

.contact-channel-choice label {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #f8fbfb;
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 650;
  padding: 0 12px;
}

.contact-channel-choice input {
  accent-color: var(--color-primary);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-actions .btn[disabled] {
  opacity: 0.62;
  pointer-events: none;
}

.contact-prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-prompt-card {
  --prompt-accent: var(--color-primary);
  --prompt-soft: var(--color-primary-soft);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-prompt-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--prompt-accent);
  content: "";
}

.contact-prompt-card.primary {
  --prompt-accent: var(--color-primary);
  --prompt-soft: var(--color-primary-soft);
}

.contact-prompt-card.secondary {
  --prompt-accent: var(--color-secondary);
  --prompt-soft: var(--color-secondary-soft);
}

.contact-prompt-card.accent {
  --prompt-accent: var(--color-accent);
  --prompt-soft: var(--color-accent-soft);
}

.contact-prompt-card:hover {
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 14px 32px rgba(23, 32, 38, 0.08);
  transform: translateY(-2px);
}

.contact-prompt-card span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 6px;
  background: var(--prompt-soft);
  color: var(--prompt-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 0 9px;
}

.contact-prompt-card strong {
  display: block;
  margin-top: 12px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.7;
}

.contact-send-panel {
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #0f3c42 0%, #172b38 72%, #2b3d52 100%);
  padding: 22px;
}

.contact-send-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
}

.contact-send-panel p {
  margin: 10px 0 0;
  color: #dbe8e5;
  line-height: 1.75;
}

.contact-page .contact-info-card {
  position: sticky;
  top: 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 251, 0.96) 100%);
  padding: 22px;
  box-shadow: 0 18px 46px rgba(23, 32, 38, 0.08);
}

.contact-page .contact-info-list div {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-page .contact-info-list div:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 10px 22px rgba(23, 32, 38, 0.06);
  transform: translateY(-2px);
}

.contact-page .contact-route-box {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
}

.contact-page .included-grid .included-item {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.contact-page .included-grid .included-item:hover {
  border-color: var(--color-primary-border);
  box-shadow: 0 10px 22px rgba(23, 32, 38, 0.06);
  transform: translateY(-2px);
}

.article-body .content-section > p {
  color: var(--color-text-muted);
  font-size: 17px;
}

.article-body .plain-list {
  margin-top: 18px;
}

.insight-article-page .page-hero {
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.06) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 78%);
}

.insight-article-page .page-hero-grid {
  align-items: center;
}

.insight-article-page .service-detail-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 36px;
}

.insight-article-page .article-body {
  gap: 0;
}

.insight-article-page .article-body .content-section {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 34px 22px;
}

.insight-article-page .article-body .content-section + .content-section {
  padding-top: 34px;
}

.insight-article-page .article-body .content-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.insight-article-page .article-body .content-section::before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 34px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-primary), rgba(36, 91, 143, 0.34));
  content: "";
}

.insight-article-page .article-body .content-section + .content-section::before {
  top: 37px;
}

.insight-article-page .article-body .content-section:last-child::before {
  bottom: 0;
}

.insight-article-page .article-body .content-section > .eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
}

.insight-article-page .article-body .content-section > p:not(.eyebrow) {
  max-width: 760px;
  line-height: 1.85;
}

.insight-article-page .article-body .content-section h2 {
  max-width: 780px;
}

.insight-article-page .sidebar-box {
  box-shadow: var(--shadow-subtle);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.insight-article-page .sidebar-box:first-child {
  border-color: var(--color-primary-border);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf9 100%);
}

.insight-article-page .sidebar-box p {
  line-height: 1.75;
}

.insight-article-page .insight-check-grid article,
.insight-article-page .insight-step-panel {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .insight-article-page .sidebar-box:hover,
  .insight-article-page .insight-check-grid article:hover,
  .insight-article-page .insight-step-panel:hover {
    border-color: var(--color-primary-border);
    box-shadow: 0 12px 26px rgba(23, 32, 38, 0.07);
    transform: translateY(-2px);
  }
}

.insight-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.insight-check-grid article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, var(--color-surface) 100%);
  padding: 18px;
}

.insight-check-grid strong {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
}

.insight-check-grid span {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.insight-step-panel {
  margin-top: 24px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.insight-step-panel h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.35;
}

.insight-step-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: insight-step;
}

.insight-step-list li {
  position: relative;
  display: grid;
  gap: 4px;
  padding-left: 46px;
  counter-increment: insight-step;
}

.insight-step-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  content: counter(insight-step);
  font-size: 13px;
  font-weight: 700;
}

.insight-step-list strong {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
}

.insight-step-list span {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.insight-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
}

.site-footer {
  background: #102027;
  color: rgba(255, 255, 255, 0.82);
  padding: 50px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.8fr));
  gap: 34px;
}

.footer-brand strong,
.site-footer h2 {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.footer-brand p,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-brand span {
  display: inline-flex;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  padding: 4px 8px;
}

.footer-contact-list {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li,
.footer-contact-list a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.footer-contact-list a {
  display: inline;
  margin-top: 0;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin-top: 8px;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer-home .footer-grid {
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.78fr));
}

.footer-address {
  margin-top: 8px;
  line-height: 1.6;
}

.site-footer .footer-icp {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  margin-top: 0;
}

.site-footer .footer-icp:hover {
  color: #fff;
}

.footer-record-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 14px;
  align-items: center;
  text-align: right;
}

.footer-record-links .footer-icp,
.site-footer .footer-police-record {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.site-footer .footer-police-record {
  gap: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-police-record img {
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}

.site-footer .footer-police-record:hover {
  color: #fff;
}

.site-footer .footer-contact-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-weight: 650;
  padding: 0 12px;
}

body.geo-promo-open {
  overflow: hidden;
}

.geo-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.geo-promo-modal[hidden] {
  display: none;
}

.geo-promo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.geo-promo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 38, 0.62);
  backdrop-filter: blur(8px);
}

.geo-promo-dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(760px, calc(100dvh - 36px));
  overflow: auto;
  border: 1px solid rgba(167, 216, 210, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #ffffff 0%, #fbfdfd 58%, var(--color-primary-soft) 152%);
  box-shadow: 0 28px 80px rgba(23, 32, 38, 0.28);
  color: var(--color-text);
  transform: translateY(16px) scale(0.985);
  transition: transform 220ms ease;
}

.geo-promo-dialog::before {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-accent));
  content: "";
}

.geo-promo-modal.is-open .geo-promo-dialog {
  transform: translateY(0) scale(1);
}

.geo-promo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 0;
}

.geo-promo-kicker {
  margin: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
}

.geo-promo-close {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-text-muted);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.geo-promo-close:hover {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

.geo-promo-close:active {
  transform: translateY(1px);
}

.geo-promo-close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.geo-promo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr);
  align-items: start;
  gap: 22px;
  padding: 18px 24px 0;
}

.geo-promo-copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--color-text);
  font-size: 32px;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.22;
}

.geo-promo-copy .geo-promo-subtitle {
  display: inline-block;
  margin: 12px 0 0;
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

.geo-promo-copy p {
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.geo-promo-copy .geo-promo-trust {
  max-width: 560px;
  margin-top: 12px;
  border-top: 1px solid rgba(167, 216, 210, 0.72);
  color: var(--color-text-subtle);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 10px;
}

.geo-promo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.geo-promo-tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px;
}

.geo-promo-signal {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--color-secondary-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(232, 241, 248, 0.86) 0%, rgba(255, 255, 255, 0.88) 100%);
  padding: 16px;
}

.geo-promo-image {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: -4px -4px 2px;
  border: 1px solid rgba(184, 209, 229, 0.78);
  border-radius: 8px;
  background: #082033;
}

.geo-promo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geo-promo-signal-label {
  color: var(--color-text-subtle);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.geo-promo-signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.geo-promo-signal-row span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.geo-promo-signal strong {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 6px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.geo-promo-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 24px 0;
}

.geo-promo-points article {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  padding: 16px;
}

.geo-promo-points span {
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.geo-promo-points h3 {
  margin: 8px 0 0;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.35;
}

.geo-promo-points p {
  margin: 8px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.geo-promo-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 24px 24px;
}

.geo-promo-actions .btn {
  width: 100%;
  min-width: 0;
}

.geo-promo-actions button.btn {
  font-family: inherit;
  cursor: pointer;
}

.btn-tertiary {
  border: 1px solid var(--color-border-strong);
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
}

.btn-tertiary:hover {
  border-color: var(--color-primary-border);
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .geo-promo-modal {
    align-items: end;
    padding: 12px;
  }

  .geo-promo-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
  }

  .geo-promo-top {
    padding: 18px 18px 0;
  }

  .geo-promo-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px 18px 0;
  }

  .geo-promo-copy h2 {
    font-size: 27px;
  }

  .geo-promo-points {
    grid-template-columns: 1fr;
    padding: 18px 18px 0;
  }

  .geo-promo-actions {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

.not-found-hero {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #ffffff 0%, #eef7f6 100%);
}

.not-found-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: stretch;
  gap: 28px;
}

.not-found-direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--color-text-muted);
  font-size: 14px;
}

.not-found-direct-contact a {
  color: var(--color-primary);
  font-weight: 700;
}

.not-found-route-card,
.not-found-entry-card,
.not-found-panel {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.not-found-route-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
}

.not-found-route-card > span,
.not-found-entry-card > span {
  color: var(--color-text-subtle);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.not-found-route-card h2,
.not-found-entry-card h3,
.not-found-panel h3 {
  margin: 0;
  color: var(--color-text);
  line-height: 1.35;
}

.not-found-route-card a,
.not-found-panel a,
.not-found-link-list a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

.not-found-route-card a:hover,
.not-found-panel a:hover,
.not-found-link-list a:hover {
  color: var(--color-primary-hover);
}

.not-found-entry-section {
  background: #ffffff;
}

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

.not-found-entry-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.not-found-entry-card.primary {
  border-color: var(--color-primary-border);
  background:
    linear-gradient(180deg, rgba(230, 245, 243, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.not-found-entry-card p,
.not-found-panel p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.not-found-link-list {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.not-found-knowledge-section {
  background: var(--color-bg);
}

.not-found-knowledge-layout {
  display: grid;
  gap: 24px;
}

.not-found-knowledge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.not-found-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.not-found-panel a {
  display: block;
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
}

.not-found-faq-section {
  background: #ffffff;
}

.not-found-page .contact-section {
  background:
    linear-gradient(135deg, rgba(233, 180, 76, 0.12) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #123b36 0%, #172026 100%);
}

.not-found-page .contact-section .cta-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.not-found-page .contact-section .eyebrow {
  color: #a7d8d2;
}

.not-found-page .contact-section h2,
.not-found-page .contact-section p {
  color: #ffffff;
}

.not-found-page .contact-section .boundary-text {
  border-left-color: var(--color-accent);
  color: #dbe8e5;
}

.not-found-page .contact-section .diagnosis-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #ffffff;
}

.not-found-page .contact-section .diagnosis-card p,
.not-found-page .contact-section .diagnosis-card li {
  color: var(--color-text-muted);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 90;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--color-primary-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(23, 32, 38, 0.14);
  color: var(--color-primary);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-bottom span:nth-child(2) {
  max-width: 520px;
  text-align: center;
}

.footer-bottom span:last-child,
.footer-bottom a:last-child {
  text-align: right;
}

@media (max-width: 1023px) {
  .desktop-nav,
  .header-contact-actions,
  .site-quickbar,
  .header-cta {
    display: none;
  }

  .mobile-quickbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--color-border);
    background: var(--color-primary-soft);
  }

  .mobile-quickbar a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 750;
  }

  .mobile-quickbar a + a {
    border-left: 1px solid var(--color-primary-border);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .page-hero-grid,
  .industry-proof-grid,
  .diagnosis-layout,
  .home-asset-grid,
  .home-asset-grid.reverse,
  .split-section,
  .customers-grid,
  .faq-layout,
  .cta-card,
  .case-card,
  .case-showcase,
  .topic-map,
  .article-group-block,
  .service-proof-grid,
  .service-detail-layout,
  .service-support-panel,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .insight-article-page .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .home-delivery-board {
    min-height: 0;
  }

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

  .service-overview-grid,
  .detail-grid,
  .deliverables-grid,
  .decision-path-grid,
  .service-support-grid,
  .insight-check-grid,
  .evidence-grid,
  .acceptance-panel,
  .proof-card-grid,
  .value-grid,
  .listing-grid,
  .case-evidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-list,
  .service-detail-layout .process-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .sidebar-stack {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .home-page .support-section {
    background: #ffffff;
  }

  .home-page .section-band .process-list::before {
    display: none;
  }

  .home-page .support-section .capability-grid,
  .home-page .customer-panel {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    padding: 44px 0 56px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .section-heading h2,
  .case-card h2,
  .cta-card h2 {
    font-size: 26px;
  }

  .page-hero {
    padding: 38px 0 48px;
  }

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

  .page-lead {
    font-size: 17px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text span {
    display: none;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-record-links {
    justify-content: center;
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 330px;
  }

  .hero-service-tags,
  .hero-contact-line {
    gap: 8px;
  }

  .hero-service-tags a,
  .home-service-strip-inner a {
    font-size: 13px;
    padding: 7px 9px;
  }

  .home-delivery-board {
    min-height: 0;
    padding: 14px;
  }

  .delivery-board-head {
    display: grid;
    justify-content: stretch;
  }

  .delivery-board-head strong {
    text-align: left;
  }

  .delivery-board-main,
  .delivery-board-row {
    grid-template-columns: 1fr;
  }

  .mock-browser {
    min-height: auto;
  }

  .home-service-strip-inner {
    align-items: flex-start;
  }

  .home-service-strip-inner > span {
    width: 100%;
  }

  .home-service-strip-inner a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .home-service-proof {
    flex: 1 1 100%;
    width: 100%;
    height: 30px;
    margin-left: 0;
    padding-left: 0;
  }

  .home-service-proof::before {
    display: none;
  }

  .home-service-proof-track span {
    justify-content: center;
    text-align: center;
  }

  .flow-card-main {
    inset: 12px 0 auto 0;
    padding: 18px;
  }

  .content-grid {
    gap: 8px;
    margin-top: 16px;
  }

  .content-grid div {
    font-size: 13px;
    padding: 9px;
  }

  .mini-card {
    width: min(210px, 74vw);
    padding: 12px;
  }

  .mini-card-search {
    right: 0;
    top: 160px;
  }

  .mini-card-contact {
    left: 0;
    right: auto;
    bottom: 34px;
  }

  .boundary-card {
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    padding: 10px;
  }

  .boundary-card span {
    font-size: 12px;
    padding: 3px 7px;
  }

  .flow-line {
    display: none;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .service-grid,
  .service-overview-grid,
  .detail-grid,
  .decision-path-grid,
  .insight-check-grid,
  .evidence-grid,
  .acceptance-panel,
  .proof-card-grid,
  .value-grid,
  .listing-grid,
  .case-meta,
  .case-evidence-grid,
  .principle-grid,
  .capability-grid,
  .service-support-panel,
  .service-support-grid,
  .process-list,
  .included-grid,
  .footer-grid,
  .sidebar-stack {
    grid-template-columns: 1fr;
  }

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

  .customer-list {
    grid-template-columns: 1fr;
  }

  .diagnosis-checklist article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .diagnosis-checklist article span {
    width: 40px;
    height: 40px;
  }

  .article-list-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .article-list-link {
    width: 100%;
  }

  .article-group-block {
    padding: 20px;
  }

  .article-group-head {
    position: static;
  }

  .article-group-head h3 {
    font-size: 21px;
  }

  .case-card,
  .cta-card {
    padding: 24px;
  }

  .diagnosis-card .btn {
    width: 100%;
  }

  .home-page .diagnosis-layout .section-heading.align-left,
  .home-page .support-section .section-heading.align-left,
  .home-page .customers-section .section-heading.align-left,
  .home-page .faq-section .section-heading.align-left,
  .home-page .support-section .capability-grid,
  .home-page .customer-panel,
  .home-page .faq-section .faq-list {
    padding: 18px;
  }

  .home-page .diagnosis-checklist article {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px;
  }

  .home-page .diagnosis-checklist article span {
    width: 44px;
    height: 44px;
  }

  .home-page .deliverables-grid article {
    min-height: auto;
  }

  .home-page .support-section .capability-item {
    min-height: 64px;
  }

  .home-page .contact-section .cta-card {
    padding: 24px;
  }

  .asset-copy h2 {
    font-size: 27px;
  }

  .asset-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .insights-map-stack .asset-copy {
    text-align: left;
  }

  .insights-map-stack .asset-proof-list {
    grid-template-columns: 1fr;
  }

  .home-diagnostic-stack .asset-copy {
    text-align: left;
  }

  .home-diagnostic-stack .asset-proof-list {
    grid-template-columns: 1fr;
  }

  .service-blueprint-stack .asset-copy {
    text-align: left;
  }

  .service-blueprint-stack .asset-proof-list {
    grid-template-columns: 1fr;
  }

  .case-asset-stack .asset-copy {
    text-align: left;
  }

  .case-asset-stack .asset-proof-list {
    grid-template-columns: 1fr;
  }

  .services-page .services-choice-section .section-heading.align-left,
  .services-page .faq-section .faq-list,
  .service-support-panel {
    padding: 18px;
  }

  .services-page .services-primary-grid .service-card,
  .services-page .services-deliverables-grid article {
    min-height: auto;
  }

  .services-page .service-choice-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px;
  }

  .services-page .service-choice-list article span {
    width: 44px;
    height: 44px;
  }

  .service-support-intro {
    padding: 20px;
  }

  .service-support-item {
    min-height: auto;
  }

  .page-actions {
    flex-direction: column;
  }

  .industry-detail-page .industry-proof-section {
    padding-top: 42px;
  }

  .industry-detail-page .industry-proof-grid {
    gap: 22px;
  }

  .industry-detail-page .industry-proof-copy h2 {
    font-size: 26px;
  }

  .industry-detail-page .industry-proof-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.75;
  }

  .industry-detail-page .industry-route-panel {
    padding: 18px;
  }

  .industry-detail-page .industry-route-panel::before {
    inset: 20px auto 20px 28px;
  }

  .industry-detail-page .industry-route-step {
    padding: 14px 14px 14px 44px;
  }

  .industry-detail-page .industry-route-step::before {
    left: 17px;
    top: 19px;
  }

  .service-closing-cta .cta-card {
    grid-template-columns: 1fr;
  }

  .service-closing-actions {
    justify-content: stretch;
  }

  .service-closing-actions .btn {
    width: 100%;
  }

  .price-row {
    grid-template-columns: 1fr;
  }

  .price-row span {
    text-align: left;
  }

  .choice-table {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .choice-table table,
  .choice-table tbody,
  .choice-table tr,
  .choice-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .choice-table thead {
    display: none;
  }

  .choice-table tbody {
    display: grid;
    gap: 12px;
  }

  .choice-table tr {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-surface);
    padding: 14px 16px;
  }

  .choice-table td {
    border: 0;
    padding: 0;
  }

  .choice-table td:first-child {
    color: var(--color-text);
    font-weight: 650;
    line-height: 1.45;
  }

  .choice-table td:first-child::before {
    display: block;
    margin-bottom: 4px;
    color: var(--color-text-subtle);
    font-size: 13px;
    font-weight: 650;
    content: "当前问题";
  }

  .choice-table td:last-child {
    margin-top: 12px;
    border-top: 1px solid var(--color-border);
    color: var(--color-primary);
    font-weight: 650;
    padding-top: 12px;
  }

  .choice-table td:last-child::before {
    display: block;
    margin-bottom: 4px;
    color: var(--color-text-subtle);
    font-size: 13px;
    font-weight: 650;
    content: "建议起步方式";
  }

  .sidebar-stack {
    gap: 10px;
  }

  .sidebar-box {
    padding: 16px;
  }

  .insight-article-page .article-body .content-section {
    padding-left: 16px;
  }

  .insight-article-page .article-body .content-section h2 {
    font-size: 24px;
  }

  .sidebar-box .btn {
    width: auto;
  }

  .visual-matrix,
  .visual-metric-row,
  .visual-device-grid,
  .case-flow-item {
    grid-template-columns: 1fr;
  }

  .visual-panel {
    padding: 20px;
  }

  .visual-lane {
    grid-template-columns: 1fr;
  }

  .case-visual,
  .insight-map {
    padding: 22px;
  }

  .case-sample-head {
    flex-direction: column;
  }

  .case-sample-badge {
    width: fit-content;
  }

  .case-sample-lead {
    font-size: 16px;
  }

  .case-sample-pills span {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
  }

  .case-reference-panel .case-reference-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .not-found-hero-grid,
  .not-found-entry-grid,
  .not-found-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .not-found-route-card,
  .not-found-entry-card,
  .not-found-panel {
    padding: 20px;
  }

  .not-found-direct-contact {
    display: grid;
    gap: 8px;
  }

  .site-footer {
    padding: 34px 0 20px;
  }

  .back-to-top {
    display: none;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-brand p,
  .site-footer p {
    line-height: 1.6;
  }

  .site-footer a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    margin: 0 14px 0 0;
  }

  .site-footer h2 {
    margin-bottom: 8px;
  }

  .footer-brand span {
    margin-top: 12px;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
  }
}

@media (max-width: 1023px) {
  .privacy-card-grid,
  .privacy-commit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-rules-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-info-card {
    position: static;
    top: auto;
  }

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

  .contact-request-panel {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .contact-hero-tags a {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }

  .contact-prompt-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel-card {
    min-height: auto;
  }

  .contact-channel-choice label,
  .contact-direct-actions .btn {
    flex: 1 1 160px;
  }

  .form-actions .btn {
    flex: 1 1 180px;
  }

  .contact-request-panel,
  .contact-send-panel,
  .contact-page .contact-info-card {
    padding: 20px;
  }

  .contact-wechat-card {
    grid-template-columns: 1fr;
  }

  .contact-wechat-card img {
    width: min(180px, 100%);
    justify-self: center;
  }

  .privacy-hero-tags span {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }

  .privacy-principle-board,
  .privacy-card-grid article,
  .privacy-commit-list article,
  .privacy-rule-block {
    padding: 20px;
  }

  .privacy-card-grid,
  .privacy-commit-list,
  .privacy-mini-grid {
    grid-template-columns: 1fr;
  }

  .geo-hero-tags span {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }

  .service-ai-geo-page .content-section {
    padding: 20px;
  }

  .service-ai-customer-page .content-section {
    padding: 20px;
  }

  .service-ai-office-page .content-section {
    padding: 20px;
  }

  .service-app-page .content-section {
    padding: 20px;
  }

  .service-automation-page .content-section {
    padding: 20px;
  }

  .service-ad-landing-page .content-section {
    padding: 20px;
  }

  .service-web-mini-page .content-section {
    padding: 20px;
  }

  .service-software-page .content-section {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .home-service-proof-track {
    animation: none !important;
    transform: translateY(0);
  }
}
