@font-face {
  font-family: "Material Symbols Outlined";
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #f8fafc;
  color: #191c1e;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.nav-active {
  border-bottom: 2px solid #006d37;
  color: #006d37;
  padding-bottom: 4px;
}
.feature-card {
  border: 1px solid #e9ecef;
  transition-property: transform, box-shadow, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.feature-card:hover {
  border-color: #26ad60;
  box-shadow: 0 8px 24px rgb(11 28 48 / 0.06);
  transform: translateY(-2px);
}

.section-mist-blue {
  background:
    radial-gradient(circle at 14% 18%, rgb(38 173 96 / 0.08), transparent 24%),
    radial-gradient(
      circle at 86% 12%,
      rgb(120 169 214 / 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, #eef4fa 0%, #f7fbff 52%, #edf5f2 100%);
}

.section-mist-green {
  background:
    radial-gradient(circle at 16% 20%, rgb(38 173 96 / 0.1), transparent 26%),
    radial-gradient(
      circle at 84% 72%,
      rgb(126 251 165 / 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #f7fcf9 0%, #eef8f2 54%, #f9fbff 100%);
}

.step-line::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 48px;
  width: calc(100% - 48px);
  height: 2px;
  background: #e2e8f0;
  z-index: -1;
}
@media (max-width: 768px) {
  .step-line::after {
    display: none;
  }
}

.process-timeline {
  position: relative;
}

.process-timeline::before {
  display: none;
}

.process-step {
  position: relative;
  z-index: 10;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.5rem 1rem;
  text-align: center;
  box-shadow: 0 8px 24px rgb(11 28 48 / 0.04);
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -1.6rem;
  z-index: 20;
  color: #26ad60;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .process-step:not(:last-child)::after {
    display: none;
  }
}

.product-hero-bg {
  background-image: url("./banner.jpg");
  background-position: center 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0b1320;
  box-shadow: inset 0 -2px 0 rgb(7 18 31 / 0.92);
}

.product-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(7 18 31 / 0.26), rgb(7 18 31 / 0.38)),
    radial-gradient(circle at 18% 24%, rgb(38 173 96 / 0.06), transparent 24%),
    radial-gradient(circle at 82% 28%, rgb(243 155 53 / 0.05), transparent 18%),
    linear-gradient(rgb(255 255 255 / 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.012) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    auto,
    40px 40px,
    40px 40px;
  pointer-events: none;
}

.product-hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(180deg, rgb(7 18 31 / 0), rgb(7 18 31 / 0.16));
  pointer-events: none;
}

.hero-banner-title {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: 16px;
  text-align: center;
}

.hero-banner-subtitle {
  min-height: 20px;
  margin-top: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.hero-search-form {
  width: 206px;
  height: 40px;
  border: 1px solid #3f4349;
  border-radius: 25px;
  background: rgb(0 0 0 / 0.6);
  overflow: hidden;
}

.hero-search-form input[name="s"] {
  width: 163px;
  height: 40px;
  padding-left: 10px;
  border: none;
  border-right: 1px solid #2d2f30;
  background: none;
  color: #818588;
  float: left;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  text-indent: 10px;
}

.hero-search-form input[name="s"]::placeholder {
  color: #818588;
  opacity: 1;
}

.hero-search-form button {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  float: left;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* ===== 覆盖 common.css 的 hero-top-other / other-site 样式 ===== */

/* 1. hero-top-other：覆盖 float 布局，适配 flex 容器 */
.hero-top-other {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding-bottom: 20px;
}

/* 2. other-site：覆盖固定宽度和 float */
.hero-top-other .other-site {
  width: auto !important;
  float: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  line-height: 1.6;
  margin-top: 10px;
}

/* 3. "当前位置：" 文字 */
.hero-top-other .other-site > p {
  display: inline !important;
  width: auto !important;
  color: rgb(255 255 255 / 0.55);
  font-size: 13px;
  margin: 0;
  margin-right: 4px;
}

/* 4. 面包屑链接 */
.hero-top-other .other-site a {
  display: inline !important;
  width: auto !important;
  color: rgb(255 255 255 / 0.75);
  font-size: 13px;
  text-decoration: none;
  transition: color 150ms;
  white-space: nowrap;
}

.hero-top-other .other-site a:hover {
  color: #fff;
  text-decoration: underline;
}

/* 5. 分隔符 ">" */
.hero-top-other .other-site .bc-sep {
  display: inline;
  width: 20px;
  text-align: center;
  color: rgb(255 255 255 / 0.35);
  font-size: 12px;
  user-select: none;
}

/* 6. 面包屑最后一项（当前页面） */
.hero-top-other .other-site .bc-current {
  display: inline;
  width: auto !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.geo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  text-align: left;
  font-weight: 700;
}

.faq-question:hover {
  background: #eff4ff;
}

.faq-answer {
  border-top: 1px solid #e9ecef;
  background: #fff;
  padding: 1.25rem;
  color: #0b1c30;
}

.faq-chevron {
  transition: transform 150ms;
}

.faq-tab {
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: #0b1c30;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition:
    color 150ms,
    border-color 150ms,
    background-color 150ms;
}

.faq-tab:hover {
  border-color: #26ad60;
  color: #26ad60;
}

.faq-tab-active {
  border-color: #26ad60;
  background: #eff4ff;
  color: #26ad60;
}

.faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  border: 1px solid #e9ecef;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: #26ad60;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition:
    border-color 150ms,
    background-color 150ms;
}

.faq-more-link:hover {
  border-color: #26ad60;
  background: #eff4ff;
}

.message-preview {
  max-width: 28rem;
  margin: 0 auto 4rem;
  border: 1px solid #e9ecef;
  border-radius: 2rem;
  background: #f4f7fb;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 18px 45px rgb(11 28 48 / 0.12);
}

.flow-card {
  position: relative;
  z-index: 10;
  width: 12rem;
  border: 2px solid #26ad60;
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.flow-card-muted {
  border-color: #6d7a6e;
}

.flow-card-active {
  background: #26ad60;
  color: #fff;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.related-product-card {
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  background: #fff;
  padding: 2rem;
  transition:
    border-color 150ms,
    box-shadow 150ms;
}

.related-product-card:hover {
  border-color: #26ad60;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.solution-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.85rem;
  border: 1px solid #e9ecef;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgb(11 28 48 / 0.05);
}

.solution-card h3 {
  margin: 0;
  color: #0b1c30;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.solution-card p {
  margin: 0;
  color: #3d4a3f;
  font-size: 15px;
  line-height: 1.75;
}

.solution-card a {
  margin-top: auto;
  color: #26ad60;
  font-size: 15px;
  font-weight: 700;
}

.solution-card-emphasis {
  border-color: #26ad60;
  box-shadow: 0 16px 40px rgb(38 173 96 / 0.12);
}

.solution-card-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 9999px;
  background: rgb(38 173 96 / 0.1);
  padding: 0.35rem 0.8rem;
  color: #26ad60;
  font-size: 13px;
  font-weight: 700;
}

.solution-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.solution-chip-group span {
  border-radius: 9999px;
  background: #eff4ff;
  padding: 0.35rem 0.7rem;
  color: #0b1c30;
  font-size: 13px;
  font-weight: 600;
}

.scenario-link-card {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d8e9dd;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.84);
  padding: 1.15rem 1.25rem;
  color: #0b1c30;
  box-shadow: 0 8px 28px rgb(11 28 48 / 0.04);
  transition:
    transform 150ms,
    border-color 150ms,
    box-shadow 150ms;
}

.scenario-link-card span {
  color: #3d4a3f;
  font-size: 14px;
  line-height: 1.6;
}

.scenario-link-card strong {
  margin-top: 0.6rem;
  color: #0b1c30;
  font-size: 18px;
  line-height: 1.45;
}

.scenario-link-card:hover {
  transform: translateY(-2px);
  border-color: #26ad60;
  box-shadow: 0 14px 34px rgb(38 173 96 / 0.12);
}

.cta-button-light {
  border-radius: 9999px;
  background: #fff;
  padding: 1rem 2.5rem;
  color: #26ad60;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  transition: transform 150ms;
}

.cta-button-light:hover {
  transform: scale(1.05);
}

.cta-button-outline {
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: 9999px;
  padding: 1rem 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition:
    color 150ms,
    background-color 150ms;
}

.cta-button-outline:hover {
  background: #fff;
  color: #26ad60;
}

.summary-card {
  border-radius: 0.75rem;
  background: #eff4ff;
  padding: 1.25rem;
}

.card-icon-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.summary-text {
  color: #3d4a3f;
  font-size: 14px;
  line-height: 1.625;
}

.section-cta {
  border-radius: 9999px;
  background: #26ad60;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition: background-color 150ms;
}

.section-cta:hover {
  background: #1c9e55;
}

.section-pill {
  border-radius: 9999px;
  background: #eff4ff;
  padding: 0.5rem 1rem;
  color: #0b1c30;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition:
    color 150ms,
    background-color 150ms;
}

.section-pill:hover {
  background: #26ad60;
  color: #fff;
}

.scenario-feature-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #fff;
}

.scenario-tag {
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: 700;
}

.overview-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgb(38 173 96 / 0.1);
  padding: 0.5rem 1rem;
  color: #26ad60;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.scenario-tag.policy,
.scenario-tag.appointment {
  background: #ffe3b8;
  color: #4d2800;
}

.scenario-tag.emergency {
  background: #ffdad6;
  color: #410002;
}

.scenario-tag.neutral {
  background: #e0e3e6;
  color: #191c1e;
}

.scenario-tag.progress {
  background: #7efba5;
  color: #00391a;
}

.related-product-label {
  display: inline-flex;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgb(38 173 96 / 0.1);
  padding: 0.25rem 0.75rem;
  color: #26ad60;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.sms-example {
  border-radius: 0.5rem;
  background: #eceef0;
  padding: 0.75rem;
  color: #8c4f00;
  font-size: 14px;
  font-style: italic;
}

.capability-icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  border-radius: 9999px;
  background: rgb(38 173 96 / 0.1);
  color: #26ad60;
}

.process-number {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  background: #26ad60;
  color: #fff;
  font-weight: 700;
}

.case-card {
  display: flex;
  gap: 1.5rem;
  border: 1px solid #bccabc;
  border-radius: 1rem;
  background: #f7f9fb;
  padding: 2rem;
}

.case-icon {
  display: flex;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #bccabc;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem;
}

.mini-tag {
  border-radius: 0.25rem;
  background: #eff4ff;
  padding: 0.125rem 0.5rem;
  color: #0b1c30;
  font-size: 12px;
}
