:root {
  --ws-bg: #f5f8fb;
  --ws-surface: #ffffff;
  --ws-primary: #0b4f8c;
  --ws-primary-deep: #083a68;
  --ws-accent: #2f7fe2;
  --ws-text: #1f2d3d;
  --ws-muted: #5b6b7c;
  --ws-line: #d9e3ec;
  --ws-radius: 8px;
  --ws-header-h: 78px;
  --ws-font: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ws-page-gutter: clamp(28px, 5.5vw, 100px);
  --ws-prose-max: 880px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--ws-font);
  color: var(--ws-text);
  background: var(--ws-bg);
  line-height: 1.7;
}

a {
  color: var(--ws-accent);
  text-decoration: none;
}

a:hover {
  color: var(--ws-primary);
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

.container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: var(--ws-page-gutter);
  padding-right: var(--ws-page-gutter);
  box-sizing: border-box;
}

/* Main content slightly inset via fluid side padding; header / banner / footer stay full width */
.site-main .container {
  max-width: none;
  padding-left: clamp(48px, 10vw, 200px);
  padding-right: clamp(48px, 10vw, 200px);
}

.site-main .page-banner-body {
  max-width: none;
  padding-left: var(--ws-page-gutter);
  padding-right: var(--ws-page-gutter);
}

/* Header — soft cool wash + right-side flowing sand */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 55, 110, 0.06);
}

.header-bar {
  position: relative;
  height: var(--ws-header-h);
  margin: 0;
  overflow: visible;
  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(248, 252, 255, 0.98) 42%,
      rgba(236, 246, 255, 0.96) 72%,
      rgba(228, 243, 255, 0.95) 100%
    );
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.header-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 48% 160% at 100% 50%, rgba(64, 148, 255, 0.14), transparent 62%),
    radial-gradient(ellipse 36% 120% at 78% 0%, rgba(120, 190, 255, 0.1), transparent 58%),
    radial-gradient(ellipse 42% 130% at 0% 100%, rgba(150, 185, 230, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(245, 250, 255, 0.12));
}

/* Homepage AI promo banner */
.ai-banner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #eef2fa;
  background-image: url("../img/ai_banner/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Soft shimmer over the photo background */
.ai-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      105deg,
      transparent 0%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(200, 220, 255, 0.12) 58%,
      transparent 78%
    );
  background-size: 220% 100%;
  background-position: 0% 50%;
  animation: ai-banner-shimmer 10s ease-in-out infinite;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

/* Subtle drifting contour lines (echo the artwork) */
.ai-banner::after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-radial-gradient(
      circle at 72% 120%,
      transparent 0,
      transparent 14px,
      rgba(120, 150, 210, 0.07) 14px,
      rgba(120, 150, 210, 0.07) 15px
    );
  animation: ai-banner-contour 18s linear infinite;
  opacity: 0.55;
}

.ai-banner-clip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
}

@keyframes ai-banner-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes ai-banner-contour {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.02);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.ai-banner-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ws-page-gutter);
  box-sizing: border-box;
}

.ai-banner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  min-width: 0;
  width: auto;
  max-width: 100%;
}

.ai-banner-ai-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ai-banner-ai-halo {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(100, 180, 255, 0.28) 0%,
    rgba(64, 150, 255, 0.14) 40%,
    rgba(100, 180, 255, 0.05) 62%,
    transparent 78%
  );
  filter: blur(2px);
  animation: ai-banner-halo 2.6s ease-in-out infinite;
  pointer-events: none;
}

.ai-banner-ai-halo::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(100, 170, 255, 0.28),
    0 0 10px 2px rgba(100, 170, 255, 0.22),
    0 0 20px 4px rgba(120, 190, 255, 0.12);
  animation: ai-banner-halo-ring 2.6s ease-in-out infinite;
}

.ai-banner-ai-halo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(180, 215, 255, 0.1) 45%,
    transparent 70%
  );
  filter: blur(1.5px);
  animation: ai-banner-halo 2.6s ease-in-out infinite reverse;
  pointer-events: none;
}

.ai-banner-ai {
  position: relative;
  z-index: 1;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

@keyframes ai-banner-halo {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes ai-banner-halo-ring {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.ai-banner-copy {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 560px;
  text-align: left;
}

.ai-banner-title {
  margin: 0;
  color: #1f2d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ai-banner-ai-text {
  color: #1677ff;
  font-weight: 700;
}

.ai-banner-desc {
  margin: 4px 0 0;
  color: #8a93a3;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-banner-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  margin-left: 0;
  border-radius: 16px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: linear-gradient(90deg, #1677ff 0%, #4096ff 100%);
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ai-banner-cta:hover {
  color: #fff !important;
  filter: brightness(1.05);
  box-shadow: 0 6px 14px rgba(22, 119, 255, 0.32);
  transform: translateY(-1px);
}

.ai-banner-person {
  flex: 0 0 auto;
  align-self: flex-end;
  display: block;
  height: 70px;
  width: auto;
  margin-left: 0;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1200px) {
  .ai-banner-stage {
    height: 68px;
  }

  .ai-banner-main {
    gap: 32px;
  }

  .ai-banner-ai-wrap {
    width: 42px;
    height: 42px;
  }

  .ai-banner-ai {
    width: 38px;
    height: 38px;
  }

  .ai-banner-title {
    font-size: 18px;
  }

  .ai-banner-desc {
    font-size: 11px;
  }

  .ai-banner-person {
    height: 66px;
  }
}

@media (max-width: 960px) {
  .ai-banner-stage {
    height: 60px;
  }

  .ai-banner-main {
    gap: 24px;
  }

  .ai-banner-title {
    font-size: 16px;
    letter-spacing: 0.02em;
  }

  .ai-banner-desc {
    display: none;
  }

  .ai-banner-person {
    height: 58px;
  }
}

@media (max-width: 640px) {
  .ai-banner-stage {
    height: 52px;
    padding: 0 var(--ws-page-gutter);
  }

  .ai-banner-main {
    gap: 14px;
  }

  .ai-banner-ai-wrap {
    width: 34px;
    height: 34px;
  }

  .ai-banner-ai {
    width: 30px;
    height: 30px;
  }

  .ai-banner-title {
    font-size: 14px;
  }

  .ai-banner-cta {
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    margin-left: 0;
  }

  .ai-banner-person {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-banner,
  .ai-banner::before,
  .ai-banner::after,
  .ai-banner-stage,
  .ai-banner-ai-halo,
  .ai-banner-ai-halo::before,
  .ai-banner-ai-halo::after {
    animation: none !important;
    transition: none !important;
  }

  .ai-banner::before,
  .ai-banner::after {
    opacity: 0.35;
    transform: none;
  }
}

.header-sand {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, 48%);
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 26%, #000 55%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 26%, #000 55%);
}

.sand-layer {
  position: absolute;
  inset: -20% -12% -20% -8%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  will-change: transform, opacity;
}

.sand-a {
  opacity: 0.95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='90' viewBox='0 0 560 90' fill='none'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M20 72C95 42 165 12 250 36C330 58 400 22 540 48' stroke='%232f7fe2' stroke-opacity='0.38' stroke-width='1.35'/%3E%3Cpath d='M0 82C90 50 170 18 255 44C340 70 415 32 560 56' stroke='%234096ff' stroke-opacity='0.28' stroke-width='1.15'/%3E%3Cpath d='M40 62C120 34 190 8 270 30C350 52 430 16 540 40' stroke='%2369b1ff' stroke-opacity='0.24' stroke-width='1.1'/%3E%3C/g%3E%3C/svg%3E");
  animation: sand-drift-a 11s ease-in-out infinite alternate;
}

.sand-b {
  opacity: 0.8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='90' viewBox='0 0 560 90' fill='none'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M60 8C145 30 205 62 175 84M110 2C205 34 265 68 215 90M160 0C265 38 330 72 270 94M215 -4C325 40 395 76 325 98M270 -6C385 42 460 80 385 102' stroke='%232f7fe2' stroke-opacity='0.24' stroke-width='1.15'/%3E%3Cpath d='M80 14C160 36 215 66 185 86M130 6C220 40 275 72 230 92M185 2C280 44 345 78 290 98' stroke='%2391caff' stroke-opacity='0.22' stroke-width='1.1'/%3E%3C/g%3E%3C/svg%3E");
  animation: sand-drift-b 14s ease-in-out infinite alternate;
}

.sand-c {
  opacity: 0.7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='90' viewBox='0 0 560 90' fill='none'%3E%3Cg fill='%234096ff'%3E%3Ccircle cx='420' cy='22' r='1.5' fill-opacity='0.42'/%3E%3Ccircle cx='448' cy='38' r='1.3' fill-opacity='0.34'/%3E%3Ccircle cx='476' cy='18' r='1.7' fill-opacity='0.32'/%3E%3Ccircle cx='502' cy='46' r='1.2' fill-opacity='0.4'/%3E%3Ccircle cx='528' cy='28' r='1.5' fill-opacity='0.3'/%3E%3Ccircle cx='390' cy='54' r='1.2' fill-opacity='0.28'/%3E%3Ccircle cx='460' cy='62' r='1.4' fill-opacity='0.32'/%3E%3Ccircle cx='510' cy='70' r='1.1' fill-opacity='0.28'/%3E%3C/g%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M30 78C110 52 175 24 255 48C335 72 410 36 550 60' stroke='%231677ff' stroke-opacity='0.22' stroke-width='1.15'/%3E%3Cpath d='M50 68C135 40 200 14 280 38C360 60 440 24 545 50' stroke='%2369b1ff' stroke-opacity='0.18' stroke-width='1.1'/%3E%3C/g%3E%3C/svg%3E");
  animation: sand-drift-c 9s linear infinite;
}

@keyframes sand-drift-a {
  from { transform: translate3d(0, 3px, 0) scale(1.03); }
  to { transform: translate3d(-34px, -5px, 0) scale(1.07); }
}

@keyframes sand-drift-b {
  from { transform: translate3d(-12px, -4px, 0) scale(1.05); }
  to { transform: translate3d(24px, 6px, 0) scale(1.1); }
}

@keyframes sand-drift-c {
  0% { transform: translate3d(0, 0, 0); opacity: 0.5; }
  50% { transform: translate3d(-28px, 4px, 0); opacity: 0.85; }
  100% { transform: translate3d(-52px, -2px, 0); opacity: 0.55; }
}

@media (prefers-reduced-motion: reduce) {
  .sand-layer {
    animation: none !important;
  }
}

.header-inner {
  position: relative;
  z-index: 1;
  height: var(--ws-header-h);
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  height: 42px;
  width: auto;
  display: block;
  flex-shrink: 0;
  overflow: visible;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand:hover .brand-logo {
  transform: scale(1.03);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 0;
  gap: 2px;
  min-width: 0;
}

@keyframes contact-icon-ring {
  0% {
    transform: scale(0.85);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes contact-icon-soft {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  12% {
    transform: rotate(12deg) scale(1.04);
  }
  24% {
    transform: rotate(-10deg) scale(1.04);
  }
  36% {
    transform: rotate(8deg) scale(1.02);
  }
  48% {
    transform: rotate(-4deg) scale(1);
  }
  60%,
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.nav-link {
  display: inline-block;
  padding: 10px 14px;
  color: #333943;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
  border-radius: 6px;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  background: #1677ff;
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.nav-link:hover {
  color: #1677ff;
  background: rgba(22, 119, 255, 0.04);
  transform: translateY(-1px);
}

.nav-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-link.is-active {
  color: #1677ff;
  font-weight: 600;
}

.nav-link.is-active::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-item.has-dropdown > .nav-link-parent {
  display: inline-flex;
  align-items: center;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  min-width: 168px;
  padding: 16px 8px;
  border: 1px solid rgba(217, 227, 236, 0.95);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 55, 110, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 40;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.nav-item.has-dropdown:hover > .nav-dropdown,
.nav-item.has-dropdown:focus-within > .nav-dropdown,
.nav-item.has-dropdown.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-col {
  flex: 0 0 auto;
  min-width: 160px;
  max-width: 228px;
  padding: 4px 10px 6px;
}

.nav-dropdown-col + .nav-dropdown-col {
  border-left: 1px solid rgba(217, 227, 236, 0.9);
}

.nav-dropdown-label {
  position: relative;
  margin: 0 8px 10px;
  padding: 2px 4px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2b3c;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nav-dropdown-label::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #1677ff;
}

.nav-dropdown-item {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  color: #4a5d73;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-dropdown-item:hover,
.nav-dropdown-item:focus {
  background: rgba(22, 119, 255, 0.08);
  color: #1677ff;
}

.nav-dropdown-about {
  min-width: 148px;
  padding: 10px 8px;
}

.nav-dropdown-about .nav-dropdown-col {
  min-width: 132px;
}

.nav-item.has-dropdown.is-active > .nav-link-parent {
  color: #1677ff;
  font-weight: 600;
}

.header-contact {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.contact-way {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.contact-phones {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #1677ff;
  line-height: 0;
}

.contact-icon::before,
.contact-icon::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid rgba(22, 119, 255, 0.4);
  pointer-events: none;
  animation: contact-icon-ring 2.4s ease-out infinite;
}

.contact-icon::after {
  animation-delay: 1.2s;
}

.contact-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  transform-origin: 50% 50%;
  animation: contact-icon-soft 2.8s ease-in-out infinite;
  filter: drop-shadow(0 2px 6px rgba(22, 119, 255, 0.28));
  transition: transform 0.2s ease, filter 0.2s ease;
}

.contact-phones:hover .contact-icon svg {
  animation-play-state: paused;
  transform: scale(1.08);
  filter: drop-shadow(0 4px 10px rgba(22, 119, 255, 0.4));
}

.contact-line {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-style: normal;
  color: #1677ff;
}

.contact-line a {
  color: #1677ff !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.contact-line a:hover {
  color: #0958d9 !important;
}

.contact-sep {
  color: #91caff;
  font-weight: 500;
  opacity: 0.9;
}

.contact-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 38px;
  padding: 0 22px;
  border-radius: 19px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: linear-gradient(90deg, #1677ff 0%, #4096ff 100%);
  box-shadow: 0 6px 16px rgba(22, 119, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg) translateX(0);
  animation: header-cta-shine 3.2s ease-in-out 1s infinite;
}

@keyframes header-cta-shine {
  0%,
  55%,
  100% {
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  85% {
    transform: skewX(-18deg) translateX(360%);
    opacity: 0;
  }
}

.contact-cta:hover {
  filter: brightness(1.04);
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.34);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .contact-icon::before,
  .contact-icon::after,
  .contact-icon svg,
  .contact-cta::after {
    animation: none !important;
  }

  .brand-logo,
  .nav-link,
  .contact-cta,
  .contact-icon svg {
    transition: none;
  }

  .nav-link:hover,
  .contact-cta:hover,
  .brand:hover .brand-logo,
  .contact-phones:hover .contact-icon svg {
    transform: none;
  }
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #0b4f8c;
  border-radius: 1px;
  transition: transform 0.28s ease, opacity 0.2s ease, background 0.2s ease;
  transform-origin: center;
}

/* Main */
.site-main {
  min-height: calc(100vh - var(--ws-header-h) - 280px);
}

/* Page banner — shared inner-page hero (Kingdee-like) */
.page-banner-shell {
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 18px rgba(8, 40, 78, 0.08);
}

.page-banner {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0a2a56;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 18, 46, 0.1) 100%);
}

.page-banner-mask {
  display: none;
}

.page-banner-body {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 72px 0;
}

@keyframes page-banner-title-flip {
  0% {
    opacity: 0;
    transform: perspective(720px) rotateX(42deg) translateY(36px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: perspective(720px) rotateX(0deg) translateY(0);
  }
}

@keyframes page-banner-sub-slide {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    letter-spacing: 0.12em;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    letter-spacing: 0.04em;
  }
}

@keyframes page-banner-shine {
  0% {
    transform: translateX(-120%) skewX(-18deg);
    opacity: 0;
  }
  35% {
    opacity: 0.55;
  }
  100% {
    transform: translateX(220%) skewX(-18deg);
    opacity: 0;
  }
}

.page-banner-title {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #0b4f8c;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  animation: page-banner-title-flip 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-banner-title::after {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 0;
  width: 28%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: page-banner-shine 1.1s ease-out 0.25s both;
}

.page-banner-sub {
  margin: 16px auto 0;
  max-width: 720px;
  color: #4a5d73;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  will-change: transform, opacity;
  animation: page-banner-sub-slide 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

@media (max-width: 960px) {
  .page-banner {
    min-height: 260px;
  }

  .page-banner-body {
    padding: 56px 0;
  }

  .page-banner-title {
    font-size: 36px;
    letter-spacing: 0.06em;
  }

  .page-banner-sub {
    font-size: 15px;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .page-banner {
    min-height: 200px;
  }

  .page-banner-body {
    padding: 44px 0;
  }

  .page-banner-title {
    font-size: 28px;
    letter-spacing: 0.04em;
  }

  .page-banner-title::after {
    display: none;
  }

  .page-banner-sub {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Keep page-banner entrance motion: Windows “动画效果” off maps to
     prefers-reduced-motion and would otherwise kill all inner-page heroes. */
  .page-banner-title::after {
    animation: none;
  }
}

.news-detail-title {
  margin: 0 0 14px;
  font-size: 26px;
  color: #1f2d3d;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.detail-header {
  margin: 0 0 24px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #c5d0db;
  text-align: center;
}

.detail-header .news-detail-title {
  margin-bottom: 12px;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  color: #8a97a5;
  font-size: 13px;
}

.news-detail-meta-item,
.news-detail-date {
  display: inline-block;
  margin: 0;
  color: #8a97a5;
  font-size: 13px;
}

.news-detail-body {
  color: var(--ws-text);
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}

.news-detail-body p {
  margin: 0 0 1em;
}

.news-detail-body p:last-child {
  margin-bottom: 0;
}

.news-detail-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
  border-radius: 8px;
}

.section {
  padding: 28px 0;
}

.section-title {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--ws-primary);
}

.section-desc {
  margin: 0 0 18px;
  color: var(--ws-muted);
}

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

.card {
  background: var(--ws-surface);
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 24px;
}

/* Shared section head */
.section-head {
  text-align: center;
  margin-bottom: 24px;
}

.section-head .section-title {
  margin: 0 0 8px;
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #152238;
}

.section-head .section-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #1677ff, #49a0ff);
}

.section-head-desc {
  margin: 0;
  color: #6b778c;
  font-size: 15px;
  line-height: 1.55;
}

.section-more {
  margin-top: 40px;
  text-align: center;
}

.section-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 22px;
  border-radius: 21px;
  border: 1px solid rgba(22, 119, 255, 0.28);
  background: #fff;
  color: #1677ff !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(22, 119, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.section-more-link span {
  transition: transform 0.2s ease;
}

.section-more-link:hover {
  background: #1677ff;
  border-color: #1677ff;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.22);
  transform: translateY(-1px);
}

.section-more-link:hover span {
  transform: translateX(3px);
}

/* Product lines — AI-ready product showcase */
.solutions-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 0;
  background:
    radial-gradient(ellipse 50% 42% at 0% 8%, rgba(22, 119, 255, 0.07), transparent 60%),
    radial-gradient(ellipse 42% 36% at 100% 92%, rgba(11, 79, 140, 0.05), transparent 58%),
    #ffffff;
}

.solutions-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(11, 79, 140, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 79, 140, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 35%, #000 15%, transparent 72%);
}

.solutions-section > .container {
  position: relative;
  z-index: 1;
}

.solutions-section .section-head,
.strength-section .section-head,
.clients-section .section-head,
.news-section .section-head {
  margin-bottom: 28px;
}

.solutions-section .section-head .section-title {
  margin-left: auto;
  margin-right: auto;
}

.solutions-section .section-head .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.solutions-section .section-head-desc {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-section .section-more,
.strength-section .section-more,
.clients-section .section-more,
.news-section .section-more {
  margin-top: 28px;
}

.product-line-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  margin: 0;
  padding: clamp(22px, 2.6vw, 32px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.product-line-block:first-of-type {
  padding-top: 0;
}

.product-line-block:hover {
  box-shadow: none;
  transform: none;
}

.product-line-block:last-of-type {
  margin-bottom: 0;
}

.product-line-block#line-supervision,
.product-line-block#line-gov,
.product-line-block#line-exam,
.product-line-block#line-bidding {
  background: transparent;
}

.solutions-section .about-section-rule {
  margin: 0;
}

.product-line-block.is-reverse .product-line-copy {
  order: 2;
}

.product-line-block.is-reverse .product-line-visual {
  order: 1;
}

.product-line-copy {
  min-width: 0;
  max-width: 36em;
  padding: 4px 4px 4px 8px;
}

.product-line-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.product-line-index {
  display: inline-flex;
  align-items: baseline;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  background: none;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
}

.product-line-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
  border: 0;
  background: rgba(22, 119, 255, 0.08);
  color: #1677ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.product-line-title {
  margin: 0 0 8px;
  color: #0f1c2e;
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.product-line-slogan {
  margin: 0 0 12px;
  color: #0b4f8c;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.product-line-desc {
  margin: 0 0 14px;
  color: #3f5163;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.75;
}

.product-line-points {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.product-line-points li {
  position: relative;
  padding: 0 0 0 22px;
  border-radius: 0;
  background: transparent;
  color: #1f2d3d;
  font-size: clamp(14.5px, 1.25vw, 16px);
  line-height: 1.65;
  font-weight: 500;
}

.product-line-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  margin-top: 0;
  border-radius: 50%;
  background: #1677ff;
  box-shadow: none;
}

.product-line-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1677ff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.product-line-link:hover {
  background: transparent;
  border-color: transparent;
  color: #0b4f8c !important;
  box-shadow: none;
}

.product-line-link:hover span {
  transform: translateX(4px);
}

.product-line-link span {
  transition: transform 0.2s ease;
}

.product-line-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 760 / 430;
  min-height: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.product-line-visual::after {
  display: none;
}

.product-line-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  transition: transform 0.45s ease;
}

.product-line-block:hover .product-line-img {
  transform: scale(1.015);
}

@media (prefers-reduced-motion: reduce) {
  .product-line-block,
  .product-line-img,
  .product-line-link,
  .product-line-link span {
    transition: none;
  }

  .product-line-block:hover,
  .product-line-block:hover .product-line-img {
    transform: none;
  }
}

/* Product topic pages */
.product-topic-hero {
  padding-top: 28px;
}

.product-topic-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.product-topic-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(22, 119, 255, 0.18);
  background: rgba(22, 119, 255, 0.08);
  color: #1677ff;
  font-size: 12px;
  font-weight: 600;
}

.product-topic-title {
  margin: 0 0 10px;
  color: #122033;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.product-topic-slogan {
  margin: 0 0 14px;
  color: #0b4f8c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.product-topic-summary {
  margin: 0 0 22px;
  color: #5a6a7a;
  font-size: 15px;
  line-height: 1.85;
}

.product-topic-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.product-topic-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1677ff, #4096ff);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.22);
}

.product-topic-cta:hover {
  filter: brightness(1.04);
}

.product-topic-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1677ff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.product-topic-visual {
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(165deg, #eaf3fb, #f5f9fc);
  box-shadow: 0 12px 32px rgba(15, 55, 110, 0.1);
}

.product-topic-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 430;
  object-fit: cover;
}

.product-topic-section-title {
  margin: 0 0 18px;
  color: #122033;
  font-size: 22px;
  font-weight: 700;
}

.product-topic-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-topic-points li {
  position: relative;
  padding: 14px 16px 14px 36px;
  border-radius: 12px;
  background: rgba(238, 244, 250, 0.8);
  color: #33455c;
  font-size: 14.5px;
  line-height: 1.55;
}

.product-topic-points li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1677ff, #49a0ff);
}

.product-topic-section.is-soft {
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

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

.product-topic-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(217, 227, 236, 0.9);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 55, 110, 0.04);
}

.product-topic-card-num {
  display: inline-block;
  margin-bottom: 8px;
  color: #1677ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.product-topic-card p {
  margin: 0;
  color: #33455c;
  font-size: 14.5px;
  line-height: 1.65;
}

.product-topic-siblings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-topic-sibling {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(217, 227, 236, 0.95);
  border-radius: 12px;
  background: #fff;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-topic-sibling span {
  color: #122033;
  font-size: 16px;
  font-weight: 700;
}

.product-topic-sibling em {
  color: #1677ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.product-topic-sibling:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 119, 255, 0.28);
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.1);
}

@media (max-width: 960px) {
  .product-topic-hero-grid,
  .product-topic-highlights,
  .product-topic-siblings {
    grid-template-columns: 1fr;
  }

  .product-topic-visual {
    order: -1;
  }
}

/* Company strength metrics — trust board */
.strength-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(47, 127, 226, 0.1), transparent 60%),
    radial-gradient(ellipse 55% 45% at 92% 100%, rgba(11, 79, 140, 0.08), transparent 55%),
    linear-gradient(180deg, #eef4fa 0%, #f7fafc 100%);
}

.strength-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(11, 79, 140, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 79, 140, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 20%, transparent 75%);
}

.strength-section > .container {
  position: relative;
  z-index: 1;
}

.strength-section .section-title {
  color: #152238;
}

.strength-section .section-title::after {
  background: linear-gradient(90deg, #1677ff, #49a0ff);
  box-shadow: none;
}

.strength-section .section-head-desc {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
  color: #6b778c;
  font-size: 15px;
}

.strength-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(22, 119, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 48px rgba(15, 50, 90, 0.08);
}

.strength-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 28px 26px 26px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: background 0.22s ease;
}

.strength-metric::before {
  content: none;
}

.strength-metric:not(:nth-child(3n)) {
  box-shadow: 1px 0 0 rgba(22, 119, 255, 0.08);
}

.strength-metric:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(22, 119, 255, 0.08);
}

.strength-metric::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 28px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #1677ff, #69b1ff);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.strength-metric:hover {
  background: linear-gradient(180deg, #f5f9ff 0%, #fff 100%);
  transform: none;
}

.strength-metric:not(:nth-child(3n)):hover {
  box-shadow: 1px 0 0 rgba(22, 119, 255, 0.08);
}

.strength-metric:hover::after {
  opacity: 1;
}

.strength-metric h3 {
  margin: 0;
  color: #0b4f8c;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #0b4f8c 0%, #1677ff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strength-metric-label {
  margin: 2px 0 0;
  color: #152238;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.strength-metric-desc {
  margin: 0;
  color: #6b778c;
  font-size: 13px;
  line-height: 1.7;
}

.strength-section .section-more {
  margin-top: 28px;
}

.strength-section .section-more-link {
  min-width: 0;
  height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(22, 119, 255, 0.28);
  background: #fff;
  color: #1677ff !important;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(22, 119, 255, 0.08);
}

.strength-section .section-more-link:hover {
  background: #1677ff;
  border-color: #1677ff;
  color: #fff !important;
  transform: none;
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.22);
}

@media (max-width: 1100px) {
  .strength-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-metric:not(:nth-child(3n)) {
    box-shadow: none;
  }

  .strength-metric:nth-child(odd) {
    box-shadow: 1px 0 0 rgba(22, 119, 255, 0.08);
  }

  .strength-metric:nth-child(-n + 3) {
    border-bottom: 0;
  }

  .strength-metric:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(22, 119, 255, 0.08);
  }

  .strength-metric:not(:nth-child(3n)):hover,
  .strength-metric:nth-child(odd):hover {
    box-shadow: 1px 0 0 rgba(22, 119, 255, 0.08);
  }

  .strength-metric:nth-child(even):hover {
    box-shadow: none;
  }
}

@media (max-width: 960px) {
  .product-line-block,
  .product-line-block.is-reverse {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .product-line-block.is-reverse .product-line-copy,
  .product-line-block.is-reverse .product-line-visual {
    order: initial;
  }

  .product-line-copy {
    max-width: none;
    padding: 4px 0 0;
  }

  .product-line-visual {
    order: -1;
    border-radius: 0;
  }

  .product-line-title {
    font-size: 26px;
  }

  .product-line-slogan {
    font-size: 16px;
  }

  .product-line-desc {
    font-size: 15px;
  }

  .product-line-points li {
    padding: 0 0 0 20px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .product-line-block {
    margin-bottom: 0;
    border-radius: 0;
    padding: 18px 0;
  }

  .product-line-block:first-of-type {
    padding-top: 0;
  }

  .product-line-visual {
    border-radius: 0;
  }

  .product-line-title {
    font-size: 24px;
  }

  .product-line-desc {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .product-line-points li {
    font-size: 14.5px;
  }

  .product-line-link {
    font-size: 15px;
  }

  .product-line-meta {
    margin-bottom: 12px;
  }

  .strength-section {
    padding: 28px 0;
  }

  .strength-section .section-head-desc {
    font-size: 13px;
  }

  .strength-board {
    border-radius: 14px;
  }

  .strength-metric {
    padding: 20px 16px 18px;
    gap: 6px;
  }

  .strength-metric::after {
    left: 16px;
  }

  .strength-metric h3 {
    font-size: 30px;
  }

  .strength-metric-label {
    font-size: 14px;
  }

  .strength-metric-desc {
    font-size: 12px;
    line-height: 1.6;
  }

  .strength-section .section-more {
    margin-top: 20px;
  }
}

/* Clients showcase — case stories + logo grid */
.clients-section {
  position: relative;
  padding: 28px 0;
  background:
    radial-gradient(ellipse 55% 70% at 50% 0%, rgba(99, 130, 255, 0.07), transparent 60%),
    linear-gradient(180deg, #f5f7fc 0%, #ffffff 100%);
}

.clients-title {
  margin-bottom: 0;
}

.clients-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 28px;
}

.clients-story-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(220, 230, 242, 0.95);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 50, 90, 0.05);
  box-sizing: border-box;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.clients-story-card:hover {
  border-color: rgba(22, 119, 255, 0.18);
  box-shadow: 0 14px 34px rgba(22, 119, 255, 0.1);
}

.clients-story-card.is-reverse {
  grid-template-columns: 1fr;
}

.clients-story-card.is-reverse .clients-story-media,
.clients-story-card.is-reverse .clients-story-body {
  order: initial;
}

.clients-story-media {
  position: relative;
  min-height: 168px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eef6;
}

.clients-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-story-media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-story-media.is-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
}

.clients-story-media.is-tone-a {
  background:
    radial-gradient(ellipse 70% 60% at 30% 30%, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(145deg, #1b4f86 0%, #3d90d6 100%);
}

.clients-story-media.is-tone-b {
  background:
    radial-gradient(ellipse 70% 60% at 70% 40%, rgba(255, 255, 255, 0.18), transparent 55%),
    linear-gradient(145deg, #165a72 0%, #3eb0b8 100%);
}

.clients-story-media-hint {
  position: relative;
  z-index: 1;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  backdrop-filter: blur(4px);
}

.clients-story-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px 30px 26px;
  box-sizing: border-box;
}

.clients-story-brand {
  margin: 0;
  text-align: left;
  color: #1677ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.clients-story-title {
  margin: 0;
  color: #152238;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.clients-story-quote {
  margin: 0;
  flex: 0 1 auto;
  color: #6b778c;
  font-size: 14px;
  line-height: 1.75;
}

.clients-story-quote::before {
  content: none;
}

.clients-story-meta {
  margin: 6px 0 0;
  text-align: left;
  color: #8a97a8;
  font-size: 13px;
}

.clients-story-meta::before {
  content: "—— ";
}

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

.client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 92px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid rgba(230, 238, 246, 0.9);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(30, 50, 90, 0.04);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.client-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 119, 255, 0.22);
  box-shadow: 0 10px 24px rgba(22, 119, 255, 0.1);
}

.client-card.has-logo {
  padding: 8px 10px;
}

.client-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
}

.client-logo-combo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.client-emblem {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.client-logo-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.client-card.is-gov {
  padding: 12px 14px;
}

.client-mark {
  display: none;
}

.client-name {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #243044;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (prefers-reduced-motion: reduce) {
  .section-more-link,
  .section-more-link span,
  .client-card,
  .news-home-item,
  .news-home-thumb {
    transition: none;
  }
}

/* Home news */
.news-section {
  position: relative;
  padding: 28px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.news-title {
  margin-bottom: 0;
}

.news-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.news-home-item {
  display: flex;
  align-items: stretch;
  gap: 18px;
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(217, 227, 236, 0.9);
  box-shadow: 0 8px 24px rgba(21, 40, 80, 0.04);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-home-item:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 119, 255, 0.22);
  box-shadow: 0 14px 32px rgba(22, 119, 255, 0.1);
}

.news-home-item:hover .news-home-heading {
  color: #1677ff;
}

.news-home-item:hover .news-home-thumb {
  transform: scale(1.03);
}

.news-home-thumb {
  position: relative;
  flex: 0 0 168px;
  width: 168px;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(22, 119, 255, 0.22), rgba(22, 119, 255, 0.04)),
    linear-gradient(135deg, #cfe0ff 0%, #e8f0ff 52%, #f5f9ff 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease;
}

.news-home-thumb.has-cover {
  background-color: #eef3f8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(15, 55, 110, 0.06);
}

.news-home-thumb.has-cover::before,
.news-home-thumb.has-cover .news-home-thumb-icon {
  display: none;
}

.news-home-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.55), transparent 35%),
    linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 100%);
  pointer-events: none;
}

.news-home-thumb-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72));
  box-shadow: 0 8px 18px rgba(22, 70, 160, 0.16);
}

.news-home-thumb-icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 14px;
  height: 12px;
  border: 2px solid #1677ff;
  border-radius: 3px;
  box-sizing: border-box;
}

.news-home-thumb-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  width: 8px;
  height: 3px;
  border-radius: 2px;
  background: #1677ff;
}

.news-home-thumb-2 {
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.2), rgba(14, 165, 233, 0.04)),
    linear-gradient(135deg, #c8edff 0%, #e6f7ff 52%, #f5fcff 100%);
}

.news-home-thumb-3 {
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.2), rgba(20, 184, 166, 0.04)),
    linear-gradient(135deg, #c8f3ea 0%, #e6faf4 52%, #f5fffb 100%);
}

.news-home-thumb-4 {
  background:
    linear-gradient(145deg, rgba(71, 85, 105, 0.16), rgba(71, 85, 105, 0.04)),
    linear-gradient(135deg, #d7dde6 0%, #eef1f5 52%, #f8fafc 100%);
}

.news-home-thumb-5 {
  background:
    linear-gradient(145deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.04)),
    linear-gradient(135deg, #d0dcff 0%, #e8edff 52%, #f6f8ff 100%);
}

.news-home-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 2px 2px 2px 0;
}

.news-home-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #152238;
  transition: color 0.2s ease;
}

.news-home-summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.6;
  color: #7a8496;
}

.news-home-date {
  margin-top: auto;
  padding-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #9aa3b2;
  letter-spacing: 0.02em;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--ws-primary);
}

.card p {
  margin: 0;
  color: var(--ws-muted);
  font-size: 14px;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--ws-primary);
  color: #fff !important;
  font-size: 14px;
}

.btn + .btn {
  margin-left: 10px;
}

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

.btn-outline {
  background: transparent;
  color: var(--ws-primary) !important;
  border: 1px solid var(--ws-primary);
}

.btn-outline:hover {
  background: rgba(11, 79, 140, 0.06);
}

.placeholder-note {
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 3px solid var(--ws-accent);
  background: #eef6fa;
  color: var(--ws-muted);
  font-size: 14px;
}

/* Footer — deep navy wave field, Kingdee-style foot_bg */
.site-footer {
  background-color: #06101f;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  color: #e6e6e6;
  padding: 0;
  font-size: 14px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 0.65fr 1.35fr 0.65fr 112px;
  gap: 28px 28px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 36px;
}

.footer-intro-col h4,
.footer-contact-col h4,
.footer-menu h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.footer-intro {
  margin: 0;
  color: rgba(230, 230, 230, 0.78);
  font-size: 13px;
  line-height: 1.75;
}

.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact img {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact span {
  display: block;
  color: #8990a6;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.footer-contact p {
  margin: 0;
  color: #e8ebf0;
  font-size: 13px;
  line-height: 1.5;
}

.footer-contact p + p {
  margin-top: 2px;
}

.footer-menu {
  min-width: 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.4;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.88);
}

.footer-menu a:hover {
  color: #fff;
}

.footer-products {
  min-width: 0;
}

.footer-product-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px 16px;
}

.footer-product-group {
  min-width: 0;
}

.footer-product-cat {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-products .footer-product-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-products .footer-product-group li {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.footer-products .footer-product-group li:last-child {
  margin-bottom: 0;
}

.footer-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 112px;
}

.footer-ewm {
  width: 112px;
  height: 112px;
  background: #fff;
  padding: 7px;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 4px;
}

.footer-qr p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  text-align: center;
}

.footer-beian {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
  color: rgba(230, 230, 230, 0.72);
  font-size: 13px;
}

.footer-beian-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 32px;
  flex-wrap: wrap;
  text-align: center;
}

.footer-copy,
.footer-icp {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-copy {
  color: rgba(230, 230, 230, 0.78);
}

.footer-icp {
  color: rgba(230, 230, 230, 0.62);
}

.footer-beian a {
  color: #6ea8ff !important;
  font-weight: 500;
}

.footer-beian a:hover {
  color: #9bc4ff !important;
  text-decoration: underline;
}

/* Progressive header: keep phones visible; compress spacing on laptop */
@media (max-width: 1600px) {
  .header-inner {
    gap: 14px;
  }

  .site-nav {
    flex: 1 1 0;
    gap: 0;
    justify-content: center;
    min-width: 0;
  }

  .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }

  .contact-line {
    font-size: 12px;
    gap: 4px;
  }

  .contact-cta {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .brand-logo {
    height: 38px;
  }
}

@media (max-width: 1360px) {
  /* Keep phones; drop trial CTA first when space is tight */
  .contact-cta {
    display: none;
  }

  .header-inner {
    gap: 12px;
  }

  .nav-link {
    padding: 8px 8px;
    font-size: 14px;
  }

  .nav-link.is-active::after {
    left: 8px;
    right: 8px;
  }

  .header-sand {
    width: min(240px, 42%);
    opacity: 0.7;
  }
}

@media (max-width: 1100px) {
  .header-sand {
    width: min(280px, 58%);
    opacity: 0.85;
  }

  .header-inner {
    gap: 10px;
  }

  .contact-cta {
    display: none;
  }

  .header-contact {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    margin-left: 8px;
  }

  .contact-phones {
    min-width: 0;
  }

  .contact-line {
    font-size: 11px;
    gap: 3px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .nav-toggle span {
    width: 20px;
  }

  .site-header.is-nav-open .nav-toggle {
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background: #1677ff;
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background: #1677ff;
  }

  .site-nav {
    display: flex;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0 var(--ws-page-gutter);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--ws-line);
    box-shadow: 0 16px 32px rgba(15, 55, 110, 0.14);
    z-index: 20;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    transition:
      max-height 0.36s ease,
      opacity 0.28s ease,
      transform 0.32s ease,
      visibility 0.32s ease,
      padding 0.32s ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    max-height: 640px;
    padding: 10px 16px 14px;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .site-nav .nav-item {
    display: block;
    width: 100%;
  }

  .site-nav .nav-dropdown {
    position: static;
    left: auto;
    top: auto;
    display: block;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    width: 100%;
    margin: 0 0 4px;
    padding: 0 0 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: max-height 0.28s ease;
  }

  .site-nav .nav-dropdown::before {
    display: none;
  }

  .site-nav .nav-dropdown-col {
    min-width: 0;
    max-width: none;
    padding: 0;
  }

  .site-nav .nav-dropdown-col + .nav-dropdown-col {
    border-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(217, 227, 236, 0.75);
  }

  .site-nav .nav-dropdown-label {
    margin: 0 4px 8px;
    padding: 2px 8px 10px;
    font-size: 15px;
  }

  .site-nav .nav-item.has-dropdown.is-open > .nav-dropdown {
    pointer-events: auto;
    max-height: 720px;
    padding: 2px 0 6px 12px;
  }

  .site-nav .nav-dropdown-item {
    padding: 10px 12px;
    font-size: 15px;
  }

  .site-nav .nav-link {
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 16px;
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      background 0.2s ease,
      color 0.2s ease;
  }

  .site-nav.is-open .nav-link {
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav.is-open > .nav-link:nth-child(1) { transition-delay: 0.04s; }
  .site-nav.is-open > .nav-item:nth-child(2) .nav-link { transition-delay: 0.08s; }
  .site-nav.is-open > .nav-link:nth-child(3) { transition-delay: 0.12s; }
  .site-nav.is-open > .nav-link:nth-child(4) { transition-delay: 0.16s; }
  .site-nav.is-open > .nav-link:nth-child(5) { transition-delay: 0.20s; }
  .site-nav.is-open > .nav-link:nth-child(6) { transition-delay: 0.24s; }
  .site-nav.is-open > .nav-item:nth-child(7) .nav-link { transition-delay: 0.28s; }

  .nav-link.is-active::after {
    display: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .site-nav,
    .site-nav .nav-link,
    .nav-toggle span {
      transition: none !important;
    }
  }
}

/* Very narrow phones: keep phone icon; numbers remain in float panel */
@media (max-width: 720px) {
  .contact-line {
    display: none;
  }

  .brand-logo {
    height: 32px;
  }
}

@media (max-width: 1280px) {
  .footer-main {
    grid-template-columns: 1fr 1.1fr 0.7fr 1.2fr 0.7fr;
    gap: 24px 18px;
  }

  .footer-product-groups {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-qr {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 1100px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .clients-title {
    font-size: 24px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head .section-title {
    font-size: 24px;
  }

  .section-head-desc {
    font-size: 14px;
  }

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

  .clients-story-media {
    min-height: 140px;
  }

  .clients-story-body {
    padding: 20px 18px 18px;
  }

  .clients-story-title {
    font-size: 17px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-home-grid {
    gap: 14px 16px;
  }

  .news-home-item {
    padding: 12px;
    gap: 14px;
  }

  .news-home-thumb {
    flex-basis: 132px;
    width: 132px;
    height: 92px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-menu {
    display: none;
  }

  .footer-intro-col,
  .footer-contact-col,
  .footer-qr {
    grid-column: 1 / -1;
  }

  .footer-qr {
    justify-self: center;
  }

  .footer-beian-inner {
    justify-content: center;
    text-align: center;
  }

}

@media (max-width: 640px) {

  .section {
    padding: 32px 0;
  }

  .clients-section {
    padding: 16px 0 20px;
  }

  .clients-stories {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .clients-story-card,
  .clients-story-card.is-reverse {
    grid-template-columns: 1fr;
  }

  .clients-story-card.is-reverse .clients-story-media,
  .clients-story-card.is-reverse .clients-story-body {
    order: initial;
  }

  .clients-story-media {
    min-height: 148px;
  }

  .clients-story-body {
    padding: 20px 18px 18px;
    gap: 8px;
  }

  .clients-story-title {
    font-size: 17px;
  }

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

  .client-card {
    min-height: 80px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .client-logo {
    height: 52px;
  }

  .client-emblem {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .client-logo-text {
    font-size: 12px;
  }

  .client-name {
    font-size: 12px;
  }

  .section-more {
    margin-top: 28px;
  }

  .section-more-link {
    height: 40px;
    padding: 0 18px;
  }

  .news-section {
    padding: 16px 0 22px;
  }

  .news-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-home-item {
    padding: 12px;
  }

  .news-home-thumb {
    flex-basis: 108px;
    width: 108px;
    height: 78px;
    border-radius: 10px;
  }

  .news-home-heading {
    font-size: 15px;
  }

  .news-home-summary {
    font-size: 12px;
  }

  .footer-contact p {
    word-break: break-all;
  }
}

/* About page */
.about-subnav {
  position: sticky;
  top: var(--ws-header-h);
  z-index: 40;
  background: rgba(248, 252, 255, 0.62);
  border-bottom: 1px solid rgba(210, 224, 240, 0.75);
  -webkit-backdrop-filter: saturate(1.35) blur(18px);
  backdrop-filter: saturate(1.35) blur(18px);
  box-shadow: 0 8px 24px rgba(15, 55, 110, 0.06);
}

.about-subnav-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-subnav a {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ws-muted);
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.about-subnav a:hover,
.about-subnav a.is-active {
  color: var(--ws-primary);
  background: rgba(11, 79, 140, 0.08);
}

/* Inner content pages (About / Service / Channel) */
.inner-page {
  background: #fff;
}

.about-page .about-subnav {
  background: rgba(248, 252, 255, 0.58);
  border-bottom-color: rgba(210, 224, 240, 0.8);
  -webkit-backdrop-filter: saturate(1.4) blur(20px);
  backdrop-filter: saturate(1.4) blur(20px);
}

/* Alternating section tones (Landray-like: light / soft-gradient / light / …) */
.about-section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: calc(var(--ws-header-h) + 56px);
  overflow: hidden;
}

.about-section > .container {
  position: relative;
  z-index: 1;
}

/* About — soft ice-blue gradient */
.about-page {
  background:
    radial-gradient(ellipse 95% 55% at 8% 8%, rgba(214, 234, 255, 0.75), transparent 58%),
    radial-gradient(ellipse 80% 50% at 96% 42%, rgba(198, 226, 250, 0.4), transparent 55%),
    radial-gradient(ellipse 85% 45% at 12% 88%, rgba(205, 228, 248, 0.45), transparent 52%),
    linear-gradient(165deg, #f0f7ff 0%, #ffffff 42%, #eaf3fb 72%, #f3f8ff 100%);
}

/* Channel / Service — very light gray, same family as news & cases */
.channel-page,
.service-page {
  background: #fafbfc;
}

.about-page .about-section,
.about-page .about-intro,
.about-page .about-history,
.about-page .about-contact,
.about-page .about-culture,
.about-page .about-certs,
.about-page .about-section-alt,
.channel-page .about-section,
.channel-page .tone-light,
.channel-page .tone-grad,
.service-page .about-section,
.service-page .tone-light,
.service-page .tone-grad {
  background: transparent;
}

.about-page .about-section::before {
  opacity: 0.16;
  background-image:
    radial-gradient(rgba(15, 55, 110, 0.025) 1px, transparent 1.2px);
  background-size: 26px 26px;
}

.channel-page .about-section::before,
.service-page .about-section::before {
  content: none;
  display: none;
}

/* Explicit section rules — more reliable than section::after (overflow/stacking) */
.about-section-rule {
  height: 1px;
  margin: 0 var(--ws-page-gutter);
  border: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(11, 79, 140, 0.28) 22%,
    rgba(47, 127, 226, 0.55) 50%,
    rgba(11, 79, 140, 0.28) 78%,
    transparent 100%
  );
  pointer-events: none;
}

.channel-page .about-section:not(:last-child)::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: var(--ws-page-gutter);
  right: var(--ws-page-gutter);
  z-index: 3;
  width: auto;
  height: 1px;
  transform: none;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(11, 79, 140, 0.28) 22%,
    rgba(47, 127, 226, 0.5) 50%,
    rgba(11, 79, 140, 0.28) 78%,
    transparent 100%
  );
}

.service-page .about-section:not(:last-child)::after {
  content: none;
  display: none;
}

.about-page .about-history,
.about-page .about-certs {
  padding-top: 36px;
  padding-bottom: 44px;
}

/* Soft ice-blue panel gradients (shared tokens / other pages) */
:root {
  --ws-panel-a:
    radial-gradient(ellipse 95% 75% at 6% 0%, rgba(214, 234, 255, 0.7), transparent 58%),
    radial-gradient(ellipse 80% 65% at 100% 100%, rgba(198, 226, 250, 0.45), transparent 52%),
    linear-gradient(135deg, #f0f7ff 0%, #ffffff 48%, #e6f1fb 100%);
  --ws-panel-b: var(--ws-panel-a);
}

/* Soft geometric + dot texture overlay */
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(rgba(15, 55, 110, 0.03) 1px, transparent 1.2px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 48%);
  background-size: 24px 24px, 100% 100%;
  background-position: 0 0, 0 0;
}

.tone-light,
.tone-grad {
  background: transparent;
}

.tone-light::before,
.tone-grad::before {
  opacity: 0.16;
}

/* About — company intro (FanRuan + Minto hybrid) */
.about-intro {
  padding-top: 32px;
  padding-bottom: 36px;
}

.about-intro-title,
.about-section-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2d3d;
  letter-spacing: 0.06em;
}

.about-section-desc {
  margin: 0 auto 14px;
  max-width: 720px;
  text-align: center;
  color: var(--ws-muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-intro-main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 24px 32px;
  align-items: stretch;
}

.about-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 4px 4px 4px 20px;
  border-left: 3px solid #2f7fe2;
}

.about-intro-copy p {
  position: relative;
  margin: 0 0 18px;
  color: #3d4d5f;
  font-size: 15.5px;
  line-height: 1.95;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.02em;
}

.about-intro-copy p:first-child::first-letter {
  float: left;
  margin: 6px 10px 0 0;
  color: #0b4f8c;
  font-size: 42px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.about-intro-copy p:last-of-type {
  margin-bottom: 0;
  padding-top: 2px;
  color: #4a5a6c;
}

.about-intro-visual {
  position: relative;
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eef5;
  border: 0;
}

.about-intro-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 28px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e8eef5;
}

.about-metric {
  text-align: left;
}

.about-metric h3 {
  margin: 0 0 8px;
  color: #1f2d3d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.about-metric p {
  margin: 0;
  color: #6b7c8f;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .about-intro-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-intro-visual {
    min-height: 180px;
    order: -1;
    aspect-ratio: 16 / 9;
  }

  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }
}

@media (max-width: 640px) {
  .about-intro {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .about-intro-title,
  .about-section-title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
  }

  .about-metrics {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-top: 20px;
    gap: 16px;
  }

  .about-metric h3 {
    font-size: 24px;
  }
}


/* About — corporate culture */
.about-culture {
  padding-top: 36px;
  padding-bottom: 44px;
}

.about-culture-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.4fr);
  gap: 18px;
  align-items: stretch;
}

.about-culture-mission {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 34px 30px 36px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 58, 104, 0.45), transparent 50%),
    linear-gradient(155deg, #0b4f8c 0%, #1568b0 46%, #2f7fe2 100%);
  border: 0;
  border-radius: 20px;
  box-shadow:
    0 18px 40px rgba(11, 79, 140, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.about-culture-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.06) 42% 43%, transparent 43%),
    radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1.2px);
  background-size: 100% 100%, 18px 18px;
  opacity: 0.55;
  pointer-events: none;
}

.about-culture-mission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.about-culture-mission-mark {
  position: absolute;
  right: -6px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-culture-mission-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.about-culture-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.about-culture-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(47, 127, 226, 0.14), rgba(11, 79, 140, 0.08));
  color: #2f7fe2;
  box-shadow: inset 0 0 0 1px rgba(47, 127, 226, 0.12);
}

.about-culture-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

.about-culture-mission .about-culture-icon {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.about-culture-mission .about-culture-icon svg {
  width: 28px;
  height: 28px;
}

.about-culture-mission-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.about-culture-mission-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.03em;
  text-align: left;
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 100%;
}

.about-culture-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 24px 22px 26px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 58, 104, 0.28), transparent 52%),
    linear-gradient(155deg, #1263a8 0%, #1f78c4 48%, #4b96e8 100%);
  border: 0;
  border-radius: 18px;
  box-shadow:
    0 12px 28px rgba(11, 79, 140, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.about-culture-item:nth-child(2) {
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 58, 104, 0.28), transparent 52%),
    linear-gradient(155deg, #0e5898 0%, #1a70b8 48%, #3f8de0 100%);
}

.about-culture-item:nth-child(3) {
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 58, 104, 0.28), transparent 52%),
    linear-gradient(155deg, #1570b4 0%, #2a82ce 48%, #58a0ec 100%);
}

.about-culture-item:nth-child(4) {
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(8, 58, 104, 0.28), transparent 52%),
    linear-gradient(155deg, #0f5d9e 0%, #2179c2 48%, #4692e4 100%);
}

.about-culture-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.05) 42% 43%, transparent 43%),
    radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1.2px);
  background-size: 100% 100%, 18px 18px;
  opacity: 0.45;
  pointer-events: none;
}

.about-culture-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.about-culture-item-mark {
  position: absolute;
  right: -2px;
  bottom: -6px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.07);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-culture-item-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.about-culture-item .about-culture-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.about-culture-item .about-culture-icon svg {
  width: 26px;
  height: 26px;
}

.about-culture-item .about-culture-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.about-culture-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-align: left;
}

.about-culture-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28em;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.5px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: left;
}

.about-culture-tags {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-culture-tags li {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.about-culture-value-line {
  color: #0b4f8c !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.08em !important;
}

.about-culture-value-line span {
  margin: 0 6px;
  color: #b7c5d4;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .about-culture-layout {
    grid-template-columns: 1fr;
  }

  .about-culture-mission {
    padding: 28px 24px;
  }

  .about-culture-mission-title {
    font-size: 22px;
  }

  .about-culture-mission-mark {
    font-size: 72px;
  }
}

@media (max-width: 640px) {
  .about-culture {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .about-culture-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-culture-item {
    padding: 20px 18px 22px;
  }

  .about-culture-item-top {
    margin-bottom: 12px;
  }

  .about-culture-item .about-culture-icon {
    width: 44px;
    height: 44px;
  }

  .about-culture-item .about-culture-icon svg {
    width: 24px;
    height: 24px;
  }

  .about-culture-item h3 {
    font-size: 20px;
  }

  .about-culture-item p {
    font-size: 14px;
  }

  .about-culture-item-mark {
    font-size: 48px;
  }

  .about-culture-tags li {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.about-section-alt {
  background: transparent;
}

.about-prose {
  max-width: var(--ws-prose-max);
  color: var(--ws-text);
  font-size: 15px;
  line-height: 1.9;
}

.about-prose p {
  margin: 0;
}

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

.culture-grid {
  grid-template-columns: repeat(3, 1fr);
}

.style-grid {
  grid-template-columns: repeat(3, 1fr);
}

.culture-card,
.style-card,
.about-contact-card {
  background: var(--ws-surface);
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 22px 20px;
}

.about-section-alt .culture-card,
.about-section-alt .style-card {
  background: var(--ws-bg);
}

.culture-card h3,
.style-card h3,
.about-contact-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--ws-primary);
}

.culture-card p,
.style-card p,
.about-contact-card p {
  margin: 0 0 8px;
  color: var(--ws-muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-contact-card p:last-child {
  margin-bottom: 0;
}

.about-contact-card .muted {
  color: var(--ws-muted);
  font-size: 13px;
}

.about-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.25fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 8px;
}

.about-contact-info {
  display: flex;
  min-height: 0;
}

.about-contact-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 55, 110, 0.05);
}

.about-contact-section {
  padding: 22px 22px 20px;
}

.about-contact-section + .about-contact-section {
  border-top: 1px solid #eef3f8;
  background: linear-gradient(180deg, #fafcfe 0%, #fff 40%);
}

.about-contact-section-addr {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.about-contact-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.about-contact-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(47, 127, 226, 0.1);
  color: #2f7fe2;
}

.about-contact-head h3 {
  margin: 0 0 2px;
  color: #0b4f8c;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.about-contact-sub {
  margin: 0;
  color: #8a9aab;
  font-size: 12px;
  line-height: 1.4;
}

.about-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-contact-list li {
  display: grid;
  grid-template-columns: 3.6em minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f5f9fd;
  transition: background 0.15s ease;
}

.about-contact-list li:last-child {
  margin-bottom: 0;
}

.about-contact-list li:hover {
  background: #eaf2fb;
}

.about-contact-name {
  color: #3d4d5f;
  font-size: 14px;
  font-weight: 600;
}

.about-contact-phone {
  color: #0b4f8c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}

.about-contact-phone:hover {
  color: #2f7fe2;
}

.about-contact-tag {
  justify-self: end;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(47, 127, 226, 0.1);
  color: #2f7fe2;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.about-contact-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 0 4px;
  color: #6b7c8f;
  font-size: 13px;
}

.about-contact-meta-row a {
  color: #0b4f8c;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.about-contact-meta-row a:hover {
  color: #2f7fe2;
}

.about-contact-tech {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(11, 79, 140, 0.06), rgba(47, 127, 226, 0.1));
  border: 1px solid rgba(47, 127, 226, 0.12);
  color: #3d4d5f;
  font-size: 13px;
}

.about-contact-tech-label {
  color: #0b4f8c;
  font-weight: 700;
}

.about-contact-tech-name {
  color: #526274;
  font-weight: 600;
}

.about-contact-tech a {
  margin-left: auto;
  color: #2f7fe2;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.about-contact-tech a:hover {
  color: #0b4f8c;
}

.about-contact-dl {
  margin: 0;
}

.about-contact-dl-row {
  display: grid;
  grid-template-columns: 2.5em minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 0 12px;
}

.about-contact-dl-row:last-child {
  margin-bottom: 0;
}

.about-contact-dl-row dt {
  margin: 0;
  color: #8a9aab;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.about-contact-dl-row dd {
  margin: 0;
  color: #1f2d3d;
  font-size: 14px;
  line-height: 1.7;
}

.about-contact-dl-row a {
  color: #0b4f8c;
  font-weight: 600;
  text-decoration: none;
}

.about-contact-dl-row a:hover {
  color: #2f7fe2;
}

.about-contact-nav-tip {
  margin: auto 0 0 !important;
  padding-top: 14px;
  border-top: 1px dashed #d7e3f0;
  color: #6b7c8f !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

.about-contact-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #e8eef5;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 55, 110, 0.05);
}

.about-baidu-map {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.about-baidu-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.about-baidu-map--clean {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.about-map-visual {
  position: absolute;
  inset: 0;
  background-color: #d9e6f5;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.about-map-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 79, 140, 0.08), rgba(11, 79, 140, 0.34)),
    radial-gradient(circle at 50% 46%, transparent 0, transparent 12%, rgba(15, 55, 110, 0.08) 42%);
}

.about-map-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin: -28px 0 0 -9px;
  border-radius: 50% 50% 50% 0;
  background: #e53935;
  box-shadow: 0 6px 14px rgba(229, 57, 53, 0.35);
  transform: rotate(-45deg);
}

.about-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  border-radius: 50%;
  background: #fff;
}

.about-map-card {
  position: relative;
  z-index: 2;
  margin: 16px;
  padding: 14px 16px 15px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(231, 238, 246, 0.95);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 55, 110, 0.14);
  backdrop-filter: blur(6px);
}

.about-map-card strong {
  display: block;
  margin: 0 0 6px;
  color: #0b4f8c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-map-card p {
  margin: 0 0 12px;
  color: #526274;
  font-size: 13px;
  line-height: 1.6;
}

.about-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  background: #0b4f8c;
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.about-map-link:hover {
  background: #2f7fe2;
  color: #fff !important;
}

.about-contact-map .BMap_cpyCtrl,
.about-contact-map .anchorBL,
.about-contact-map .BMap_stdMpCtrl .BMap_stdMpPan,
.about-contact-map .BMap_shadow img {
  display: none !important;
}

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

.cert-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 55, 110, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cert-item:hover {
  transform: translateY(-3px);
  border-color: #cfe0f2;
  box-shadow: 0 12px 28px rgba(15, 55, 110, 0.1);
}

.cert-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 14px 12px 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fafc 0%, #eef4fa 100%);
}

.cert-thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(15, 55, 110, 0.08));
}

.cert-caption {
  margin: 0;
  padding: 12px 12px 14px;
  color: #1a2b3c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.02em;
  background: #fff;
  border-top: 1px solid #eef3f8;
}

/* About — interactive history timeline */
.history-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.history-nav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d5e6f7;
  border-radius: 50%;
  background: #eef6ff;
  color: #2f7fe2;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.history-nav:hover {
  color: #0b4f8c;
  border-color: #9fc4ea;
  background: #e3f0ff;
  box-shadow: none;
}

.history-track-wrap {
  flex: 1 1 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 4px;
}

.history-track-wrap::-webkit-scrollbar {
  display: none;
}

.history-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 22px;
  min-width: max-content;
  min-height: 360px;
  padding: 0 16px;
}

.history-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  height: 6px;
  margin-top: -3px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(47, 127, 226, 0.35), #2f7fe2 20%, #0b4f8c 80%, rgba(11, 79, 140, 0.35));
}

.history-item {
  position: relative;
  z-index: 1;
  flex: 0 0 340px;
  width: 340px;
  min-height: 360px;
}

.history-item-axis-dot {
  position: absolute;
  top: 50%;
  left: 28px;
  z-index: 2;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #2f7fe2;
  box-sizing: border-box;
}

.history-item-card {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
}

.history-item-card::after {
  content: "";
  position: absolute;
  left: 28px;
  width: 3px;
  margin-left: -1.5px;
  background: #9fc4ea;
}

.history-item.is-above .history-item-card {
  bottom: calc(50% + 16px);
}

.history-item.is-above .history-item-card::after {
  top: 100%;
  height: 16px;
}

.history-item.is-below .history-item-card {
  top: calc(50% + 16px);
}

.history-item.is-below .history-item-card::after {
  bottom: 100%;
  height: 16px;
}

.history-item-photo {
  display: block;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(15, 55, 110, 0.12);
  background-color: #d9e6f5;
  background-size: cover;
  background-position: center;
}

.history-item-body {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 0;
}

.history-item-year {
  margin: 0 0 6px;
  color: #1f2d3d;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.history-item-text,
.history-item-list {
  margin: 0;
  max-width: 250px;
  color: #4a5a6c;
  font-size: 14.5px;
  line-height: 1.65;
}

.history-item-list {
  padding: 0;
  list-style: none;
}

.history-item-list li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 12px;
}

.history-item-list li:last-child {
  margin-bottom: 0;
}

.history-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f7fe2;
}

@media (max-width: 640px) {
  .history-slider {
    gap: 4px;
  }

  .history-nav {
    width: 36px;
    height: 36px;
  }

  .history-item,
  .history-track {
    min-height: 300px;
  }

  .history-item {
    flex-basis: 280px;
    width: 280px;
  }

  .history-track {
    gap: 16px;
  }

  .history-item-year {
    font-size: 22px;
  }

  .history-item-text,
  .history-item-list {
    font-size: 13px;
    max-width: 210px;
  }

  .history-item-photo {
    width: 48px;
    height: 48px;
  }

  .history-item-axis-dot,
  .history-item-card::after {
    left: 24px;
  }
}

.about-join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-join-tip {
  margin: 0;
  color: var(--ws-muted);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .cert-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cert-thumb {
    height: 180px;
  }
}

@media (max-width: 900px) {
  .culture-grid,
  .style-grid,
  .about-contact-layout {
    grid-template-columns: 1fr;
  }

  .about-contact-map,
  .about-baidu-map,
  .about-baidu-map iframe {
    min-height: 300px;
  }

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

  .cert-thumb {
    height: 170px;
  }

  .about-join {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .cert-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .cert-thumb {
    height: 150px;
  }

  .cert-caption {
    padding: 10px 8px 12px;
    font-size: 12px;
  }
}

/* Right float rail — Kingdee-like capsule stack */
.float-rail {
  position: fixed !important;
  top: 48% !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 9999 !important;
  width: 60px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.float-stack {
  width: 60px;
  background: #fff;
  border-radius: 55px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: visible;
  position: relative;
  z-index: 20;
  transition: box-shadow 0.25s ease;
}

.float-stack:hover {
  box-shadow: 0 0 10px 2px rgba(47, 118, 246, 0.45);
}

.float-entry {
  position: relative;
  width: 100%;
}

.float-entry + .float-entry {
  border-top: 1px solid #eee;
}

.float-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 15px 0 12px;
  border: 0;
  background: transparent;
  color: #222338;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  transition: color 0.2s ease;
}

.float-entry:hover .float-trigger,
.float-entry.is-open .float-trigger {
  color: #2f76f6;
}

.float-ico {
  display: inline-flex;
  line-height: 0;
  color: inherit;
}

.float-ico svg {
  display: block;
  width: 28px;
  height: 28px;
}

.float-label {
  display: block;
  width: 60%;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: inherit;
}

.float-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  padding: 22px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 0 33px rgba(0, 0, 0, 0.1);
  color: #222338;
  box-sizing: border-box;
  z-index: 30;
  transform: translateX(calc(-100% - 7px));
  cursor: default;
}

/* Invisible bridge so the cursor can move from the icon into the panel */
.float-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
}

.float-panel[hidden] {
  display: none !important;
}

.float-panel-contact {
  display: flex;
  flex-direction: column;
}

.float-contact-row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 18px;
}

.float-contact-row + .float-contact-row {
  padding-top: 18px;
  border-top: 1px solid #edf1f4;
}

.float-contact-row:last-child {
  padding-bottom: 0;
}

.float-contact-ico {
  flex: 0 0 22px;
  width: 22px;
  margin-right: 8px;
  line-height: 0;
  color: #222338;
}

.float-contact-ico svg {
  display: block;
  width: 22px;
  height: 22px;
}

.float-contact-body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #575d6c;
}

.float-contact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #222338;
}

.float-contact-value {
  display: block;
  color: #222338 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.float-contact-value + .float-contact-value {
  margin-top: 2px;
}

.float-contact-value:hover {
  color: #2f76f6 !important;
}

.float-contact-mail {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  white-space: normal;
  word-break: break-all;
}

.float-panel-qr {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.float-qr-img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  object-fit: cover;
}

.float-panel-tip {
  margin: 12px auto 0;
  width: 90%;
  color: #575d6c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.float-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 20px auto 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #222338;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.2s ease;
}

.float-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.float-top:hover {
  color: #2f76f6;
  box-shadow: 0 0 10px 2px rgba(47, 118, 246, 0.45);
}

@media (max-width: 640px) {
  .float-rail {
    right: 8px !important;
    width: 54px;
  }

  .float-stack {
    width: 54px;
  }

  .float-label {
    font-size: 12px;
  }

  .float-ico svg {
    width: 24px;
    height: 24px;
  }

  .float-top {
    width: 44px;
    height: 44px;
    margin-top: 14px;
  }

  .float-panel,
  .float-panel-qr,
  .float-panel-contact {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-top {
    transition: none;
  }
}

/* Service / Channel pages */
.inner-prose {
  max-width: var(--ws-prose-max);
  margin: 0;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}

.inner-prose p {
  margin: 0;
}

/* Service page — screenshot-aligned layout */
.service-page {
  background: #fff;
}

.service-page .about-section {
  background: #fff;
}

.service-page .about-section::before {
  content: none;
  display: none;
}

.service-page .service-promise-section {
  padding-top: 40px;
  padding-bottom: 36px;
  background: #fafbfc;
}

.service-promise-feature {
  min-height: 0;
  margin-top: 8px;
}

.service-promise-feature .service-channel-head {
  min-height: 72px;
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(120deg, #0b4f8c 0%, #1a6fb8 48%, #2f7fe2 100%);
}

.service-promise-feature .service-channel-head h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.service-promise-feature .service-channel-kicker {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.service-promise-feature .service-channel-body {
  padding: 22px 22px 24px;
}

.service-promise-copy {
  margin: 0 !important;
  color: #5b6b7c !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
  letter-spacing: 0.01em;
  text-align: justify;
}

.service-promise-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.service-promise-highlights .service-channel-card {
  min-height: 0;
}

.service-promise-highlights .service-channel-body {
  padding: 16px 18px 18px;
}

.service-promise-highlights .muted {
  margin: 0 !important;
}

.service-page .service-channels-section {
  padding-top: 36px;
  padding-bottom: 52px;
  background: #fafbfc;
}

.service-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.service-channel-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 55, 110, 0.06);
}

.service-channel-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 16px 18px;
}

.service-channel-card.is-tone-a .service-channel-head {
  color: #14324f;
  background: linear-gradient(120deg, #d9ebf9 0%, #eaf4fc 100%);
}

.service-channel-card.is-tone-b .service-channel-head {
  color: #14324f;
  background: linear-gradient(120deg, #e2f0fa 0%, #f0f6fc 100%);
}

.service-channel-card.is-tone-c .service-channel-head {
  color: #14324f;
  background: linear-gradient(120deg, #eaf4fb 0%, #f4f8fc 100%);
}

.service-channel-card.is-tone-d .service-channel-head {
  color: #14324f;
  background: linear-gradient(120deg, #f0f6fc 0%, #f7fafd 100%);
}

.service-channel-head h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.service-channel-num {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  color: #0b4f8c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.22;
}

.service-channel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 20px 18px 22px;
  background: #fff;
  border-top: 1px solid #eef3f8;
}

.service-channel-body p {
  margin: 0 0 6px;
  color: #5b6b7c;
  font-size: 14px;
  line-height: 1.7;
}

.service-channel-body p:last-child {
  margin-bottom: 0;
}

.service-channel-meta {
  margin-bottom: 4px !important;
  color: #5b6b7c !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.service-channel-contact,
.service-channel-contact a {
  margin-bottom: 10px !important;
  color: #0b4f8c !important;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-decoration: none;
}

.service-channel-contact a:hover {
  color: #2f7fe2 !important;
}

.service-channel-card .muted {
  margin-top: 0 !important;
  color: #8a98a8 !important;
  font-size: 13px !important;
  line-height: 1.65;
}

/* Channel page — design-aligned */
.channel-page {
  background: #fafbfc;
}

.channel-page .about-section {
  background: transparent;
}

.channel-page .about-section::before {
  content: none;
  display: none;
}

.channel-page .about-section:not(:last-child)::after {
  content: none;
  display: none;
}

.channel-invite-section,
.channel-process-section {
  background: #fff;
}

.channel-advantage-section,
.channel-empower-section {
  background: #fafbfc;
}

.channel-invite-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.channel-invite-panel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 8px 0 0;
  padding: 32px 40px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #d7e6f7;
  background:
    radial-gradient(ellipse 50% 80% at 22% 50%, rgba(47, 127, 226, 0.12), transparent 58%),
    radial-gradient(ellipse 45% 70% at 82% 50%, rgba(90, 160, 230, 0.1), transparent 55%),
    linear-gradient(135deg, #f4f9ff 0%, #eaf3fc 48%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(15, 55, 110, 0.05);
}

.channel-invite-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 240px;
}

.channel-invite-qr {
  flex: 0 1 320px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 12px;
}

.channel-invite-qr-box {
  position: relative;
  width: 188px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #8fb8ea;
  box-shadow:
    0 0 0 7px rgba(47, 127, 226, 0.09),
    0 14px 28px rgba(11, 79, 140, 0.14);
}

.channel-invite-qr-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.channel-invite-qr figcaption {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(47, 127, 226, 0.1);
  border: 1px solid rgba(47, 127, 226, 0.18);
  color: #0b4f8c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.channel-invite-qr figcaption svg,
.channel-invite-qr figcaption [data-lucide] {
  width: 14px;
  height: 14px;
  color: #2f7fe2;
}

.channel-invite-divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  margin: 24px 48px;
  background: linear-gradient(180deg, transparent, #c5d8ec 12%, #c5d8ec 88%, transparent);
}

.channel-invite-cta {
  flex: 0 1 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 8px 12px;
  text-align: center;
}

.channel-invite-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 280px;
  padding: 14px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b4f8c, #2f7fe2);
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 22px rgba(11, 79, 140, 0.22);
  text-decoration: none;
}

.channel-invite-phone svg,
.channel-invite-phone [data-lucide] {
  width: 18px;
  height: 18px;
}

.channel-invite-phone:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

.channel-invite-tip {
  margin: 0;
  color: #8a98a8;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.channel-advantage-section {
  padding-top: 28px;
  padding-bottom: 28px;
}

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

.channel-advantage-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 16px 44px 14px 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 55, 110, 0.035);
}

.channel-advantage-item.is-tone-a {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(47, 127, 226, 0.12), transparent 55%),
    linear-gradient(160deg, #f5f9ff 0%, #eaf3ff 100%);
  border-color: #d7e6f7;
}

.channel-advantage-item.is-tone-b {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(79, 110, 226, 0.12), transparent 55%),
    linear-gradient(160deg, #f6f7ff 0%, #ecefff 100%);
  border-color: #d9def7;
}

.channel-advantage-item.is-tone-c {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(124, 92, 214, 0.12), transparent 55%),
    linear-gradient(160deg, #f8f6ff 0%, #f0ebff 100%);
  border-color: #e0d8f5;
}

.channel-advantage-item.is-tone-d {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(32, 168, 180, 0.12), transparent 55%),
    linear-gradient(160deg, #f3fbfb 0%, #e5f6f6 100%);
  border-color: #cfe8e9;
}

.channel-advantage-item.is-tone-e {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(36, 160, 120, 0.12), transparent 55%),
    linear-gradient(160deg, #f3fbf7 0%, #e5f6ee 100%);
  border-color: #cfe9dc;
}

.channel-advantage-item.is-tone-f {
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(47, 140, 200, 0.12), transparent 55%),
    linear-gradient(160deg, #f3f9fc 0%, #e6f2f9 100%);
  border-color: #d0e4f0;
}

.channel-advantage-item.is-tone-a .channel-advantage-num {
  color: rgba(47, 127, 226, 0.18);
}

.channel-advantage-item.is-tone-b .channel-advantage-num {
  color: rgba(79, 110, 226, 0.18);
}

.channel-advantage-item.is-tone-c .channel-advantage-num {
  color: rgba(124, 92, 214, 0.18);
}

.channel-advantage-item.is-tone-d .channel-advantage-num {
  color: rgba(26, 160, 172, 0.2);
}

.channel-advantage-item.is-tone-e .channel-advantage-num {
  color: rgba(36, 160, 120, 0.2);
}

.channel-advantage-item.is-tone-f .channel-advantage-num {
  color: rgba(47, 140, 200, 0.2);
}

.channel-advantage-num {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 0;
  color: rgba(11, 79, 140, 0.14);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
}

.channel-advantage-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.channel-advantage-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(47, 127, 226, 0.16), rgba(11, 79, 140, 0.08));
  color: #2f7fe2;
  box-shadow: inset 0 0 0 1px rgba(47, 127, 226, 0.12);
}

.channel-advantage-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.channel-advantage-icon [data-lucide] {
  display: block;
  width: 18px;
  height: 18px;
}

.channel-advantage-item.is-tone-a .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(47, 127, 226, 0.18), rgba(11, 79, 140, 0.08));
  color: #2f7fe2;
}

.channel-advantage-item.is-tone-b .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(79, 110, 226, 0.18), rgba(55, 72, 180, 0.08));
  color: #4f6ee2;
  box-shadow: inset 0 0 0 1px rgba(79, 110, 226, 0.14);
}

.channel-advantage-item.is-tone-c .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(124, 92, 214, 0.16), rgba(90, 60, 180, 0.08));
  color: #7c5cd6;
  box-shadow: inset 0 0 0 1px rgba(124, 92, 214, 0.14);
}

.channel-advantage-item.is-tone-d .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(32, 168, 180, 0.16), rgba(16, 120, 140, 0.08));
  color: #1aa0ac;
  box-shadow: inset 0 0 0 1px rgba(32, 168, 180, 0.14);
}

.channel-advantage-item.is-tone-e .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(36, 160, 120, 0.16), rgba(20, 120, 90, 0.08));
  color: #24a078;
  box-shadow: inset 0 0 0 1px rgba(36, 160, 120, 0.14);
}

.channel-advantage-item.is-tone-f .channel-advantage-icon {
  background: linear-gradient(145deg, rgba(47, 140, 200, 0.16), rgba(20, 100, 160, 0.08));
  color: #2f8cc8;
  box-shadow: inset 0 0 0 1px rgba(47, 140, 200, 0.14);
}

.channel-advantage-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.3;
}

.channel-advantage-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6b7c;
  font-size: 13.5px;
  line-height: 1.55;
}

.channel-process-section {
  padding-top: 36px;
  padding-bottom: 40px;
}

.channel-process {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
}

.channel-process-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.channel-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 18px 16px 18px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 55, 110, 0.05);
  text-align: left;
}

.channel-process-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
}

.channel-process-card.is-phone::before {
  background: linear-gradient(90deg, #2f7fe2, #5aa4f2);
}

.channel-process-card.is-negotiate::before {
  background: linear-gradient(90deg, #5b6ee8, #8494f0);
}

.channel-process-card.is-contract::before {
  background: linear-gradient(90deg, #8b6ce0, #a992ee);
}

.channel-process-card.is-training::before {
  background: linear-gradient(90deg, #1aa0ac, #3ec4c8);
}

.channel-process-card.is-support::before {
  background: linear-gradient(90deg, #2fad6e, #55c98c);
}

.channel-process-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.channel-process-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  color: #fff;
}

.channel-process-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.channel-process-icon [data-lucide] {
  display: block;
  width: 20px;
  height: 20px;
}

.channel-process-card.is-phone .channel-process-icon {
  background: linear-gradient(145deg, #3f8eeb, #0b4f8c);
}

.channel-process-card.is-negotiate .channel-process-icon {
  background: linear-gradient(145deg, #6b7eef, #3f4fbf);
}

.channel-process-card.is-contract .channel-process-icon {
  background: linear-gradient(145deg, #9a7eeb, #6a4fc0);
}

.channel-process-card.is-training .channel-process-icon {
  background: linear-gradient(145deg, #2bb8bc, #0f7e88);
}

.channel-process-card.is-support .channel-process-icon {
  background: linear-gradient(145deg, #3fbd78, #1f8a52);
}

.channel-process-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.35;
}

.channel-process-item p {
  margin: 0;
  color: #5b6b7c;
  font-size: 13px;
  line-height: 1.7;
}

.channel-process-sep {
  flex: 0 0 auto;
  width: 28px;
  align-self: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel-process-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7eb0e8;
  border-right: 2px solid #7eb0e8;
  transform: rotate(45deg);
}

.channel-empower-section {
  padding-top: 36px;
  padding-bottom: 48px;
}

.channel-empower-visual {
  width: 100%;
  max-width: none;
  margin: 12px 0 0;
  padding: 28px 24px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #d7e6f7;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(255, 255, 255, 0.85), transparent 65%),
    radial-gradient(ellipse 90% 70% at 15% 10%, rgba(47, 127, 226, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 60% at 90% 90%, rgba(90, 160, 230, 0.14), transparent 48%),
    linear-gradient(160deg, #f4f9ff 0%, #e8f2fc 48%, #eef6ff 100%);
  box-shadow: 0 10px 28px rgba(15, 55, 110, 0.06);
}

.channel-empower-visual img {
  display: block;
  width: auto;
  max-width: min(100%, 911px);
  height: auto;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .channel-process {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .channel-process-item {
    width: 100%;
    min-width: 0;
  }

  .channel-process-sep {
    display: none;
  }

  .channel-process-card {
    padding: 16px;
    gap: 10px;
  }

  .channel-process-icon {
    width: 38px;
    height: 38px;
  }

  .channel-process-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 640px) {
  .channel-advantage-grid {
    grid-template-columns: 1fr;
  }

  .channel-invite-panel {
    padding: 24px 16px;
  }

  .channel-invite-contact {
    flex-direction: column;
    min-height: 0;
    gap: 8px;
  }

  .channel-invite-qr,
  .channel-invite-cta {
    flex: 0 0 auto;
    width: 100%;
  }

  .channel-invite-divider {
    width: 48%;
    height: 1px;
    margin: 8px auto;
    background: linear-gradient(90deg, transparent, #c5d8ec 18%, #c5d8ec 82%, transparent);
  }

  .channel-invite-phone {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }

  .channel-advantage-item {
    padding: 14px 40px 12px 14px;
    gap: 8px;
  }

  .channel-advantage-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .channel-advantage-icon svg {
    width: 17px;
    height: 17px;
  }

  .channel-advantage-item h3 {
    font-size: 15px;
  }

  .channel-advantage-num {
    font-size: 24px;
    top: 10px;
    right: 10px;
  }

  .channel-empower-visual {
    padding: 16px 12px;
    border-radius: 14px;
  }
}

.service-contact-grid,
.channel-contact-grid {
  width: 100%;
}

@media (max-width: 1100px) {
  .service-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .service-promise-feature .service-channel-head h3 {
    font-size: 17px;
    letter-spacing: 0.06em;
  }

  .service-promise-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-page .service-promise-section {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .service-promise-copy {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .service-page .service-channels-section {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .service-channel-grid {
    grid-template-columns: 1fr;
  }

  .service-channel-card {
    min-height: 0;
  }

  .service-channel-num {
    font-size: 24px;
  }
}

/* News center — card grid */
.news-page {
  background: #fafbfc;
}

.news-page .section {
  padding-top: 32px;
  padding-bottom: 44px;
  background: transparent;
}

.news-filter {
  margin: 0 0 22px;
}

.news-filter-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.news-filter-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #d5e3f0;
  background: #fff;
  color: #4a6075;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.news-filter-tag:hover {
  border-color: #a9c6e6;
  color: #0b4f8c;
  background: #f5f9ff;
  text-decoration: none;
}

.news-filter-tag.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #0b4f8c, #2f7fe2);
  color: #fff;
  box-shadow: 0 6px 14px rgba(11, 79, 140, 0.22);
}

.news-filter-tag.is-active:hover {
  color: #fff;
  background: linear-gradient(135deg, #0b4f8c, #2f7fe2);
}

.news-empty {
  margin: 24px 0 0;
  padding: 28px 20px;
  border-radius: 12px;
  border: 1px dashed #d5e3f0;
  background: #fff;
  color: #7a8fa3;
  font-size: 14px;
  text-align: center;
}

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

.news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(15, 55, 110, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  border-color: #cfe0f2;
  box-shadow: 0 8px 20px rgba(15, 55, 110, 0.1);
  color: inherit;
}

.news-card-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-card-cover-1 {
  background-image:
    linear-gradient(135deg, rgba(11, 79, 140, 0.55), rgba(47, 127, 226, 0.35)),
    linear-gradient(160deg, #1a4f86, #3d8fd6);
}

.news-card-cover-2 {
  background-image:
    linear-gradient(135deg, rgba(20, 90, 120, 0.5), rgba(70, 170, 190, 0.35)),
    linear-gradient(160deg, #165a72, #3ea8b8);
}

.news-card-cover-3 {
  background-image:
    linear-gradient(135deg, rgba(40, 70, 140, 0.5), rgba(100, 140, 220, 0.35)),
    linear-gradient(160deg, #2a3f7a, #5b7fd4);
}

.news-card-cover-4 {
  background-image:
    linear-gradient(135deg, rgba(15, 100, 110, 0.5), rgba(60, 170, 150, 0.35)),
    linear-gradient(160deg, #17666a, #3eb39a);
}

.news-card-cover-5 {
  background-image:
    linear-gradient(135deg, rgba(70, 80, 140, 0.5), rgba(130, 150, 220, 0.35)),
    linear-gradient(160deg, #3a4478, #7a8ad0);
}

.news-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 10px 12px 10px;
}

.news-card-title {
  display: -webkit-box;
  margin: 0 0 4px;
  overflow: hidden;
  color: #1f2d3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card:hover .news-card-title {
  color: var(--ws-primary);
}

.news-card-summary {
  display: -webkit-box;
  flex: 1 1 auto;
  margin: 0 0 8px;
  overflow: hidden;
  color: #6b7a8a;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card-date {
  margin-top: auto;
  color: #9aa8b6;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.news-mock-tip {
  margin: 22px 0 0;
  color: #8a97a6;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1100px) {
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .news-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-card-body {
    padding: 12px 12px 12px;
  }

  .news-card-title {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card {
    transition: none;
  }

  .news-card:hover {
    transform: none;
  }
}

/* Join / Careers page */
.join-page {
  background: #fafbfc;
}

.join-page .section {
  padding-top: 36px;
  padding-bottom: 44px;
  background: transparent;
}

.join-section-title {
  margin: 0 0 8px;
  color: #1f2d3d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.join-section-desc {
  margin: 0 auto 28px;
  max-width: 640px;
  color: #6b7a8a;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

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

.join-highlight {
  padding: 22px 20px;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 55, 110, 0.04);
}

.join-highlight h3 {
  margin: 0 0 8px;
  color: #0b4f8c;
  font-size: 16px;
  font-weight: 700;
}

.join-highlight p {
  margin: 0;
  color: #5a6b7c;
  font-size: 13px;
  line-height: 1.65;
}

.join-jobs-section {
  border-top: 1px solid #e8eef5;
}

.join-job-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.join-job-card {
  display: block;
  padding: 24px 26px;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 55, 110, 0.04);
  color: inherit;
  text-decoration: none;
  scroll-margin-top: calc(var(--ws-header-h, 78px) + 16px);
}

.join-job-head {
  margin-bottom: 12px;
}

.join-job-title {
  margin: 0 0 10px;
  color: #1f2d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.join-job-summary {
  margin: 0 0 14px;
  color: #5a6b7c;
  font-size: 14px;
  line-height: 1.7;
}

.join-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.join-job-meta li {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid #dce7f2;
  background: #f5f9fc;
  color: #4a6075;
  font-size: 12px;
  font-weight: 600;
}

.join-job-body {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid #eef3f8;
}

.join-job-body h3 {
  margin: 18px 0 8px;
  color: #0b4f8c;
  font-size: 16px;
  font-weight: 700;
}

.join-job-body h3:first-child {
  margin-top: 0;
}

.join-job-body ul {
  margin: 0 0 8px;
  padding-left: 1.2em;
}

.join-job-body li {
  margin-bottom: 6px;
  color: #4a6075;
}

.join-job-apply {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px dashed #e0eaf3;
  color: #4a6075;
  font-size: 13px;
  line-height: 1.6;
}

.join-job-apply a {
  color: #0b4f8c;
  font-weight: 700;
}

.join-empty {
  margin: 8px 0 0;
  padding: 36px 20px;
  border-radius: 12px;
  border: 1px dashed #d5e3f0;
  background: #fff;
  color: #7a8fa3;
  font-size: 14px;
  text-align: center;
}

.join-apply-hint {
  margin-top: 28px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid #dce7f2;
  background: linear-gradient(135deg, #f7fbff, #eef5fc);
  text-align: center;
}

.join-apply-hint p {
  margin: 0;
  color: #4a6075;
  font-size: 14px;
  line-height: 1.6;
}

.join-apply-hint a {
  color: #0b4f8c;
  font-weight: 700;
}

@media (max-width: 900px) {
  .join-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .join-section-title {
    font-size: 22px;
  }

  .join-job-card {
    padding: 18px 16px;
  }

  .join-job-title {
    font-size: 17px;
  }
}

/* Cases page */
.cases-page.inner-page {
  background: #fafbfc;
}

.cases-page .section,
.cases-page .about-section {
  padding-top: 32px;
  padding-bottom: 44px;
  background: transparent;
  overflow: visible;
  isolation: auto;
}

.cases-page #featured {
  padding-bottom: 12px;
}

.cases-page #all-cases {
  padding-top: 12px;
}

.cases-page .about-section::before {
  content: none;
  display: none;
}

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

.site-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
  flex-wrap: wrap;
}

.site-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #c5d7ea;
  border-radius: 8px;
  background: #fff;
  color: #1f4f86;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

a.site-pager-btn:hover,
button.site-pager-btn:hover {
  background: #eef5fc;
  border-color: #8fb4d8;
  color: #0f3d6e;
}

.site-pager-btn.is-disabled {
  color: #9aa8b8;
  background: #f5f8fb;
  border-color: #e2ebf3;
  cursor: default;
}

.site-pager-info {
  color: #5a6b7d;
  font-size: 14px;
}

.case-feature-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 14px rgba(15, 55, 110, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.case-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 40, 78, 0.78) 0%, rgba(8, 40, 78, 0.18) 52%, rgba(8, 40, 78, 0.08) 100%);
}

.case-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 55, 110, 0.12);
  color: #fff;
}

.case-feature-name {
  position: relative;
  z-index: 1;
  display: block;
  padding: 16px 16px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.case-feature-cover-1 { background-image: linear-gradient(145deg, #1b4f86, #3d90d6); }
.case-feature-cover-2 { background-image: linear-gradient(145deg, #165a72, #3eb0b8); }
.case-feature-cover-3 { background-image: linear-gradient(145deg, #2a3f7a, #5b7fd4); }
.case-feature-cover-4 { background-image: linear-gradient(145deg, #17666a, #3eb39a); }
.case-feature-cover-5 { background-image: linear-gradient(145deg, #3a4478, #7a8ad0); }
.case-feature-cover-6 { background-image: linear-gradient(145deg, #0f4c75, #3282b8); }
.case-feature-cover-7 { background-image: linear-gradient(145deg, #1b4965, #62b6cb); }
.case-feature-cover-8 { background-image: linear-gradient(145deg, #274c77, #6096ba); }

.case-filter-card {
  margin: 0 0 22px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e4eef7;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 55, 110, 0.06);
}

.case-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.case-filter-selects {
  display: flex;
  align-items: center;
  gap: 14px 18px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}

.case-filter-field {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.case-filter-label {
  flex: 0 0 auto;
  color: #1f2d3d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.case-filter-select {
  min-width: 132px;
  max-width: 180px;
  height: 38px;
  padding: 0 32px 0 12px;
  border: 1px solid #d5e3f0;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  color: #1f2d3d;
  background: #f8fbfe url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7a8a' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px 8px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.case-filter-select:focus {
  border-color: #9fc0e0;
  background-color: #fff;
}

.case-filter-search {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 1 280px;
  min-width: 200px;
}

.case-filter-search input {
  flex: 1 1 auto;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d5e3f0;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  outline: none;
  font-size: 14px;
  color: #1f2d3d;
  background: #f8fbfe;
}

.case-filter-search input:focus {
  border-color: #9fc0e0;
  background: #fff;
}

.case-filter-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #0b4f8c, #2f7fe2);
  color: #fff;
  cursor: pointer;
}

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

.case-list-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(15, 55, 110, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.case-list-card[hidden] {
  display: none !important;
}

.case-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(15, 55, 110, 0.1);
  color: inherit;
}

.case-list-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.case-list-cover-1 { background-image: linear-gradient(145deg, #1b4f86, #3d90d6); }
.case-list-cover-2 { background-image: linear-gradient(145deg, #165a72, #3eb0b8); }
.case-list-cover-3 { background-image: linear-gradient(145deg, #2a3f7a, #5b7fd4); }
.case-list-cover-4 { background-image: linear-gradient(145deg, #17666a, #3eb39a); }
.case-list-cover-5 { background-image: linear-gradient(145deg, #3a4478, #7a8ad0); }

.case-list-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 12px 14px;
}

.case-list-title {
  margin: 0 0 6px;
  color: #1f2d3d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.case-list-card:hover .case-list-title {
  color: var(--ws-primary);
}

.case-list-desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #6b7a8a;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case-empty {
  margin: 28px 0 0;
  color: #7a8a9a;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1100px) {
  .case-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 800px) {
  .case-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .case-filter-search {
    min-width: 0;
    width: 100%;
    flex: 1 1 auto;
  }

  .case-filter-select {
    max-width: none;
    width: 140px;
  }

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

@media (max-width: 640px) {
  .case-feature-grid,
  .case-list-grid {
    grid-template-columns: 1fr;
  }

  .case-filter-selects {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .case-filter-field {
    width: 100%;
  }

  .case-filter-select {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-feature-card,
  .case-list-card {
    transition: none;
  }

  .case-feature-card:hover,
  .case-list-card:hover {
    transform: none;
  }
}


/* ===== Home product / culture banner carousel ===== */
.home-banner {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #0a2a4a;
}

.home-banner-viewport {
  position: relative;
  width: 100%;
  /* Match source art 1920x500 — avoid upscaling past native height (was causing blur). */
  height: min(500px, calc(100vw * 500 / 1920));
  min-height: 280px;
}

.home-banner-track {
  position: absolute;
  inset: 0;
}

.home-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  z-index: 1;
}

.home-banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.home-banner-slide.is-image .home-banner-inner {
  display: none;
}

.home-banner-hitarea {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  text-indent: -9999px;
}

.home-banner-slide.is-light {
  background: #e8f2ff;
}

.home-banner-slide.is-dark {
  background: #0a2a4a;
}

.home-banner-media {
  position: absolute;
  inset: 0;
  background-color: #0a2a4a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: none;
}

.home-banner-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  letter-spacing: 0.06em;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(47, 127, 226, 0.28), transparent 60%),
    linear-gradient(160deg, #0a2a4a, #123a5c);
}

/* Ultrawide: keep native pixel density, center art instead of stretching. */
@media (min-width: 1921px) {
  .home-banner-viewport {
    height: 500px;
  }
}

.home-banner-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.home-banner-copy {
  width: min(440px, 92%);
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.55s ease 0.12s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.home-banner-slide.is-active .home-banner-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-banner-slide.is-align-left .home-banner-inner {
  justify-content: flex-start;
}

.home-banner-slide.is-align-right .home-banner-inner {
  justify-content: flex-end;
}

.home-banner-slide.is-align-right .home-banner-copy {
  text-align: left;
}

.home-banner-en {
  margin: 0 0 8px;
  color: #7a8899;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.home-banner-title {
  margin: 0;
  line-height: 1;
}

.home-banner-title-img {
  display: block;
  width: auto;
  height: clamp(48px, 6vw, 68px);
  max-width: min(360px, 86vw);
  object-fit: contain;
  mix-blend-mode: screen;
}

.home-banner-title-text {
  display: flex;
  align-items: flex-end;
  gap: 0;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-banner-title-text.is-supervision {
  color: #0b3d7a;
  font-size: clamp(36px, 4.6vw, 56px);
}

.home-banner-title-text.is-supervision .ch-lead {
  color: #1677ff;
  font-size: 1.22em;
  line-height: 0.9;
  margin-right: 2px;
}

.home-banner-title-text.is-supervision .ch-rest {
  font-size: 0.92em;
  line-height: 1;
  padding-bottom: 0.06em;
}

.home-banner-title-text.is-exam {
  position: relative;
  color: #0b3d7a;
  font-size: clamp(36px, 4.8vw, 58px);
  font-style: italic;
  align-items: center;
}

.home-banner-title-text.is-exam .title-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 0.08em;
  filter: drop-shadow(0 0 10px rgba(64, 150, 255, 0.55));
  transform: translateY(-0.06em);
}

.home-banner-title-text.is-exam .title-arrow svg {
  width: 0.78em;
  height: 0.78em;
  display: block;
}

.home-banner-slogan {
  margin: 14px 0 0;
  color: #5b6b7c;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.home-banner-rule {
  display: block;
  width: 88px;
  height: 3px;
  margin: 14px 0 16px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2f7fe2, #7b5cff);
}

.home-banner-desc {
  margin: 0;
  color: #5b6b7c;
  font-size: 14px;
  line-height: 1.75;
  max-width: 38em;
}

.home-banner-slide.is-dark .home-banner-desc {
  color: rgba(255, 255, 255, 0.88);
}

.home-banner-slide.is-dark .home-banner-slogan {
  color: rgba(255, 255, 255, 0.78);
}

.home-banner-slide.is-dark .home-banner-en {
  color: rgba(255, 255, 255, 0.55);
}

.home-banner-slide.is-align-right .home-banner-desc {
  max-width: 28em;
}

/* Culture slide */
.home-banner-culture {
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.55s ease 0.12s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.home-banner-slide.is-active .home-banner-culture {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-banner-culture-main {
  max-width: 820px;
  margin: 0 auto 36px;
}

.home-banner-culture-values {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.12em;
  text-shadow:
    0 0 18px rgba(120, 200, 255, 0.55),
    0 0 36px rgba(80, 160, 255, 0.35);
}

.home-banner-culture-en {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: none;
}

.home-banner-culture-mission {
  margin: 22px auto 0;
  max-width: 46em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.85;
}

.home-banner-culture-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.home-banner-culture-panel-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
}

.home-banner-culture-who {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.home-banner-culture-tag {
  display: inline-block;
  padding: 3px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #f0821a;
  transform: skewX(-16deg);
  line-height: 1.5;
}

.home-banner-culture-panel-en {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-style: italic;
}

.home-banner-culture-panel-text {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.home-banner-culture-panel-text .gap {
  display: inline-block;
  width: 1.6em;
}

.home-banner-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-banner-nav:hover {
  background: rgba(255, 255, 255, 0.32);
}

.home-banner-prev { left: 16px; }
.home-banner-next { right: 16px; }

.home-banner.is-light-ui .home-banner-nav {
  background: rgba(11, 61, 122, 0.12);
  color: #0b3d7a;
}

.home-banner.is-light-ui .home-banner-nav:hover {
  background: rgba(11, 61, 122, 0.22);
}

.home-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.home-banner-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.home-banner-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}

.home-banner.is-light-ui .home-banner-dot {
  background: rgba(11, 61, 122, 0.28);
}

.home-banner.is-light-ui .home-banner-dot.is-active {
  background: #1677ff;
}

@media (max-width: 900px) {
  .home-banner-culture-panels {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-banner-culture-main {
    margin-bottom: 24px;
  }

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

@media (max-width: 640px) {
  .home-banner-viewport {
    height: min(420px, calc(100vw * 500 / 1920 + 72px));
    min-height: 320px;
  }

  .home-banner-inner {
    align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .home-banner-slide.is-align-right .home-banner-inner {
    justify-content: flex-start;
  }

  .home-banner-copy {
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.88) 28%);
    padding: 28px 4px 8px;
    border-radius: 8px;
  }

  .home-banner-slide.is-dark .home-banner-copy {
    background: linear-gradient(180deg, transparent, rgba(6, 24, 48, 0.72) 30%);
  }

  .home-banner-culture-values {
    letter-spacing: 0.06em;
  }

  .home-banner-culture-mission {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-banner-slide,
  .home-banner-copy,
  .home-banner-culture {
    transition: none !important;
  }
}


.detail-page {
  background: #f5f7fa;
}

.detail-section {
  padding: 28px 0 48px;
}

.detail-wrap {
  max-width: var(--ws-prose-max);
}

.detail-card {
  padding: 28px 32px 34px;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(15, 55, 110, 0.05);
}

.news-card-cat,
.news-detail-cat,
.case-detail-tag,
.detail-tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(11, 79, 140, 0.08);
  color: var(--ws-primary);
  font-size: 12px;
  line-height: 1.6;
}

.news-detail-meta .news-detail-cat {
  margin: 0;
}

.news-card-cat { margin-bottom: 6px; padding: 1px 8px; font-size: 11px; }

.case-detail-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 10px 0 0;
}

.case-detail-tags .case-detail-tag,
.detail-tags .detail-tag {
  margin: 0 6px 0 0;
}

.case-detail-tags .case-detail-tag:last-child,
.detail-tags .detail-tag:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  .detail-section {
    padding: 20px 0 36px;
  }

  .detail-card {
    padding: 20px 16px 24px;
    border-radius: 10px;
  }

  .news-detail-title {
    font-size: 22px;
  }
}

/* 产品试用申请弹框 */
.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.trial-modal[hidden] {
  display: none !important;
}

.trial-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 35, 60, 0.48);
}

.trial-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  max-height: none;
  overflow: visible;
  background: #fff;
  border-radius: 12px;
  padding: 22px 24px 18px;
  box-shadow: 0 18px 48px rgba(11, 79, 140, 0.22);
}

.trial-modal-x {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  color: #8a9aab;
  cursor: pointer;
  padding: 4px 8px;
}

.trial-modal-x:hover {
  color: var(--ws-text);
}

.trial-modal-title {
  margin: 0 28px 4px 0;
  font-size: 20px;
  color: var(--ws-primary);
  font-weight: 600;
}

.trial-modal-desc {
  margin: 0 0 12px;
  color: var(--ws-muted);
  font-size: 13px;
}

.trial-field {
  margin-bottom: 10px;
}

.trial-field label,
.trial-label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: var(--ws-text);
  font-weight: 500;
}

.trial-field .req {
  color: #d64545;
  margin-left: 2px;
}

.trial-field > input,
.trial-field > textarea,
.trial-captcha-row > input {
  width: 100%;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  color: var(--ws-text);
  background: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.trial-field textarea {
  min-height: 56px;
  max-height: 56px;
  resize: none;
}

.trial-field > input:focus,
.trial-field > textarea:focus,
.trial-captcha-row > input:focus {
  border-color: #69b1ff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}

.trial-captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trial-captcha-row input {
  flex: 1 1 auto;
  min-width: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trial-captcha-img-btn {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 0;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  background: #f5f8fb;
  cursor: pointer;
  overflow: hidden;
  line-height: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.trial-captcha-img-btn:hover {
  border-color: #69b1ff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.12);
}

.trial-captcha-img-btn img {
  display: block;
  width: 120px;
  height: 40px;
}

.trial-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.trial-field label.trial-product {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d9e3ec;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #33455c;
  cursor: pointer;
  user-select: none;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.trial-field label.trial-product:hover {
  border-color: #91caff;
  background: #f7fbff;
}

.trial-field label.trial-product input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.trial-product-check {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #b7c5d4;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.trial-product-check::after {
  content: "";
  width: 5px;
  height: 9px;
  margin-top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.12s ease;
}

.trial-product-name {
  flex: 1 1 auto;
  min-width: 0;
}

.trial-field label.trial-product.is-checked {
  border-color: #1677ff;
  background: rgba(22, 119, 255, 0.08);
  color: #0b4f8c;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.08);
}

.trial-field label.trial-product.is-checked .trial-product-check {
  border-color: #1677ff;
  background: #1677ff;
}

.trial-field label.trial-product.is-checked .trial-product-check::after {
  transform: rotate(45deg) scale(1);
}

.trial-msg {
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
}

.trial-msg.is-error {
  background: #fff1f0;
  color: #cf1322;
}

.trial-msg.is-ok {
  background: #f6ffed;
  color: #389e0d;
}

.trial-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.trial-btn {
  height: 36px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #1677ff 0%, #4096ff 100%);
}

.trial-btn:hover {
  filter: brightness(1.04);
}

.trial-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.trial-btn.secondary {
  color: var(--ws-text);
  background: #eef3f8;
}

.trial-btn.secondary:hover {
  filter: none;
  background: #e4ebf2;
}

body.trial-modal-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  .trial-modal-dialog {
    padding: 22px 16px 16px;
  }

  .trial-products {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .trial-field label.trial-product {
    padding: 9px 10px;
  }

  .trial-actions {
    flex-direction: column-reverse;
  }

  .trial-btn {
    width: 100%;
  }
}
