:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #f1f5ff;
  --text: #0f172a;
  --muted: #64748b;
  --muted-2: #475569;
  --border: #e2e8f0;
  --border-2: #cbd5e1;
  --brand: #0b3d91;
  --brand-2: #2563eb;
  --brand-3: #60a5fa;
  --ring: rgba(37, 99, 235, .25);
  --shadow: 0 10px 30px rgba(2, 6, 23, .08);
  --shadow-sm: 0 6px 14px rgba(2, 6, 23, .08);
  --radius: 14px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, PingFang SC, Microsoft Yahei, Helvetica Neue, sans-serif;
  color: var(--text);
  background: radial-gradient(900px 260px at 30% 0%, rgba(37, 99, 235, .12), transparent 55%), var(--bg);
  line-height: 1.6;
}

a {
  color: inherit
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #fff;
  backdrop-filter: saturate(1.4) blur(10px);
  background: linear-gradient(90deg, rgba(11, 61, 145, .92) 0%, rgba(37, 99, 235, .88) 70%, rgba(96, 165, 250, .82) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 14px;
  padding: 10px 0
}

.logo {
  font-weight: 900;
  letter-spacing: .4px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap
}

.nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center
}

.nav a {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .14)
}

.nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .18)
}

.nav-toggle {
  display: none;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  height: 40px;
  width: 44px
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, .16)
}

.hero {
  color: #fff;
  padding: 88px 0 64px;
  background:
    radial-gradient(900px 420px at 20% 15%, rgba(255, 255, 255, .16), transparent 60%),
    radial-gradient(900px 420px at 85% 10%, rgba(96, 165, 250, .35), transparent 62%),
    linear-gradient(135deg, #0b3d91 0%, #1d4ed8 55%, #60a5fa 120%);
}

.hero-inner {
  max-width: 880px
}

.hero h1 {
  font-size: 44px;
  line-height: 1.18;
  margin: 0 0 12px;
  letter-spacing: -.2px
}

.hero p {
  font-size: 18px;
  opacity: .95;
  margin: 0 0 20px;
  max-width: 720px
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid var(--border-2);
  color: var(--brand);
  background: var(--surface);
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .04);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm)
}

.btn:active {
  transform: translateY(0)
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-color: rgba(255, 255, 255, .0);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .18)
}

.btn.primary:hover {
  box-shadow: 0 16px 30px rgba(37, 99, 235, .22)
}

.hero .btn {
  border-color: rgba(255, 255, 255, .34)
}

.hero .btn:not(.primary) {
  background: rgba(255, 255, 255, .12);
  color: #fff
}

.section {
  padding: 56px 0
}

.section.alt {
  background: linear-gradient(180deg, rgba(241, 245, 255, .85), rgba(246, 248, 252, .0))
}

.section h2 {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 26px;
  letter-spacing: -.1px
}

.page-hero {
  color: #e6eefb;
  padding: 40px 0 28px;
  background:
    radial-gradient(900px 340px at 10% 0%, rgba(255, 255, 255, .16), transparent 60%),
    linear-gradient(135deg, rgba(11, 61, 145, .96) 0%, rgba(37, 99, 235, .92) 70%, rgba(96, 165, 250, .82) 130%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.page-hero h1 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 34px;
  letter-spacing: -.15px
}

.page-hero p {
  margin: 0;
  max-width: 980px
}

.breadcrumb {
  font-size: 13px;
  opacity: .95
}

.breadcrumb a {
  color: #e6eefb;
  text-decoration: none
}

.breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 12px;
  font-weight: 800
}

.panel {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.grid.two {
  grid-template-columns: repeat(2, 1fr)
}

.card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(148, 163, 184, .55);
  background: var(--surface)
}

.card h3 {
  margin: 0 0 8px;
  font-size: 16px
}

.card p {
  margin: 0;
  color: var(--muted-2)
}

.service-grid {
  gap: 14px;
  grid-template-columns: repeat(2, 1fr)
}

.service-card {
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr auto
}

.service-head {
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.service-head-body {
  display: grid;
  gap: 4px
}

.service-head-body h3 {
  margin: 0
}

.service-head-body p {
  margin: 0
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11, 61, 145, .96) 0%, rgba(37, 99, 235, .92) 70%, rgba(96, 165, 250, .82) 130%);
  box-shadow: 0 12px 20px rgba(37, 99, 235, .18);
  flex: 0 0 44px;
  position: relative;
}

.service-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  color: #fff;
  letter-spacing: .5px;
}

.service-icon[data-i="search"]::after {
  content: "查"
}

.service-icon[data-i="flow"]::after {
  content: "程"
}

.service-icon[data-i="product"]::after {
  content: "产"
}

.service-icon[data-i="system"]::after {
  content: "体"
}

.service-points {
  gap: 6px
}

.service-actions {
  margin-top: auto
}

.service-actions .btn {
  flex: 1 1 140px
}

.steps {
  display: grid;
  gap: 12px
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.step-index {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(37, 99, 235, .18);
}

.step-body h3 {
  margin: 0 0 4px;
  font-size: 16px
}

.step-body p {
  margin: 0;
  color: var(--muted-2)
}

.search-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.search-form input {
  height: 44px;
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .9);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.search-form input::placeholder {
  color: rgba(100, 116, 139, .85)
}

.search-form input:focus {
  border-color: rgba(37, 99, 235, .55);
  box-shadow: 0 0 0 4px var(--ring);
  background: #fff
}

.contact-form input,
.contact-form textarea,
.select {
  width: 100%;
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, .9);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.contact-form textarea {
  resize: vertical
}

.contact-form input:focus,
.contact-form textarea:focus,
.select:focus {
  border-color: rgba(37, 99, 235, .55);
  box-shadow: 0 0 0 4px var(--ring);
  background: #fff
}

.select {
  height: 44px;
  padding: 0 12px
}

.table-wrap {
  overflow: auto;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px
}

.table th,
.table td {
  padding: 12px 12px;
  border-bottom: 1px solid rgba(226, 232, 240, .92);
  text-align: left;
  white-space: nowrap
}

.table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  color: #334155;
  font-weight: 900;
}

.table tbody tr:hover td {
  background: rgba(37, 99, 235, .06)
}

.search-stats {
  margin: 8px 0 12px;
  color: var(--muted-2);
  font-weight: 700
}

.link {
  color: var(--brand);
  text-decoration: none;
  font-weight: 900
}

.link:hover {
  text-decoration: underline;
  text-underline-offset: 4px
}

.status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(148, 163, 184, .35);
  background: rgba(241, 245, 249, .9);
  color: var(--muted-2);
}

.status.ok {
  background: rgba(34, 197, 94, .10);
  border-color: rgba(34, 197, 94, .25);
  color: #166534
}

.status.warn {
  background: rgba(245, 158, 11, .12);
  border-color: rgba(245, 158, 11, .28);
  color: #92400e
}

.status.pause {
  background: rgba(59, 130, 246, .12);
  border-color: rgba(59, 130, 246, .28);
  color: #1e40af
}

.status.bad {
  background: rgba(239, 68, 68, .12);
  border-color: rgba(239, 68, 68, .28);
  color: #991b1b
}

.status.mute {
  background: rgba(100, 116, 139, .10);
  border-color: rgba(100, 116, 139, .22);
  color: #334155
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 12px
}

.media-item {
  display: grid;
  gap: 10px
}

.media-title {
  font-weight: 950;
  color: var(--text)
}

.media-slot {
  position: relative;
  border-radius: 18px;
  border: 1px dashed rgba(148, 163, 184, .55);
  background:
    radial-gradient(700px 240px at 20% 0%, rgba(37, 99, 235, .10), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 250, 252, .82));
  padding: 12px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  border-radius: 12px
}

.media-placeholder {
  font-weight: 900;
  color: rgba(100, 116, 139, .85);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 999px;
  padding: 8px 12px;
}

.cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px
}

.demo-note {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
  padding: 10px 12px;
  font-weight: 800;
}

.cert-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 14px;
  align-items: start
}

.cert-grid.single {
  grid-template-columns: 1fr
}

.cert-main,
.cert-side {
  display: grid;
  gap: 14px
}

.panel-head {
  display: grid;
  gap: 6px;
  margin-bottom: 10px
}

.cert-info .kv-row {
  background: rgba(255, 255, 255, .85)
}

.cert-media .media-grid {
  grid-template-columns: 1fr
}

.cert-media .media-slot {
  min-height: 240px
}

.cert-status .callout {
  margin-top: 14px
}

.system-result .media-slot {
  min-height: 360px
}

.info-section {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.info-wrap {
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .45);
  background: rgba(255, 255, 255, .86)
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent
}

.info-caption {
  caption-side: top;
  text-align: left;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 950;
  color: var(--brand);
  background: rgba(37, 99, 235, .08);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
}

.info-table tr+tr th,
.info-table tr+tr td {
  border-top: 1px solid rgba(226, 232, 240, .9)
}

.info-table th {
  width: 220px;
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 900;
  background: rgba(241, 245, 255, .72);
  vertical-align: top
}

.info-table td {
  padding: 12px 14px;
  color: var(--text);
  font-weight: 750
}

.info-table .info-subhead th {
  width: auto;
  color: var(--brand);
  background: rgba(37, 99, 235, .08)
}

.info-table .info-subhead th,
.info-table .info-subhead td {
  padding: 10px 14px
}

.info-table .info-subhead th {
  font-weight: 950
}

.info-table .info-subhead td {
  display: none
}

@media (max-width:640px) {
  .info-caption {
    padding: 10px 12px;
    font-size: 13px
  }

  .info-table th {
    width: 132px;
    padding: 10px 10px;
    font-size: 12px
  }

  .info-table td {
    padding: 10px 10px;
    font-size: 13px;
    word-break: break-word
  }

  .info-table .info-subhead th {
    padding: 10px 12px
  }
}

.two-col {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
  align-items: start
}

.kv {
  display: grid;
  gap: 10px
}

.kv-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: var(--radius-sm);
  background: rgba(248, 250, 252, .8);
}

.kv-k {
  color: #334155;
  font-weight: 900
}

.kv-v {
  color: var(--text)
}

.actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px
}

.callout {
  margin-top: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(226, 232, 240, .92);
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 250, 252, .75));
  padding: 14px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.callout.subtle {
  background: rgba(248, 250, 252, .82)
}

.callout-title {
  font-weight: 900;
  color: var(--brand);
  margin-bottom: 6px
}

.callout-body {
  color: var(--muted-2)
}

.list {
  display: grid;
  gap: 8px;
  color: var(--muted-2)
}

.muted {
  color: var(--muted)
}

.small {
  font-size: 12px
}

.faq {
  display: grid;
  gap: 10px
}

.faq details {
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  padding: 12px 12px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--brand);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq summary::after {
  content: "›";
  transform: rotate(90deg);
  opacity: .7;
  font-size: 18px;
  transition: transform .15s ease, opacity .15s ease;
}

.faq details[open] summary::after {
  transform: rotate(-90deg);
  opacity: 1
}

.faq-body {
  margin-top: 10px;
  color: var(--muted-2)
}

.flow-tabs {
  margin-top: 16px
}

.flow-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.flow-tablist {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px
}

.flow-tab {
  cursor: pointer;
  user-select: none;
  font-weight: 950;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, .92);
  background: rgba(255, 255, 255, .9);
  color: var(--muted-2);
  transition: background .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.flow-tab:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(148, 163, 184, .55);
  color: var(--text)
}

.flow-panels {
  margin-top: 12px
}

.flow-panel {
  display: none
}

#flow-product:checked~.flow-tablist label[for="flow-product"],
#flow-system:checked~.flow-tablist label[for="flow-system"],
#flow-change:checked~.flow-tablist label[for="flow-change"] {
  color: #fff;
  border-color: rgba(255, 255, 255, .0);
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 14px 28px rgba(37, 99, 235, .18);
}

#flow-product:checked~.flow-panels .flow-panel[data-for="flow-product"] {
  display: block
}

#flow-system:checked~.flow-panels .flow-panel[data-for="flow-system"] {
  display: block
}

#flow-change:checked~.flow-panels .flow-panel[data-for="flow-change"] {
  display: block
}

.flowchart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px
}

.flow-step {
  flex: 1 1 220px;
  min-width: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 250, 252, .80));
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
}

.flow-title {
  font-weight: 950;
  color: var(--text);
  margin: 0 0 4px
}

.flow-desc {
  color: var(--muted-2);
  font-size: 13px
}

.flow-arrow {
  flex: 0 0 28px;
  width: 28px;
  min-height: 56px;
  position: relative;
  align-self: center;
}

.flow-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  right: 2px;
  height: 2px;
  background: rgba(37, 99, 235, .35);
  transform: translateY(-50%);
}

.flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(37, 99, 235, .55);
  border-bottom: 2px solid rgba(37, 99, 235, .55);
  transform: translateY(-50%) rotate(-45deg);
}

.flow-text {
  margin-top: 14px
}

.flow-summary {
  cursor: pointer;
  font-weight: 950;
  color: var(--brand);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.flow-summary::-webkit-details-marker {
  display: none
}

.flow-summary::after {
  content: "›";
  transform: rotate(90deg);
  opacity: .7;
  font-size: 18px;
  transition: transform .15s ease, opacity .15s ease;
}

details[open] .flow-summary::after {
  transform: rotate(-90deg);
  opacity: 1
}

.flow-text-body {
  margin-top: 10px
}

.news-list {
  display: grid;
  gap: 12px
}

.news-item {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  padding: 14px;
  box-shadow: 0 1px 0 rgba(2, 6, 23, .03);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.news-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(148, 163, 184, .55)
}

.news-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 6px
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .10);
  color: var(--brand);
  font-weight: 900;
  border: 1px solid rgba(37, 99, 235, .18)
}

.news-title {
  color: var(--text);
  font-weight: 950;
  margin: 0 0 6px
}

.news-desc {
  color: var(--muted-2)
}

.article h2 {
  margin-top: 0;
  color: var(--brand)
}

.article p {
  color: var(--muted-2)
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  align-items: start
}

.site-footer {
  background: linear-gradient(90deg, rgba(11, 61, 145, .96) 0%, rgba(37, 99, 235, .90) 70%, rgba(96, 165, 250, .84) 100%);
  color: rgba(230, 238, 251, .92);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 10px;
  padding: 12px 0
}

.footer-links a {
  color: rgba(230, 238, 251, .92);
  text-decoration: none;
  margin-left: 12px;
  font-weight: 800
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px
}

@media (max-width:960px) {
  .search-form {
    grid-template-columns: 1fr 1fr
  }

  .grid {
    grid-template-columns: 1fr 1fr
  }

  .grid.two {
    grid-template-columns: 1fr
  }

  .two-col {
    grid-template-columns: 1fr
  }

  .contact-wrap {
    grid-template-columns: 1fr
  }

  .media-grid {
    grid-template-columns: 1fr
  }

  .cert-grid {
    grid-template-columns: 1fr
  }

  .kv-row {
    grid-template-columns: 120px 1fr
  }
}

@media (max-width:640px) {
  .nav {
    display: none;
    position: absolute;
    top: 68px;
    right: 12px;
    left: 12px;
    background: rgba(11, 61, 145, .98);
    flex-direction: column;
    gap: 2px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 24px 50px rgba(2, 6, 23, .35);
    padding: 8px
  }

  .nav a {
    width: 100%;
    padding: 12px 12px;
    border-radius: 12px
  }

  .nav.show {
    display: flex
  }

  .nav-toggle {
    display: inline-flex
  }

  .hero {
    padding: 72px 0 54px
  }

  .hero h1 {
    font-size: 30px
  }

  .section {
    padding: 46px 0
  }

  .search-form {
    grid-template-columns: 1fr
  }

  .grid {
    grid-template-columns: 1fr
  }

  .flowchart {
    flex-direction: column
  }

  .flow-step {
    min-width: unset
  }

  .flow-arrow {
    width: 100%;
    min-height: 22px;
    flex: 0 0 22px
  }

  .flow-arrow::before {
    left: 50%;
    top: 2px;
    bottom: 2px;
    width: 2px;
    height: auto;
    transform: translateX(-50%)
  }

  .flow-arrow::after {
    top: auto;
    bottom: 2px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(45deg)
  }
}
