.home-hero {

  position: relative;

  /* 用 svh 固定首屏高度，避免刷新时 dvh/vh 变化导致页面上跳 */
  min-height: 100vh;

  padding: 132px 0 24px;

  color: #ffffff;

  background: #07162d url("/home-assets/guangheng/images/hero-bg.png") center center / cover no-repeat;
}

body.home-page .section.home-hero {
  padding-bottom: 0;
}

.home-page {
  overflow-x: hidden;

}

html:has(body.home-page .home-fullpage) {
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}

@media (min-width: 969px) {
  html:has(body.home-page .home-fullpage) {
    scroll-snap-type: y proximity;
  }
}

body.home-page .gh-footer {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.home-fullpage > section.home-screen {
  min-height: 100svh;
  min-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-block: calc(var(--site-header-height) + 12px) 28px;
}

.home-fullpage > section.home-screen:not(:last-child) {
  scroll-snap-stop: always;
}

.home-fullpage > section.home-screen.section {
  padding-inline: 0;
}

.home-fullpage > section.home-screen > .container {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.home-fullpage .home-screen .section-head {
  margin-bottom: clamp(20px, 3vh, 36px);
}

.home-fullpage .home-screen .section-text {
  font-size: clamp(15px, 1.6vw, 17px);
}

.home-fullpage .home-hero.home-screen {
  justify-content: flex-end;
  padding-top: 132px;
  padding-bottom: 24px;
}

.home-fullpage .home-about-svc.home-screen {
  background: var(--color-panel-soft);
  justify-content: flex-start;
  min-height: 100svh;
  min-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: calc(var(--site-header-height) + 8px) 0 16px;
}

.home-fullpage .home-about-svc.home-screen > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-fullpage .home-about-svc .home-about-svc__services {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-fullpage .home-about-svc .home-svc-board {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: clamp(360px, 46vh, 560px);
}

.home-fullpage .home-about-svc .home-svc-board__hero {
  flex: 2;
  min-height: 0;
  grid-auto-rows: 1fr;
}

.home-fullpage .home-about-svc .home-svc-board__sub {
  flex: 1;
  min-height: 0;
  grid-auto-rows: 1fr;
}

.home-fullpage .home-about-svc .home-svc-hero,
.home-fullpage .home-about-svc .home-svc-hero__content {
  min-height: 100%;
  height: 100%;
}

.home-fullpage .home-about-svc .home-svc-sub {
  min-height: 100%;
  height: 100%;
  padding: 0 22px;
}

.home-fullpage #advantages.home-screen {
  justify-content: flex-start;
  box-sizing: border-box;
  height: 100svh;
  height: 100vh;
  min-height: 100svh;
  min-height: 100vh;
  max-height: 100svh;
  max-height: 100vh;
  overflow: hidden;
  padding: calc(var(--site-header-height) + 8px) 0 12px;
}

.home-fullpage #advantages.home-screen > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.home-fullpage .home-adv__head {
  flex: none;
  margin-bottom: 8px;
}

.home-fullpage .home-adv__title {
  margin-bottom: 4px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
}

.home-fullpage .home-adv__subtitle {
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.home-fullpage .home-adv-board {
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.home-fullpage .home-adv-board__hero {
  min-height: 0;
  grid-auto-rows: 1fr;
}

.home-fullpage .home-adv-spotlight {
  min-height: 0;
}

.home-fullpage .home-adv-tile,
.home-fullpage .home-adv-tile__content {
  min-height: 0;
  height: 100%;
}

.home-fullpage .home-adv-tile__content {
  padding: 16px 18px;
  overflow: hidden;
}

.home-fullpage .home-adv-tile__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}

.home-fullpage .home-adv-tile__content h3 {
  font-size: clamp(18px, 1.6vw, 20px);
  margin-bottom: 6px;
}

.home-fullpage .home-adv-tile__content p {
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-fullpage .home-adv-spotlight__media {
  min-height: 0;
  height: 100%;
}

.home-fullpage .home-adv-spotlight__body {
  padding: 12px 16px;
  min-height: 0;
  overflow: hidden;
}

.home-fullpage .home-adv-spotlight__copy h3 {
  font-size: clamp(17px, 1.5vw, 20px);
  margin-bottom: 4px;
}

.home-fullpage .home-adv-spotlight__copy p {
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-fullpage #stories.home-system.home-screen {
  justify-content: flex-start;
  min-height: 100svh;
  min-height: 100vh;
  max-height: none;
  overflow: visible;
  padding: calc(var(--site-header-height) + 20px) 0 48px;
  background: radial-gradient(circle at 14% 12%, rgba(64, 169, 255, 0.14), transparent 36%),
    radial-gradient(circle at 88% 78%, rgba(0, 170, 26, 0.1), transparent 30%),
    linear-gradient(165deg, #071a38 0%, #0a2f6b 52%, #061327 100%);
}

.home-fullpage #stories.home-system.home-screen > .container {
  flex: none;
  display: block;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.home-fullpage .home-system-layout {
  flex: none;
  min-height: auto;
  max-height: none;
  align-items: center;
  padding-top: 8px;
}

.home-fullpage .home-system-copy {
  justify-content: flex-start;
  gap: 16px;
  min-height: auto;
  overflow: visible;
}

.home-fullpage .home-system-copy__title {
  font-size: clamp(28px, 2.8vw, 40px);
}

.home-fullpage .home-system-copy__intro {
  font-size: 15px;
  line-height: 1.75;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.home-fullpage .home-system-copy__value p,
.home-fullpage .home-system-copy__value-list {
  font-size: 14px;
  line-height: 1.65;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.home-fullpage .home-system-cockpit {
  min-height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.home-fullpage .home-system-cockpit__body {
  flex: none;
  display: flex;
  flex-direction: column;
  min-height: auto;
  overflow: visible;
  padding: 18px;
  gap: 14px;
}

.home-fullpage .home-system-stats {
  margin-bottom: 0;
}

.home-fullpage .home-system-stat {
  padding: 10px 12px;
}

.home-fullpage .home-system-stat__value strong {
  font-size: 24px;
}

.home-fullpage .home-system-cockpit__main {
  flex: none;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.home-fullpage .home-system-terminal {
  height: 100%;
  min-height: 0;
}

.home-fullpage .home-system-flow__node {
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.home-fullpage .home-system-flow__connector {
  min-height: 6px;
}

.home-fullpage .home-system-terminal__viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 88%, transparent);;
}

.home-fullpage .home-system-terminal__line {
  font-size: 10px;
}

.home-fullpage .home-system-feed--ticker {
  flex: none;
  margin-top: auto;
}

.home-fullpage .home-system-cockpit__footer {
  margin-top: 0;
  padding-top: 10px;
  font-size: 12px;
}

.home-fullpage .story-card {
  min-height: auto;
}

.home-fullpage .emergency-grid {
  gap: 16px;
}

.home-fullpage .home-contact__desk--scroll,
.home-fullpage .home-contact-desk-grid--scroll {
  max-height: min(220px, 28vh);
  overflow-y: auto;
  padding-right: 4px;
}

.home-fullpage #stories.home-system.home-screen + #partners.home-partners.home-screen {
  justify-content: stretch;
  min-height: 100svh;
  min-height: 100vh;
  max-height: 100svh;
  max-height: 100vh;
  overflow: hidden;
  padding: calc(var(--site-header-height) + 10px) 0 10px;
  background: radial-gradient(circle at 10% 20%, rgba(0, 170, 26, 0.08), transparent 36%),
    radial-gradient(circle at 90% 8%, rgba(0, 55, 139, 0.1), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 48%, #e8f3ff 100%);;
}

.home-fullpage #partners.home-partners.home-screen > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: calc(100svh - var(--site-header-height) - 20px);
  height: calc(100vh - var(--site-header-height) - 20px);
  overflow: hidden;
  justify-content: stretch;
}

.home-fullpage .home-partners__layout {
  flex: 1;
  min-height: 0;
  height: 100%;
  justify-content: flex-start;
  gap: clamp(12px, 1.6vh, 16px);
}

.home-fullpage .home-partners__intro {
  flex: none;
}

.home-partners__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.4vh, 14px);
  width: 100%;
}

.home-fullpage .home-partners__panel,
.home-fullpage .home-partners-showcase {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 2vh, 20px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 55, 139, 0.25) transparent;
}

.home-partners-showcase {
  position: relative;
  width: 100%;
  padding: clamp(14px, 2vh, 20px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 55, 139, 0.12);
  box-shadow: 0 24px 60px rgba(0, 55, 139, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-partners-showcase__mesh {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 55, 139, 0.08), transparent 42%),
    radial-gradient(circle at 82% 84%, rgba(0, 170, 26, 0.06), transparent 38%);
  opacity: 0.9;
}

.home-partners-showcase__block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.4vh, 14px);
}

.home-partners-showcase__block--oem {
  flex: 1.05;
  min-height: 0;
}

.home-partners-showcase__block--client {
  flex: 1;
  min-height: 0;
}

.home-partners-showcase__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-partners-showcase__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-partners-showcase__title h3 {
  margin: 0;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
  color: #0f172a;
}

.home-partners-showcase__icon {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: none;
}

.home-partners-showcase__icon--blue {
  background: linear-gradient(135deg, #00378b, #0056c7);;
  box-shadow: 0 0 0 4px rgba(0, 55, 139, 0.12);
}

.home-partners-showcase__icon--green {
  background: linear-gradient(135deg, #00aa1a, #38c172);;
  box-shadow: 0 0 0 4px rgba(0, 170, 26, 0.14);
}

.home-partners-showcase__badge {
  flex: none;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.home-partners-showcase__badge--blue {
  color: #00378b;
  background: rgba(0, 55, 139, 0.08);
  border: 1px solid rgba(0, 55, 139, 0.12);
}

.home-partners-showcase__badge--green {
  color: #007a14;
  background: rgba(0, 170, 26, 0.1);
  border: 1px solid rgba(0, 170, 26, 0.16);
}

/* OEM — 上图下名卡片 + 右侧箭头滑动 */
.home-partners-oem-slider {
  display: flex;
  align-items: stretch;
  gap: clamp(8px, 1vw, 12px);
}

.home-partners-oem-slider.is-single {
  display: block;
}

.home-partners-oem-slider.is-single .home-partners-oem-ribbon {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(12px, 1.2vw, 16px);
  min-height: clamp(200px, 22vh, 252px);
  padding: 2px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: transparent;
  box-shadow: none;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);;
}

.home-partners-oem-slider.is-nav-hidden .home-partners-oem-slider__nav {
  display: none;
}

.home-partners-oem-ribbon {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(12px, 1.2vw, 16px);
  min-height: clamp(200px, 22vh, 252px);
  padding: 2px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: transparent;
  box-shadow: none;
  mask-image: none;
}

.home-partners-oem-slider.is-nav-hidden .home-partners-oem-ribbon {
  mask-image: none;
}

.home-partners-oem-ribbon::-webkit-scrollbar {
  display: none;
}

.home-partners-oem-slider__nav {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-block: 4px;
}

.home-partners-oem-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 4vw, 44px);
  height: clamp(40px, 4vw, 44px);
  padding: 0;
  border: 1px solid rgba(0, 55, 139, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #00378b;
  box-shadow: 0 8px 20px rgba(0, 55, 139, 0.1);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.home-partners-oem-slider__arrow:hover:not(:disabled) {
  background: #f0f6ff;
  border-color: rgba(0, 55, 139, 0.32);
  transform: translateY(-1px);
}

.home-partners-oem-slider__arrow:focus-visible {
  outline: 2px solid rgba(0, 55, 139, 0.45);
  outline-offset: 2px;
}

.home-partners-oem-slider__arrow:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  box-shadow: none;
}

.home-partners-oem-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(200px, 19vw, 260px);
  min-width: 0;
  min-height: clamp(200px, 22vh, 252px);
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 55, 139, 0.1);
  box-shadow: 0 12px 32px rgba(0, 55, 139, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-partners-oem-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 55, 139, 0.22);
  box-shadow: 0 16px 36px rgba(0, 55, 139, 0.12);
}

.home-partners-oem-card__media {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(140px, 15vh, 176px);
  padding: clamp(16px, 1.8vh, 22px);
  background: #f0f5fb;
}

.home-partners-oem-card__media.has-image {
  padding: 0;
  background: #eef4fb;
}

.home-partners-oem-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(140px, 15vh, 176px);
  padding: clamp(14px, 1.6vh, 20px);
  box-sizing: border-box;
  object-fit: contain;
  background: #ffffff;
}

.home-partners-oem-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 6vw, 68px);
  height: clamp(56px, 6vw, 68px);
  border-radius: 16px;
  background: #00378b;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 55, 139, 0.2);
}

.home-partners-oem-card__body {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(52px, 6vh, 64px);
  padding: clamp(12px, 1.4vh, 16px) clamp(14px, 1.2vw, 18px);
  border-top: 1px solid #eef2f7;
  background: #ffffff;
}

.home-partners-oem-card__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  color: #0f172a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 政企客户 — 弹幕式飘过（多轨道、右→左、速度错落） */
.home-partners-client-danmaku {
  --danmaku-lanes: 4;
  position: relative;
  flex: 1;
  min-height: clamp(120px, 16vh, 176px);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  border: 1px solid rgba(0, 170, 26, 0.14);
  box-shadow:
    0 12px 32px rgba(0, 170, 26, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.home-partners-client-danmaku.is-static {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 1.6vh, 18px);
}

.home-partners-client-danmaku.is-static .home-partners-client-danmaku__item {
  position: static;
  transform: none;
  animation: none;
}

.home-partners-client-danmaku__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-partners-client-danmaku__stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.home-partners-client-danmaku__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.92) 100%);
  opacity: 0.65;
}

.home-partners-client-danmaku__item {
  position: absolute;
  left: 100%;
  top: calc((var(--fly-lane) + 0.5) * (100% / var(--danmaku-lanes)));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(360px, 72vw);
  padding: clamp(8px, 1vh, 11px) clamp(14px, 1.3vw, 20px);
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
  color: #0f5132;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 170, 26, 0.16);
  box-shadow: 0 6px 18px rgba(0, 170, 26, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateY(-50%);
  will-change: transform;
  animation: home-partners-client-danmaku-fly var(--fly-duration, 22s) linear infinite;
  animation-delay: var(--fly-delay, 0s);
  z-index: 1;
}

.home-partners-client-danmaku:hover .home-partners-client-danmaku__item {
  animation-play-state: paused;
}

.home-partners-client-danmaku__item:hover {
  z-index: 3;
  border-color: rgba(0, 170, 26, 0.34);
  box-shadow: 0 10px 26px rgba(0, 170, 26, 0.14);
}

.home-partners-client-danmaku__item--sm {
  padding: 6px 12px;
  opacity: 0.92;
}

.home-partners-client-danmaku__item--sm .home-partners-client-danmaku__name {
  font-size: clamp(12px, 0.92vw, 14px);
}

.home-partners-client-danmaku__item--lg {
  padding: 10px 18px;
}

.home-partners-client-danmaku__item--lg .home-partners-client-danmaku__name {
  font-size: clamp(14px, 1.08vw, 17px);
  font-weight: 700;
}

.home-partners-client-danmaku__item--tone-1 {
  background: rgba(240, 253, 244, 0.94);
}

.home-partners-client-danmaku__item--tone-2 {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 170, 26, 0.22);
}

.home-partners-client-danmaku__item--tone-3 {
  background: rgba(236, 253, 243, 0.9);
}

@keyframes home-partners-client-danmaku-fly {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  100% {
    transform: translateY(-50%) translateX(calc(-100vw - 120%));
  }
}

.home-partners-client-danmaku__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex: none;
  background: #00aa1a;
  box-shadow: 0 0 0 3px rgba(0, 170, 26, 0.1);
}

.home-partners-client-danmaku__name {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  line-height: 1.3;
}

.home-partners-client-danmaku__logo {
  max-height: 24px;
  width: auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .home-partners-client-danmaku__stage {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
  }

  .home-partners-client-danmaku__stage::before {
    display: none;
  }

  .home-partners-client-danmaku__item {
    position: static;
    transform: none;
    animation: none;
    max-width: 100%;
  }
}

/* 企业实力资质 — 上图下名证书卡片 */
.home-certs__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 2.5vh, 32px);
  width: 100%;
}

.home-certs__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.home-certs__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 55, 139, 0.08);
  border: 1px solid rgba(0, 55, 139, 0.12);
  color: #00378b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-certs__title {
  margin: clamp(12px, 1.6vh, 18px) 0 0;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.home-certs__line {
  display: block;
  width: 56px;
  height: 4px;
  margin: clamp(14px, 1.8vh, 20px) auto 0;
  border-radius: 999px;
  background: #00aa1a;
}

.home-certs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: clamp(14px, 1.5vw, 20px);
  width: 100%;
}

.home-certs-card {
  min-width: 0;
}

.home-certs-card__button {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: clamp(196px, 22vh, 240px);
  padding: 0;
  border: 1px solid rgba(0, 55, 139, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 55, 139, 0.08);
  color: inherit;
  text-align: center;
  cursor: zoom-in;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-certs-card__button:hover,
.home-certs-card__button:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 55, 139, 0.22);
  box-shadow: 0 18px 40px rgba(0, 55, 139, 0.12);
}

.home-certs-card__button:focus-visible {
  outline: 2px solid rgba(0, 55, 139, 0.45);
  outline-offset: 3px;
}

.home-certs-card__media {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(128px, 14vh, 168px);
  padding: clamp(16px, 1.8vh, 22px);
  background: #f0f5fb;
}

.home-certs-card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: clamp(120px, 14vh, 168px);
  object-fit: contain;
  transition: transform 0.25s ease;
}

.home-certs-card__button:hover .home-certs-card__image,
.home-certs-card__button:focus-visible .home-certs-card__image {
  transform: scale(1.04);
}

.home-certs-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  padding: 0 16px;
  border-radius: 16px;
  background: #00378b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.home-certs-card__body {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(56px, 6vh, 72px);
  padding: clamp(12px, 1.4vh, 16px) clamp(14px, 1.2vw, 18px);
  border-top: 1px solid #eef2f7;
  background: #ffffff;
}

.home-certs-card__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.4;
  font-weight: 600;
  color: #0f172a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1080px) {
  .home-certs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 520px) {
  .home-certs__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto;
  }
}

/* 免费增值服务 */
.home-fullpage #value-added.home-value.home-screen {
  justify-content: center;
  min-height: 100svh;
  min-height: 100vh;
  padding: calc(var(--site-header-height) + 8px) 0 16px;
  background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}

.home-value__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 2.5vh, 32px);
  width: 100%;
}

.home-value__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.home-value__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 55, 139, 0.08);
  border: 1px solid rgba(0, 55, 139, 0.12);
  color: var(--home-color-primary, #00378b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-value__title {
  margin: clamp(12px, 1.6vh, 18px) 0 0;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.home-value__line {
  display: block;
  width: 56px;
  height: 4px;
  margin: clamp(14px, 1.8vh, 20px) auto 0;
  border-radius: 999px;
  background: var(--home-color-accent);
}

.home-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
  width: 100%;
}

.home-fullpage .home-value__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.home-value-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: clamp(168px, 18vh, 196px);
  padding: clamp(20px, 2.2vw, 28px) clamp(16px, 1.6vw, 22px);
  border-radius: 16px;
  border: 1px solid rgba(0, 55, 139, 0.1);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 55, 139, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 170, 26, 0.22);
  box-shadow: 0 16px 36px rgba(0, 55, 139, 0.1);
}

.home-value-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(0, 170, 26, 0.1);
  border: 1px solid rgba(0, 170, 26, 0.18);
  color: var(--home-color-accent, #00aa1a);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 5vw, 60px);
  height: clamp(52px, 5vw, 60px);
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 170, 26, 0.14), rgba(0, 170, 26, 0.06));
  border: 1px solid rgba(0, 170, 26, 0.12);
}

.home-value-card__icon img {
  display: block;
  width: clamp(28px, 2.6vw, 32px);
  height: clamp(28px, 2.6vw, 32px);
  object-fit: contain;
}

.home-value-card__title {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  font-weight: 600;
  color: #0f172a;
}

.home-value-card__desc {
  margin: 8px 0 0;
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 1080px) {
  .home-value__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-value__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }

  .home-value-card {
    min-height: auto;
  }
}

/* 全国服务站点 */
.home-fullpage #stations.home-stations.home-screen {
  justify-content: center;
  min-height: 100svh;
  min-height: 100vh;
  padding: calc(var(--site-header-height) + 8px) 0 16px;
  background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}

.home-stations__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 2.5vh, 32px);
  width: 100%;
}

.home-stations__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.home-stations__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 55, 139, 0.08);
  border: 1px solid rgba(0, 55, 139, 0.12);
  color: var(--home-color-primary, #00378b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-stations__title {
  margin: clamp(12px, 1.6vh, 18px) 0 0;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.home-stations__line {
  display: block;
  width: 56px;
  height: 4px;
  margin: clamp(14px, 1.8vh, 20px) auto 0;
  border-radius: 999px;
  background: var(--home-color-accent);
}

.home-stations__subtitle {
  margin: clamp(12px, 1.4vh, 16px) 0 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.75;
  color: #64748b;
}

.home-stations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
  width: 100%;
}

.home-fullpage .home-stations__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.home-stations-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 55, 139, 0.1);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 55, 139, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-stations-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 55, 139, 0.18);
  box-shadow: 0 16px 36px rgba(0, 55, 139, 0.1);
}

.home-stations-card__media {
  position: relative;
  overflow: hidden;
  background: #f0f5fb;
}

.home-stations-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.home-stations-card:hover .home-stations-card__image {
  transform: scale(1.04);
}

.home-stations-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: clamp(14px, 1.5vw, 18px);
}

.home-stations-card__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 170, 26, 0.1);
  border: 1px solid rgba(0, 170, 26, 0.16);
  color: var(--home-color-accent, #00aa1a);
  font-size: 12px;
  font-weight: 600;
}

.home-stations-card__name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.4;
  font-weight: 600;
  color: #0f172a;
}

.home-stations-card__name img {
  flex: 0 0 auto;
  filter: var(--icon-green-filter, none);
}

.home-stations-card__address {
  margin: 0;
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.65;
  color: #64748b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-stations-card__phone {
  margin-top: auto;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--home-color-primary, #00378b);
  text-decoration: none;
}

.home-stations-card__phone:hover {
  color: var(--home-color-accent, #00aa1a);
}

@media (max-width: 1080px) {
  .home-stations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-stations__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

.home-partners__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.home-partners__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.home-partners__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 55, 139, 0.18);
  background: rgba(0, 55, 139, 0.06);
  font-size: 13px;
  font-weight: 500;
  color: #00378b;
}

.home-partners__title {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
}

.home-partners__line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 10px auto 10px;
  border-radius: 999px;
  background: #00aa1a;
}

.home-partners__subtitle {
  margin: 0;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.6;
  color: #64748b;
}

.home-partners__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-partners__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  min-height: clamp(52px, 7vh, 64px);
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 55, 139, 0.12);
  box-shadow: 0 8px 22px rgba(0, 55, 139, 0.06);
}

.home-partners__stats strong {
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1;
  font-weight: 700;
  color: #00378b;
}

.home-partners__stats strong small {
  font-size: 0.72em;
  font-weight: 700;
  color: #00aa1a;
}

.home-partners__stats span {
  font-size: 13px;
  line-height: 1.4;
  color: #64748b;
}

.home-fullpage #contact.home-contact.home-screen {
  justify-content: center;
  min-height: 100svh;
  min-height: 100vh;
  padding: calc(var(--site-header-height) + 8px) 0 16px;
  background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}

.home-fullpage #contact.home-contact.home-screen > .container,
.home-fullpage #contact.home-contact.home-screen > .home-contact__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  max-height: 100%;
  width: var(--site-content-shell, min(1600px, calc(100% - 96px)));
  max-width: none;
}

.home-contact-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 2.2vw, 28px);
  align-items: stretch;
  width: 100%;
}

.home-contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(32px, 3.8vw, 48px);
  border-radius: 16px;
  border: 1px solid rgba(0, 170, 26, 0.16);
  color: #fff;
  background: radial-gradient(circle at 92% 18%, rgba(0, 170, 26, 0.2), transparent 38%),
    linear-gradient(135deg, var(--home-color-primary, #00378b) 0%, var(--home-color-primary-dark, #002a6b) 58%, #001a45 100%);;
  box-shadow: 0 18px 40px rgba(0, 55, 139, 0.18);
}

.home-contact-panel__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 170, 26, 0.35);
  background: rgba(0, 170, 26, 0.12);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-color-accent, #00aa1a);
}

.home-contact-panel__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 700;
}

.home-contact-panel__desc {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.home-contact-form-card {
  padding: clamp(28px, 3.2vw, 40px);
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 55, 139, 0.12);
  box-shadow: 0 14px 36px rgba(0, 55, 139, 0.08);
}

.home-contact-form-card::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-color-primary, #00378b) 0%, var(--home-color-accent, #00aa1a) 100%);;
}

.home-contact-form-card__title {
  margin: 0 0 24px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: var(--home-color-primary, #00378b);
}

.home-contact-phone-card {
  padding: clamp(28px, 3.2vw, 40px);
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 55, 139, 0.12);
  box-shadow: 0 14px 36px rgba(0, 55, 139, 0.08);
}

.home-contact-phone-card::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-color-primary, #00378b) 0%, var(--home-color-accent, #00aa1a) 100%);;
}

.home-contact-phone-card__title {
  margin: 0 0 24px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: var(--home-color-primary, #00378b);
}

.home-contact-hotline {
  padding: clamp(18px, 2vw, 24px);
  margin-bottom: clamp(20px, 2.4vw, 28px);
  border-radius: 14px;
  border: 1px solid rgba(0, 55, 139, 0.1);
  background: radial-gradient(circle at 100% 0%, rgba(0, 170, 26, 0.08), transparent 42%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);;
}

.home-contact-hotline__label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #64748b;
}

.home-contact-hotline__number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--home-color-primary, #00378b);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-contact-hotline__number img {
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(2744%) hue-rotate(205deg) brightness(93%) contrast(101%);
}

.home-contact-hotline__number:hover {
  color: var(--home-color-accent, #00aa1a);
  transform: translateY(-1px);
}

.home-contact-hotline__hint {
  margin: 10px 0 0;
  font-size: 13px;
  color: #94a3b8;
}

.home-contact-desk__label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

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

.home-contact-desk-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 55, 139, 0.08);
  background: #f8fafc;
}

.home-contact-desk-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.home-contact-desk-item__name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.home-contact-desk-item__role {
  font-size: 13px;
  color: #64748b;
}

.home-contact-desk-item__role::before {
  content: "·";
  margin-right: 8px;
  color: #cbd5e1;
}

.home-contact-desk-item__phone {
  margin-top: auto;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
  color: var(--home-color-primary, #00378b);
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-contact-desk-item__phone:hover {
  color: var(--home-color-accent, #00aa1a);
}

.home-contact-phone-card--single {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-contact-phone-card--single .home-contact-hotline {
  margin-bottom: 0;
}

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

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

.home-contact-form__field {
  display: grid;
  gap: 8px;
}

.home-contact-form__field span {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.home-contact-form__field span em {
  color: #e11d48;
  font-style: normal;
}

.home-contact-form__field input,
.home-contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 55, 139, 0.14);
  border-radius: 8px;
  font-size: 15px;
  color: #0f172a;
  background: #fff;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-contact-form__field input::placeholder,
.home-contact-form__field textarea::placeholder {
  color: #94a3b8;
}

.home-contact-form__field input:focus,
.home-contact-form__field textarea:focus {
  outline: none;
  border-color: var(--home-color-primary, #00378b);
  box-shadow: 0 0 0 3px rgba(0, 55, 139, 0.12);
}

.home-contact-form__field textarea {
  min-height: 96px;
  resize: vertical;
}

.home-contact-form__feedback {
  margin: 0;
  font-size: 14px;
}

.home-contact-form__feedback.is-success {
  color: var(--home-color-primary, #00378b);
}

.home-contact-form__feedback.is-error {
  color: #e11d48;
}

.home-contact-form__submit {
  width: 100%;
  margin-top: 4px;
  border-radius: 8px;
  background: var(--home-color-primary, #00378b);
  border-color: var(--home-color-primary, #00378b);
}

.home-contact-form__submit:hover {
  background: var(--home-color-primary-dark, #002a6b);
  border-color: var(--home-color-primary-dark, #002a6b);
}

.home-screen-nav {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

.home-screen-nav__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 55, 139, 0.28);
  background: rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-screen-nav__dot:hover,
.home-screen-nav__dot.is-active {
  transform: scale(1.25);
  background: var(--color-primary, #00378b);
  border-color: var(--color-primary, #00378b);
}

@media (max-width: 968px) {
  html:has(body.home-page .home-fullpage) {
    scroll-snap-type: none;
  }

  .home-fullpage > section.home-screen {
    min-height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    padding-block: 56px 48px;
  }

  .home-fullpage .home-about-svc.home-screen {
    min-height: auto;
    scroll-snap-stop: normal;
    padding: 40px 0 0;
  }

  .home-fullpage .home-about-svc.home-screen > .container,
  .home-fullpage .home-about-svc .home-about-svc__services,
  .home-fullpage .home-about-svc .home-svc-board {
    flex: none;
    display: block;
    min-height: 0;
  }

  .home-fullpage .home-about-svc .home-svc-hero,
  .home-fullpage .home-about-svc .home-svc-hero__content {
    min-height: 240px;
    height: auto;
  }

  .home-fullpage .home-about-svc .home-svc-sub {
    min-height: 72px;
    height: auto;
    padding: 14px 18px;
  }

  .home-fullpage .home-about-svc .home-svc-sub__body p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-fullpage #advantages.home-screen {
    height: 100svh;
    height: 100vh;
    min-height: 100svh;
    min-height: 100vh;
    max-height: 100svh;
    max-height: 100vh;
    overflow: hidden;
    padding: calc(var(--site-header-height) + 8px) 0 12px;
  }

  .home-fullpage #advantages.home-screen > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .home-fullpage .home-adv-board {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
  }

  .home-adv-board__hero,
  .home-adv-spotlight {
    min-height: 0;
  }

  .home-adv-board__hero {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .home-adv-tile + .home-adv-tile {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-adv-spotlight {
    grid-template-columns: 1fr;
  }

  .home-adv-spotlight__media {
    min-height: 0;
    height: 100%;
  }

  .home-adv-spotlight__body {
    padding: 20px 22px;
  }

  .home-fullpage #stories.home-system.home-screen > .container {
    flex: none;
    display: block;
  }

  .home-system-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-system__chip {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .home-system-flow--milestones .home-system-flow__milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-system-copy__value {
    padding: 12px 14px;
  }

  .home-system-flow__steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .home-system-flow__step {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
  }

  .home-system-flow__connector {
    width: 14px;
    min-height: 2px;
    min-width: 14px;
    flex: none;
    margin: 0;
  }

  .home-system-flow__connector::after {
    right: -1px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    border-top: none;
  }

  .home-system-stats {
    grid-template-columns: 1fr;
  }

  .home-system-cockpit__main {
    grid-template-columns: 1fr;
  }

  .home-system-terminal__viewport {
    min-height: 140px;
  }

  .home-system-terminal__line {
    white-space: normal;
  }

  .home-screen-nav {
    display: none;
  }

  .home-fullpage #stories.home-system.home-screen + #partners.home-partners.home-screen {
    max-height: none;
    overflow: visible;
    padding-bottom: 24px;
  }

  .home-fullpage #partners.home-partners.home-screen > .container {
    height: auto;
    max-height: none;
  }

  .home-fullpage .home-partners-showcase {
    flex: none;
    min-height: auto;
  }

  .home-partners-showcase {
    padding: 14px;
    gap: 14px;
  }

  .home-partners-oem-slider {
    gap: 8px;
  }

  .home-partners-oem-ribbon {
    min-height: auto;
    mask-image: none;
  }

  .home-partners-oem-card {
    flex-basis: clamp(176px, 42vw, 220px);
    min-height: 188px;
  }

  .home-partners-oem-card__media,
  .home-partners-oem-card__photo {
    min-height: 128px;
  }

  .home-partners-client-danmaku {
    min-height: 112px;
  }

  .home-partners__stats {
    gap: 10px;
  }

  .home-partners__stats li {
    min-height: 60px;
    padding: 10px 12px;
  }

  .home-fullpage #contact.home-contact.home-screen {
    max-height: none;
    overflow: visible;
  }

  .home-contact-split {
    grid-template-columns: 1fr;
  }

  .home-contact-form__row {
    grid-template-columns: 1fr;
  }

  .home-contact-desk-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .home-system-flow--milestones .home-system-flow__milestones {
    grid-template-columns: 1fr;
  }

  .home-system-copy__cta {
    width: 100%;
    justify-content: center;
  }

  .home-partners-showcase {
    padding: 12px;
    border-radius: 16px;
  }

  .home-partners-oem-ribbon {
    min-height: auto;
  }

  .home-partners-oem-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .home-partners-oem-card {
    flex-basis: clamp(168px, 58vw, 208px);
    min-height: 180px;
  }

  .home-partners-oem-card__name {
    font-size: 14px;
  }

  .home-partners-client-danmaku__name {
    font-size: 13px;
  }

  .home-partners__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .home-partners__stats li {
    min-height: 56px;
    padding: 8px 6px;
  }
}

@supports (height: 100svh) {
  .home-hero {
    min-height: max(952px, 100svh);
  }
}

.home-hero__slides {

  position: absolute;

  inset: 0;

  touch-action: pan-y pinch-zoom;

}



.home-hero__slide {

  position: absolute;

  inset: 0;

  opacity: 0;

  transition: opacity 0.6s ease;

  background: #07162d center center / cover no-repeat;

}



.home-hero__slide.is-active {

  opacity: 1;

}



.home-hero__video {

  position: absolute;

  inset: 0;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition: opacity 0.45s ease;

}



.home-hero__video.is-active {

  opacity: 1;

  visibility: visible;

}



.home-hero__video-el {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.home-hero::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(7, 22, 45, 0.72) 0%,
    rgba(7, 22, 45, 0.34) 52%,
    rgba(7, 22, 45, 0.14) 100%
  );

}



.hero-overlay {

  position: absolute;

  inset: auto 0 0;

  height: 180px;

  background: linear-gradient(180deg, transparent 0%, rgba(7, 22, 45, 0.78) 100%);

}



.hero-content {

  position: relative;

  z-index: 1;

  display: flex;

  flex-direction: column;

  justify-content: center;

  min-height: max(712px, calc(100svh - 216px));

  gap: 56px;

  padding-bottom: 130px;

}



.hero-copy {

  position: absolute;

  inset: 0 auto auto 0;

  max-width: 780px;

  opacity: 0;

  transform: translateY(16px);

  pointer-events: none;

  transition: opacity 0.45s ease, transform 0.45s ease;

}



.hero-copy.is-active {

  position: relative;

  opacity: 1;

  transform: translateY(0);

  pointer-events: auto;

}



.home-hero__copy-stack {

  position: relative;

  min-height: 280px;

}



.hero-title {

  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: 0 10px;

  margin-bottom: 20px;

  font-size: clamp(46px, 5vw, 72px);

  line-height: 1.08;

  font-weight: 400;

}



.hero-title strong {

  color: var(--color-primary);

  font-weight: 500;

}



.hero-title__name {

  color: #ffffff;

  font-weight: 500;

}



.hero-subtitle {

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.85);

  font-size: 22px;

  line-height: 1.55;

}



.hero-actions {

  display: flex;

  flex-wrap: wrap;

  gap: 16px;

  margin-top: 20px;

  margin-left: 0;

}



.home-hero__controls {

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  gap: 16px;

}



.home-hero__dots {

  display: flex;

  align-items: center;

  gap: 10px;

}



.home-hero__dot {

  width: 12px;

  height: 12px;

  border: 0;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.32);

  cursor: pointer;

}



.home-hero__dot.is-active {

  background: var(--color-primary);

}



.home-hero__nav {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 42px;

  height: 42px;

  border: 1px solid rgba(255, 255, 255, 0.22);

  border-radius: 999px;

  background: rgba(7, 22, 45, 0.42);

  cursor: pointer;

}



.home-hero__nav img {

  filter: brightness(0) invert(1);

}



.home-hero__nav[data-hero-prev] img {

  transform: rotate(180deg);

}



.home-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 22, 45, 0.36);
  backdrop-filter: blur(6px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-hero__arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.home-hero__arrow--prev {
  left: 20px;
}

.home-hero__arrow--prev img {
  transform: rotate(180deg);
}

.home-hero__arrow--next {
  right: 20px;
}

.home-hero__arrow:hover {
  background: rgba(7, 22, 45, 0.56);
  border-color: rgba(255, 255, 255, 0.5);
}

.home-hero__arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.hero-highlights {

  display: grid;

  grid-template-columns: repeat(var(--hero-highlight-cols, 4), minmax(0, 1fr));

  gap: 18px;

  margin-top: 0;

  position: absolute;

  left: 0;

  right: 0;

  bottom: 18px;

  z-index: 2;

}



.hero-highlight {

  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 10px;

  align-items: center;

  min-height: 66px;

  padding: 10px 12px;

  border-radius: 10px;

  border: 1px solid rgba(170, 205, 238, 0.34);

  background: rgba(7, 22, 45, 0.58);

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px); 

  transition: transform 0.26s ease, border-color 0.26s ease;

  cursor: pointer;

}



.hero-highlight.is-active {

  border-color: var(--color-primary);

  box-shadow: 0 0 0 1px rgba(0, 178, 255, 0.25) inset;


}



.hero-highlight__icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

}




.hero-highlight__title {

  margin: 0 0 1px;

  color: #ffffff;

  font-size: 18px;

  line-height: 1.2;

  font-weight: 500;

}



.hero-highlight__desc {

  margin: 0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 12px !important;

  line-height: 1.25;

}



.hero-highlight h2 {

  margin-bottom: 4px;

  font-size: 18px;

  line-height: 1.4;

  font-weight: 500;

}



.hero-highlight p {

  color: rgba(255, 255, 255, 0.72);

  font-size: 18px;

  line-height: 1.45;
  font-weight: 400;

}


.hero-scroll {

  position: absolute;

  left: 50%;

  bottom: 18px;

  z-index: 3;

  display: block;

  width: 24px;

  height: 40px;

  margin-left: -12px;

  border: 1px solid rgba(255, 255, 255, 0.6);

  border-radius: 999px;

  overflow: visible;

  text-decoration: none;

  color: inherit;

  box-sizing: border-box;

}

.new-top21 .hero-content .hero-scroll {
  bottom: 12px;
}



.hero-scroll::after {

  content: "";

  position: absolute;

  top: 8px;

  left: 50%;

  width: 4px;

  height: 9px;

  margin-left: -2px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);

  animation: scroll-indicator 1.6s ease-in-out infinite;

  pointer-events: none;

}



.card-grid--services {

  grid-template-columns: repeat(4, minmax(0, 1fr));

}



.home-about-svc__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 32px;
  align-items: end;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 55, 139, 0.1);
}

.home-about-svc__copy {
  max-width: 720px;
}

.home-about-svc__copy .eyebrow {
  margin-bottom: 8px;
}

.home-about-svc__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.35;
  font-weight: 600;
  color: #0f172a;
}

.home-about-svc__text {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.home-about-svc__link {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary, #00378b);
  text-decoration: none;
}

.home-about-svc__link:hover {
  text-decoration: underline;
}

.home-about-svc__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-about-svc__stats li {
  min-width: 72px;
}

.home-about-svc__stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary, #00378b);
}

.home-about-svc__stats strong small {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 600;
}

.home-about-svc__stats span {
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.home-about-svc__services-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 12px;
}

.home-about-svc__services-head .eyebrow {
  margin: 0;
  font-size: 13px;
}

.home-about-svc__services-head h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.3;
  font-weight: 400;
  color: #0f172a;
}



.home-svc-board {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e8edf3;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.home-svc-board__hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-svc-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.home-svc-hero + .home-svc-hero {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home-svc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-svc-hero:hover .home-svc-hero__bg {
  transform: scale(1.04);
}

.home-svc-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 64, 0.55);
}

.home-svc-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  padding: 32px 28px;
  color: #ffffff;
}

.home-svc-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.home-svc-hero__content h3,
.home-svc-hero__content h4 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.3;
  font-weight: 600;
}

.home-svc-hero__content p {
  margin: 0;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.home-svc-board__sub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #eef2f7;
}

.home-svc-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  min-height: 0;
  padding: 0 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: background 0.24s ease;
}

.home-svc-sub + .home-svc-sub {
  border-left: 1px solid #eef2f7;
}

.home-svc-sub:not(.home-svc-sub--emergency):hover {
  background: #f8fafc;
}

.home-svc-sub__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 55, 139, 0.08);
}

.home-svc-sub__icon img {
  width: 22px;
  height: 22px;
}

.home-svc-sub__body {
  flex: 1;
  min-width: 0;
}

.home-svc-sub__body h3,
.home-svc-sub__body h4 {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #0f172a;
}

.home-svc-sub__body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-svc-sub--emergency {
  background: #00378b;
}

.home-svc-sub--emergency:hover {
  background: #002a6b;
}

.home-svc-sub--emergency .home-svc-sub__icon {
  background: rgba(255, 255, 255, 0.14);
}

.home-svc-sub--emergency .home-svc-sub__body h3,
.home-svc-sub--emergency .home-svc-sub__body h4,
.home-svc-sub--emergency .home-svc-sub__body p {
  color: #ffffff;
}

.home-svc-sub--emergency .home-svc-sub__body p {
  color: rgba(255, 255, 255, 0.82);
}

.home-svc-sub__cta {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  color: #7dffb0;
  white-space: nowrap;
}

.home-adv__head {
  max-width: 760px;
  margin-bottom: 20px;
}

.home-adv__head .eyebrow {
  margin-bottom: 8px;
}

.home-adv__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.35;
  font-weight: 600;
  color: #0f172a;
}

.home-adv__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.home-adv-board {
  display: grid;
  grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e8edf3;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.home-fullpage .home-adv-board {
  min-height: 0;
}

.home-adv-board__hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
}

.home-adv-tile {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}

.home-adv-tile + .home-adv-tile {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home-adv-tile__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-adv-tile:hover .home-adv-tile__bg {
  transform: scale(1.04);
}

.home-adv-tile__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 64, 0.55);
}

.home-adv-tile__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  height: 100%;
  padding: 28px 26px;
  color: #ffffff;
}

.home-adv-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.home-adv-tile__content h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.8vw, 22px);
  line-height: 1.35;
  font-weight: 600;
}

.home-adv-tile__content p {
  margin: 0;
  max-width: 420px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.home-adv-spotlight {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  border-top: 1px solid #eef2f7;
  background: #f0f5fb;
}

.home-adv-spotlight__media {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  border-right: 1px solid #eef2f7;
}

.home-adv-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-adv-spotlight:hover .home-adv-spotlight__media img {
  transform: scale(1.03);
}

.home-adv-spotlight__body {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
}

.home-adv-spotlight__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 55, 139, 0.08);
}

.home-adv-spotlight__copy {
  min-width: 0;
}

.home-adv-spotlight__copy h3 {
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  font-weight: 600;
  color: #0f172a;
}

.home-adv-spotlight__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
}

.home-system--dark {
  color: #ffffff;
}

.home-system--dark > .container {
  position: relative;
}

.home-system__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.home-system__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(126, 231, 135, 0.35);
  background: rgba(0, 170, 26, 0.12);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #bbf7d0;
}

.home-system-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
}

.home-system-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 580px;
}

.home-system-copy__tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.home-system-copy__title {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.22;
  font-weight: 700;
  color: #ffffff;
}

.home-system-copy__title span {
  display: block;
}

.home-system-copy__accent {
  margin-top: 8px;
  background: linear-gradient(90deg, #4ade80, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-system-copy__intro {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 16px);
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.78);
}

.home-system-copy__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-system-copy__tags li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.home-system-copy__value {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.home-system-copy__value strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.home-system-copy__value-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-system-copy__value-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.home-system-copy__value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18);
}

.home-system-copy__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 0;
  background: #00aa1a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 170, 26, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.home-system-copy__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 170, 26, 0.34);
  filter: brightness(1.04);
}

.home-system-cockpit {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff;
  box-shadow:
    0 24px 64px rgba(2, 8, 23, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.home-system-cockpit__chrome {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 52px;
  padding: 0 20px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.home-system-cockpit__status {
  position: absolute;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #16a34a;
}

.home-system-cockpit__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: home-system-pulse 2s ease-out infinite;
}

@keyframes home-system-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.home-system-cockpit__dots {
  position: absolute;
  left: 18px;
  display: inline-flex;
  gap: 6px;
}

.home-system-cockpit__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.home-system-cockpit__dots i:nth-child(2) {
  background: #f59e0b;
}

.home-system-cockpit__dots i:nth-child(3) {
  background: #22c55e;
}

.home-system-cockpit__title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.home-system-cockpit__body {
  padding: 20px;
  background: #fff;
}

.home-system-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.home-system-stat {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
}

.home-system-stat__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #64748b;
}

.home-system-stat__live {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  font-size: 11px;
  font-weight: 600;
  color: #16a34a;
}

.home-system-stat__value {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #0f172a;
}

.home-system-stat__value strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.home-system-stat__value span {
  font-size: 14px;
  color: #64748b;
}

.home-system-stat--blue {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.12);
}

.home-system-stat--blue .home-system-stat__value strong {
  color: #2563eb;
}

.home-system-stat--amber {
  background: #fffbeb;
  border-color: rgba(245, 158, 11, 0.14);
}

.home-system-stat--amber .home-system-stat__value strong {
  color: #d97706;
}

.home-system-stat--teal {
  background: #ecfeff;
  border-color: rgba(20, 184, 166, 0.14);
}

.home-system-stat--teal .home-system-stat__value strong {
  color: #0d9488;
}

.home-system-throughput {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.home-system-throughput__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

.home-system-throughput__meta {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}

.home-system-throughput__bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 56px;
}

.home-system-throughput__bars span {
  flex: 1;
  height: calc(var(--bar, 50) * 1%);
  min-height: 8px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
  transform-origin: bottom;
  animation: home-system-bar 2.4s ease-in-out infinite alternate;
}

.home-system-throughput__bars span:nth-child(3n) {
  animation-delay: 0.2s;
}

.home-system-throughput__bars span:nth-child(3n+1) {
  animation-delay: 0.5s;
}

.home-system-throughput__bars span:nth-child(3n+2) {
  animation-delay: 0.8s;
}

@keyframes home-system-bar {
  from { transform: scaleY(0.82); opacity: 0.72; }
  to { transform: scaleY(1); opacity: 1; }
}

.home-system-terminal {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid #1e293b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-system-terminal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #94a3b8;
}

.home-system-terminal__cursor {
  width: 8px;
  height: 14px;
  background: #22c55e;
  animation: home-system-blink 1s step-end infinite;
}

@keyframes home-system-blink {
  50% { opacity: 0; }
}

.home-system-terminal__viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  mask-image: none;
}

.home-system-terminal__track {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  animation: home-system-terminal-scroll 22s linear infinite;
}

@keyframes home-system-terminal-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.home-system-terminal__line {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-system-terminal__line--code { color: #7dd3fc; }
.home-system-terminal__line--ok { color: #4ade80; }
.home-system-terminal__line--info { color: #cbd5e1; }
.home-system-terminal__line--warn { color: #fbbf24; }

.home-system-feed {
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.home-system-feed--ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
}

.home-system-feed__label {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}

.home-system-feed__ticker {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.25s ease;
}

.home-system-feed__ticker.is-changing {
  opacity: 0.45;
}

.home-system-feed__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}

.home-system-feed__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
  animation: home-system-pulse 2s ease-out infinite;
}

.home-system-feed__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-system-feed__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  opacity: 0.55;
  transition: opacity 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.home-system-feed__item.is-active {
  opacity: 1;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.home-system-feed__item--blue.is-active { border-color: rgba(37, 99, 235, 0.18); background: #eff6ff; }
.home-system-feed__item--green.is-active { border-color: rgba(22, 163, 74, 0.18); background: #f0fdf4; }
.home-system-feed__item--teal.is-active { border-color: rgba(13, 148, 136, 0.18); background: #ecfeff; }
.home-system-feed__item--amber.is-active { border-color: rgba(217, 119, 6, 0.18); background: #fffbeb; }
.home-system-feed__item--purple.is-active { border-color: rgba(124, 58, 237, 0.18); background: #f5f3ff; }

.home-system-feed__time {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #64748b;
}

.home-system-feed__text {
  font-size: 12px;
  line-height: 1.55;
  color: #334155;
}

.home-system-stat__value strong.is-ticking {
  color: #1d4ed8;
  transition: color 0.25s ease;
}

.home-system-cockpit__main {
  display: grid;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 0.72fr);
  gap: 10px;
  flex: 1;
  min-height: clamp(160px, 22vh, 240px);
  margin-bottom: 12px;
  align-items: stretch;
}

.home-system-cockpit__main:has(.home-system-flow--milestones) {
  grid-template-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
}

.home-system-flow {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 12px 12px 10px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.home-system-flow__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.home-system-flow__title {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}

.home-system-flow__meta {
  font-size: 11px;
  color: #94a3b8;
}

.home-system-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-system-flow__step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}

.home-system-flow__node {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

.home-system-flow__index {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 10px;
  line-height: 1;
}

.home-system-flow__label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-system-flow__connector {
  position: relative;
  flex: 1;
  width: 2px;
  min-height: 4px;
  margin: 2px auto;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
}

.home-system-flow__connector::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: translateX(-50%) rotate(45deg);
}

.home-system-flow--milestones .home-system-flow__milestones {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  flex: 1;
}

.home-system-flow__milestone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 84px;
  padding: 14px 12px;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-system-flow__milestone:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.home-system-flow__milestone-no {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

.home-system-flow__milestone-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.home-system-node--blue { background: linear-gradient(180deg, #3b82f6, #2563eb); }
.home-system-node--green { background: linear-gradient(180deg, #22c55e, #16a34a); }
.home-system-node--orange { background: linear-gradient(180deg, #fb923c, #ea580c); }
.home-system-node--cyan { background: linear-gradient(180deg, #22d3ee, #0891b2); }
.home-system-node--purple { background: linear-gradient(180deg, #a78bfa, #7c3aed); }
.home-system-node--red { background: linear-gradient(180deg, #f87171, #ef4444); }
.home-system-node--navy { background: linear-gradient(180deg, #1d4ed8, #1e3a8a); }

.home-system-cockpit__footer {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .home-system-terminal__track,
  .home-system-throughput__bars span,
  .home-system-cockpit__pulse,
  .home-system-feed__pulse,
  .home-system-terminal__cursor {
    animation: none;
  }
}


.service-card,

.advantage-card,

.story-card,

.station-card,

.cert-gallery__item {

  overflow: hidden;

}



.service-card__image,

.advantage-card__image,

.story-card__image,

.station-card__image,

.contact-visual img,

.cert-gallery__item img {

  width: 100%;

  height: auto;

  object-fit: cover;

}



.service-card__image {

  aspect-ratio: 300 / 192;

}



.service-card__body {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 14px;

  padding: 24px;

}



.service-card h3,

.advantage-card h3,

.story-card h3,

.station-card h3,

.value-card h3,

.cert-tile h3,

.contact-form-wrap h3,

.emergency-card h3 {

  font-size: 20px;

  line-height: 1.4;

  font-weight: 400;

}



.service-card p,

.advantage-card p,

.station-card p,

.value-card p,

.story-card li span {

  color: var(--color-muted);

  font-size: 16px;

  line-height: 1.6;

}



.card-grid--advantages {

  grid-template-columns: repeat(3, minmax(0, 1fr));

}



.advantage-card {
  border: 1px solid #E5E7EB;
  background: var(--color-panel-soft);

}



.advantage-card__image {

  aspect-ratio: 404 / 224;

}



.advantage-card__body {

  display: flex;

  flex-direction: column;

  gap: 12px;

  padding: 24px;

}



.advantage-card__icon {

  display: inline-flex;

  align-items: center;

  justify-content: flex-start;

  width: 48px;

  height: 48px;

  border-radius: var(--radius-md);

  /* background: #00378b; */

  color: #ffffff;

}



.card-grid--stories {

  grid-template-columns: repeat(3, minmax(0, 404px));

  justify-content: space-between;

  gap: 34px;

}



.story-card__image {

  aspect-ratio: 404 / 256;

}



.story-card {

  min-height: 413px;

}



.story-card__link {

  display: block;

  height: 100%;

  color: inherit;

  text-decoration: none;

  cursor: pointer;

}



.story-card__body {

  display: flex;

  flex-direction: column;

  gap: 12px;

  padding: 24px;

}



.story-card__list {

  display: grid;

  gap: 8px;

}



.story-card__list li {

  display: flex;

  align-items: flex-start;

  gap: 8px;

}



.story-card__list img {

  margin-top: 1px;

  filter: var(--icon-green-filter);

}



.story-card li span {

  font-size: 14px;

  line-height: 20px;

}



.stats-grid {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;

  margin-bottom: 56px;

}



.stat-card {

  display: grid;

  place-items: center;

  min-height: 188px;

  text-align: center;

  /* background: var(--color-panel-soft); */

}



@media (hover: hover) and (pointer: fine) {

  .service-card,

  .advantage-card,

  .story-card,

  .station-card,

  .value-card,

  .stat-card,

  .hero-highlight {

    transition: transform 0.28s ease, box-shadow 0.28s ease;

    transform-origin: center center;

  }



  .service-card:hover,

  .advantage-card:hover,

  .story-card:hover,

  .station-card:hover,

  .value-card:hover,

  .stat-card:hover,

  .hero-highlight:hover {

    transform: scale(1.02);

  }

}



.stat-card strong {

  color: var(--color-primary);

  font-size: clamp(44px, 4vw, 64px);

  line-height: 96px;

  font-weight: 500;

}



.stat-card span {

  color: var(--color-muted);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: -18px;
}



.brand-grid {

  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));

  gap: 20px;

}



.brand-card {

  display: flex;

  align-items: center;

  justify-content: center;

  min-height: 168px;

  background: #f0f5fb;

  color: var(--color-text);

  text-align: center;

  padding: 24px;

}



.brand-card span {

  font-size: 24px;

  line-height: 1.4;

  font-weight: 500;

}



.brand-card--empty {

  grid-column: 1 / -1;

  min-height: 120px;

  color: var(--color-muted);

  font-size: 18px;

}



.card-grid--stations {

  grid-template-columns: repeat(3, minmax(0, 1fr));

  margin-bottom: 32px;

}



.station-card__image {

  aspect-ratio: 404 / 283;

}



.station-card__body {

  display: flex;

  flex-direction: column;

  gap: 10px;

  padding: 20px;

}



.station-card__body h3 {

  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 18px;

}



.station-card__body h3 img {

  filter: var(--icon-green-filter);

}



.section-cta {

  display: flex;

  justify-content: center;

}



.home-emergency {

  background: #00378b url("../images/emergency-bg.jpg") center center / cover no-repeat;

}



.home-emergency::before {
  content: "";

  position: absolute;

  inset: 0;

  background: rgba(0, 55, 139, 0.9);

}



.home-emergency .container {

  position: relative;

  z-index: 1;

}



.emergency-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;

  margin-bottom: 28px;

}



.emergency-card {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 14px;

  min-height: 218px;

  padding: 32px 24px;

  border-radius: var(--radius-md);

  border: 1px solid rgba(255, 255, 255, 0.18);

  background: rgba(255, 255, 255, 0.1);

  text-align: center;

  backdrop-filter: blur(8px);

}



.emergency-card__icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  /* width: 64px;

  height: 64px;

  border-radius: 50%; */

  /* background: var(--color-primary); */

  color: #ffffff;

}



.advantage-card__icon img {

  /* filter: var(--header-scroll-icon-filter, brightness(0) saturate(100%) invert(100%)); */

}



.value-card>img {

  filter: var(--icon-green-filter);

}



.icon-badge img,

.cert-tile__icon img,

.contact-item__icon img {

  /* filter: var(--header-scroll-icon-filter, brightness(0) saturate(100%) invert(100%)); */

}



.service-card .icon-badge {

  line-height: 0;

  flex: 0 0 56px;

}



.service-card .icon-badge img {

  display: block;
  object-fit: contain;

}



.emergency-card h3 {

  color: #ffffff;

}



.emergency-card p {

  color: rgba(255, 255, 255, 0.82);

  font-size: 15px;

  line-height: 1.5;

}



.emergency-action {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 14px;

}



.btn--emergency {

  min-width: 396px;

}



body.home-page .btn--primary.btn--emergency,

body.home-page .btn--primary.btn--emergency:hover {

  background: var(--theme-default-color, #00378b);

}



.emergency-action p {

  color: rgba(255, 255, 255, 0.76);

  font-size: 14px;

}



.value-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 16px 24px;

}



.value-card {

  display: flex;

  align-items: flex-start;

  gap: 16px;

  min-height: 100px;

  padding: 24px;

  /* border-left: 3px solid var(--theme-default-color, #00378b); */

}

.value-card__content {
  width: 100%;
}

.value-card__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.value-card__title img {
  flex: 0 0 auto;
}

.value-card__desc {
  margin-top: 6px;
  padding-left: 30px;
}



.value-card img {

  color: var(--color-primary);

  flex: 0 0 auto;

}



/* body.home-page .value-card > img {

  padding: 8px;

  border-radius: 10px;

  background: var(--theme-default-color, #00378b);

  filter: brightness(0) invert(1);

} */



/* body.home-page .social-item img {

  background: var(--theme-default-color, #00378b);

} */



.cert-top-grid {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 18px;

}



.cert-row {

  width: 100%;

}



.cert-row--text {

  margin-bottom: 28px;

}



.cert-tile {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 16px;

  min-height: 172px;

  text-align: center;

  background: #f0f5fb;

}



.cert-tile__button,

.cert-gallery__button {

  width: 100%;

  border: 0;

  padding: 0;

  background: transparent;

  color: inherit;

  font: inherit;

  cursor: zoom-in;

}



.cert-tile__button {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 16px;

  min-height: 172px;

}



.cert-tile__button h3 {

  margin: 0;

}



.cert-tile__button:focus-visible,

.cert-gallery__button:focus-visible,

.cert-lightbox__close:focus-visible,

.cert-lightbox__backdrop:focus-visible {

  outline: 2px solid var(--color-primary);

  outline-offset: 4px;

}



.cert-tile__icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  /* width: 64px;

  height: 64px; */

  border-radius: 50%;

  /* background: var(--theme-default-color, #00378b); */

  /* color: #ffffff; */

}



.cert-gallery {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 24px;

}



.cert-gallery__item {

  overflow: hidden;

}



.cert-gallery__button {

  display: block;

}



.cert-gallery__button img {

  display: block;

  width: 100%;

  height: auto;

  transition: transform 0.28s ease;

}



.cert-gallery__button:hover img,

.cert-gallery__button:focus-visible img,

.cert-tile__button:hover .cert-tile__icon,

.cert-tile__button:focus-visible .cert-tile__icon {

  transform: scale(1.04);

}



.cert-lightbox {

  position: fixed;

  inset: 0;

  z-index: 1200;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 24px;

}



.cert-lightbox[hidden] {

  display: none;

}



.cert-lightbox__backdrop {

  position: absolute;

  inset: 0;

  border: 0;

  background: rgba(10, 18, 34, 0.78);

}



.cert-lightbox__dialog {

  position: relative;

  z-index: 1;

  width: min(960px, 100%);

  max-height: calc(100vh - 48px);

  padding: 18px;

  border-radius: 28px;

  background: #ffffff;

  box-shadow: 0 24px 80px rgba(11, 30, 61, 0.24);

}



.cert-lightbox__close {

  position: absolute;

  top: 10px;

  right: 10px;

  width: 42px;

  height: 42px;

  border: 0;

  border-radius: 50%;

  background: rgba(8, 24, 56, 0.08);

  color: var(--color-text);

  font-size: 30px;

  line-height: 1;

  cursor: pointer;

}



.cert-lightbox__figure {

  margin: 0;

}



.cert-lightbox__image {

  display: block;

  width: 100%;

  max-height: calc(100vh - 140px);

  object-fit: contain;

  border-radius: 20px;

  background: #f4f7fb;

}



.cert-lightbox__caption {

  margin-top: 14px;

  color: var(--color-text);

  font-size: 18px;

  line-height: 1.5;

  text-align: center;

}



body.is-modal-open {

  overflow: hidden;

}



.contact-layout {

  display: grid;

  grid-template-columns: minmax(0, 5fr) minmax(0, 5fr);

  gap: 50px;

  align-items: start;

}



.contact-info {

  display: flex;

  flex-direction: column;

  gap: 32px;

}



.contact-list {

  display: grid;

  gap: 24px;

}



.contact-item {

  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 16px;

  align-items: start;

}



.contact-item__icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

  border-radius: var(--radius-md);

  background: #00378b;

  color: #ffffff;

}



.contact-item small {

  display: block;

  margin-bottom: 4px;

  color: var(--color-muted);

  font-size: 14px;

  line-height: 1.4;

}



.contact-item strong {

  display: block;

  color: var(--color-text);

  font-size: 18px;

  line-height: 1.6;

  font-weight: 400;

}



.contact-visual {

  overflow: hidden;

  position: relative;

}



.contact-visual figcaption {

  position: absolute;

  left: 20px;

  bottom: 20px;

  color: #ffffff;

  font-size: 18px;

  line-height: 1.4;

  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);

}



.contact-form-wrap {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  height: 660px;

  padding: 32px;

}



.contact-form-wrap h3 {

  margin-bottom: 18px;

}



.home-contact__form {

  display: flex;

  flex-direction: column;

  gap: 20px;

  width: 100%;

}



.home-contact__form .field input,

.home-contact__form .field textarea,

.home-contact__form .field select {

  color: var(--color-text);

}



.home-contact__form .field input::placeholder,

.home-contact__form .field textarea::placeholder {

  color: var(--color-muted);

  opacity: 1;

}



.home-contact {
  display: block;
}

.btn--submit {

  margin-top: 6px;

}



.form-status {

  min-height: 24px;

  margin: 0;

  font-size: 14px;

  line-height: 1.6;

}



.form-status.is-success {

  color: #0f8a48;

}



.form-status.is-error {

  color: #c53b1b;

}



.form-status {

  min-height: 24px;

  margin: 0;

  font-size: 14px;

  line-height: 1.6;

}



.form-status.is-success {

  color: #0f8a48;

}



.form-status.is-error {

  color: #c53b1b;

}


/*新修改开始*/
/* 负边距仅作用于首屏 hero，避免整页上移后在视口底部露出白边 */
body.home-page .new-top21 {
  margin-top: 0;
}

body.home-page .home-hero {
  margin-top: -24px;
  width: 100%;
}
.hero-title__name p:nth-child(2){
  color: #ecf0f1;
  font-size: 24px;
  padding: 20px 0 20px 0;
}
.hero-title__name p:nth-child(1){
  line-height: 90px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.hero-highlight__icon img{
  width: 48px;
  height: 48px;
}
.reveal .section-line{
  border-radius: 0 !important;
}
.new-top21 .story-card h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.new-top21 .story-card li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-top21  .section-line{
  margin-top: 5px;
}
.hero-actions .btn--primary {
  box-shadow:0 2px 12px var(--color-primary)
}
@media (min-width: 969px) {
  .new-top21 .hero-highlights {
    bottom: 64px !important;
  }
}
.new-top21 .brand-card span{
  font-size: 36px;
  font-weight: 400;
}
.btn2 .btn{
  padding: 16px 50px;
  min-height: 70px;
}
.btn2 .btn span{
  font-size: 20px;
}
.btn2 p{
  color:rgba(255, 255, 255, 1)
}
.new-top21 .value-card__title img{
  width: 24px;
  height: 24px;
}
.new-top21 .value-card__desc{
  padding-left: 36px;
}
.new-top21 .cert-gallery,.new-top21 .cert-top-grid{
  gap: 32px;
}
.new-top21 .cert-tile__button h3{
  font-size: 18px;
}
.new-top21 .contact-item__icon img{
  width: 24px;
  height: 24px;
}

.new-top21 .field select ,
.new-top21 .field textarea::placeholder,
.new-top21 .field input::placeholder {
  color: #101828;
  opacity: 0.5; /* Firefox 默认透明度低，需显式设置 */
}

/* WebKit/Safari/旧版 Edge */
.new-top21 .field input::-webkit-input-placeholder {
  color: #101828;
  opacity: 0.5;
}

/* Firefox 19+ */
.new-top21 .field input::-moz-placeholder {
  color: #101828;
  opacity: 0.5;
  
}

/* Firefox 4–18 */
.new-top21 .field input:-moz-placeholder {
  color: #101828;
  opacity: 0.5;
}

/* IE 10–11 */
.new-top21 .field input:-ms-input-placeholder {
  color: #101828;
  opacity: 0.5;
}
.new-top21 .contact-form-wrap{
  box-shadow: 0 9px 7px rgba(214, 214, 214, 1); /* 外阴影 */
}
.new-top21 .container .section-cta .btn{
  padding: 16px 50px;
}
.new-top21 .btn2 p{
  opacity: 0.6;
}
.nav-link{
  font-weight: 400;
}
.nav-link.is-active{
  font-weight: 600;
  color: #fff;
}
/*新修改结束*/

@keyframes scroll-indicator {

  0% {

    opacity: 1;

    transform: translateY(0);

  }

  100% {

    opacity: 0;

    transform: translateY(12px);

  }

}



@media (min-width: 750px) and (max-width: 968px) {

  .card-grid--services,

  .card-grid--advantages,

  .card-grid--stories,

  .card-grid--stations,

  .cert-gallery,

  .brand-grid,

  .value-grid {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  .hero-highlights,

  .stats-grid,

  .cert-top-grid,

  .emergency-grid {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  .contact-layout {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 968px) {

  body.home-page .home-hero {
    margin-top: 0;
  }

  .home-hero {

    min-height: auto;

    padding: 112px 0 32px;

  }



  .hero-content {

    min-height: auto;

    gap: 40px;

    padding-bottom: 0;

  }



  .hero-title {

    max-width: 680px;

    font-size: clamp(34px, 6.2vw, 46px);

  }



  .hero-subtitle {

    font-size: 16px;

    line-height: 1.5;

  }



  .hero-actions {

    margin-top: 18px;

    margin-left: 0;

  }



  .hero-highlights {

    position: static;

    left: auto;

    right: auto;

    bottom: auto;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 24px;

  }

  .new-top21 .hero-content {

    justify-content: flex-start;

    gap: 28px;

    padding-bottom: 32px;

  }

  .new-top21 .home-hero__copy-stack {

    min-height: auto;

  }

  .new-top21 .hero-highlights {

    position: static;

    left: auto;

    right: auto;

    bottom: auto;

    margin-top: 0;

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  .new-top21 .hero-content .hero-scroll {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin: 20px auto 0;
  }

  .new-top21 .hero-content {
    padding-bottom: 24px;
  }



  .card-grid--services {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  .home-about-svc__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-about-svc__stats {
    width: 100%;
    justify-content: space-between;
  }

  .home-about-svc__stats li {
    flex: 1 1 40%;
  }



  .home-svc-board__hero,
  .home-svc-board__sub {
    grid-template-columns: 1fr;
  }

  .home-svc-hero + .home-svc-hero,
  .home-svc-sub + .home-svc-sub {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-svc-sub + .home-svc-sub {
    border-top-color: #eef2f7;
  }

  .home-svc-hero,
  .home-svc-hero__content {
    min-height: 260px;
  }



  .card-grid--advantages,

  .card-grid--stories,

  .card-grid--stations,

  .stats-grid,

  .brand-grid,

  .value-grid,

  .cert-top-grid,

  .cert-gallery,

  .emergency-grid,

  .contact-layout {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  .contact-layout {

    gap: 32px;

  }



  .brand-card {

    font-size: 26px;

  }

}



@media (max-width: 749px) {

  .home-hero {

    min-height: auto;

    padding: 180px 0 11rem;

    background-position: 62% center;

  }



  .hero-content {

    min-height: auto;

    gap: 36px;

    padding-bottom: 0;

  }

  .new-top21 .hero-content {

    min-height: calc(100svh - 180px);

    padding-bottom: 56px;

    justify-content: flex-start;

  }



  .hero-title {

    font-size: 32px;

    line-height: 1.18;

  }



  .hero-subtitle {

    font-size: 14px;

    line-height: 1.5;

  }



  .hero-actions {

    margin-top: 16px;

    margin-left: 0;

    gap: 12px;

  }



  .hero-actions .btn {

    min-height: 42px;

    padding: 10px 16px;

    font-size: 13px;

  }



  .hero-highlights,

  .card-grid--services,

  .card-grid--advantages,

  .card-grid--stories,

  .card-grid--stations,

  .stats-grid,

  .brand-grid,

  .value-grid,

  .cert-top-grid,

  .cert-gallery,

  .emergency-grid,

  .contact-layout {

    grid-template-columns: 1fr;

  }



  .hero-highlight {

    min-height: auto;

  }



  .hero-highlight__title {

    font-size: 15px;

    line-height: 1.2;

  }



  .hero-highlight__desc {

    font-size: 11px;

    line-height: 1.3;

  }



  .brand-card {

    min-height: 120px;

    font-size: 24px;

  }



  .btn--emergency {

    min-width: 100%;

  }



  .contact-form-wrap {

    height: auto;

    padding: 24px 20px;

  }
  .hero-title__name p:nth-child(1) span{
     font-size: 44px !important;
     line-height: 60px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-title__name p:nth-child(2){
    padding: 10px 0 5px 0 !important;
  }
  .hero-title__name p:nth-child(2) span{
    color: #ecf0f1;
    font-size: 18px !important;
    
  }
  .new-top21 .btn2 .btn span{
    font-size: 14px;
  }
  .new-top21 .hero-title__name p:nth-child(1){
     line-height: 40px;
  }
  .new-top21 .hero-highlights{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    top: auto;
    margin-top: 0;
    height: auto;
    z-index: 4;
  }
  .new-top21 .hero-highlight__icon,
  .new-top21 .hero-highlight__content{
    display: none !important;
  }
  .new-top21 .hero-highlight{
    display: block;
    flex: 0 0 auto;
    width: 24px;
    min-height: 0;
    height: 4px;
    padding: 0;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 0;
    grid-template-columns: unset;
    overflow: hidden;
    cursor: pointer;
  }
  .new-top21 .hero-highlight.is-active{
    width: 32px;
    height: 4px;
    padding: 0 !important;
    background: var(--color-primary);
    box-shadow: none;
  }
  .new-top21 .hero-content .hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -12px;
  }
  .home-hero__arrow {
    width: 36px;
    height: 36px;
    margin-top: 0;
    top: auto;
    bottom: 88px;
  }
  .home-hero__arrow--prev {
    left: 12px;
  }
  .home-hero__arrow--next {
    right: 12px;
  }
  .new-top21 .hero-content {
    padding-bottom: 72px;
  }
  .new-top21 .reveal{
    opacity: 1 !important;
    transform: none !important;
    transition:none !important
  }

}