:root {
  --ms-ink: #102a35;
  --ms-muted: #60717a;
  --ms-line: #dce7e9;
  --ms-bg: #f3f7f7;
  --ms-surface: #ffffff;
  --ms-primary: #087f83;
  --ms-primary-dark: #075e64;
  --ms-accent: #f3a712;
  --ms-navy: #0d2f3d;
  --ms-radius: 22px;
  --ms-radius-sm: 14px;
  --ms-shadow: 0 20px 50px rgba(22, 62, 70, 0.1);
  --ms-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.ms-site {
  min-width: 0;
  margin: 0;
  color: var(--ms-ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(8, 127, 131, 0.08), transparent 26rem),
    var(--ms-bg);
  font-family: "HarmonyOS Sans SC", "MiSans", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

.ms-site img {
  display: block;
  max-width: 100%;
}

.ms-site a {
  color: inherit;
  text-decoration: none;
}

.ms-site button,
.ms-site a {
  -webkit-tap-highlight-color: transparent;
}

.ms-site a:focus-visible,
.ms-site button:focus-visible {
  outline: 3px solid rgba(243, 167, 18, 0.65);
  outline-offset: 3px;
}

.ms-container {
  width: min(var(--ms-width), calc(100% - 48px));
  margin-inline: auto;
}

.ms-topbar {
  position: relative;
  z-index: 20;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.78);
  background: #082b36;
  font-size: 13px;
}

.ms-topbar .ms-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 24px;
}

.ms-topbar a {
  color: #ffffff;
  font-weight: 700;
}

.ms-nav {
  position: sticky;
  top: 0;
  z-index: 18;
  border-bottom: 1px solid rgba(15, 61, 71, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(16, 51, 60, 0.05);
  backdrop-filter: blur(16px);
}

.ms-nav .ms-container {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 42px;
}

.ms-brand {
  flex: 0 0 auto;
  width: 202px;
}

.ms-brand img {
  width: 202px;
  height: auto;
}

.ms-navlinks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  flex: 0 1 clamp(456px, 36vw, 520px);
  gap: 0;
  width: clamp(456px, 36vw, 520px);
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.ms-navlinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  border-radius: 12px;
  color: #26444d;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.ms-navlinks a:hover,
.ms-navlinks a[aria-current="page"] {
  color: var(--ms-primary-dark);
  background: #e8f4f3;
}

.ms-navlinks .ms-nav-contact {
  margin-left: 0;
  color: #ffffff;
  background: var(--ms-primary);
}

.ms-navlinks .ms-nav-contact:hover {
  color: #ffffff;
  background: var(--ms-primary-dark);
}

.ms-hero {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 45%, rgba(38, 196, 184, 0.24), transparent 24rem),
    linear-gradient(120deg, #082a36 0%, #0b4652 54%, #087f83 130%);
}

.ms-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.ms-hero::after {
  position: absolute;
  right: -140px;
  bottom: -260px;
  z-index: -1;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, 0.035),
    0 0 0 108px rgba(255, 255, 255, 0.025);
  content: "";
}

.ms-hero .ms-container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  min-height: 540px;
  gap: 76px;
  padding-block: 76px;
}

.ms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #9ae5df;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ms-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ms-accent);
  box-shadow: 0 0 0 6px rgba(243, 167, 18, 0.12);
  content: "";
}

.ms-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.ms-hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(235, 250, 249, 0.79);
  font-size: 18px;
  line-height: 1.9;
}

.ms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ms-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ms-button:hover {
  transform: translateY(-2px);
}

.ms-button-primary {
  color: #092c35;
  background: #f4b942;
  box-shadow: 0 12px 28px rgba(243, 167, 18, 0.22);
}

.ms-button-primary:hover {
  background: #ffc95d;
}

.ms-button-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.ms-button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.13);
}

.ms-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  list-style: none;
}

.ms-hero-points li::before {
  margin-right: 7px;
  color: #66d5cd;
  content: "\2713";
}

.ms-console {
  position: relative;
  min-height: 340px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(4, 27, 35, 0.46);
  box-shadow: 0 36px 70px rgba(2, 22, 28, 0.34);
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
  backdrop-filter: blur(12px);
}

.ms-console-top {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding-inline: 5px;
}

.ms-console-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ms-console-body {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 270px;
  overflow: hidden;
  border-radius: 17px;
  background: #f8fbfb;
}

.ms-console-side {
  padding: 20px 14px;
  background: #0c4b55;
}

.ms-console-side span {
  display: block;
  height: 7px;
  margin-bottom: 17px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.24);
}

.ms-console-side span:first-child {
  background: #70d7cf;
}

.ms-console-main {
  padding: 24px;
}

.ms-console-line {
  width: 54%;
  height: 11px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #d7e5e7;
}

.ms-console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ms-console-card {
  min-height: 82px;
  padding: 15px;
  border: 1px solid #e1ebec;
  border-radius: 13px;
  background: #ffffff;
}

.ms-console-card strong {
  display: block;
  margin-bottom: 8px;
  color: #154550;
  font-size: 18px;
}

.ms-console-card span {
  display: block;
  width: 76%;
  height: 7px;
  border-radius: 10px;
  background: #e6eeee;
}

.ms-section {
  padding-block: 92px;
}

.ms-section-alt {
  background: #eaf2f2;
}

.ms-section-dark {
  color: #ffffff;
  background: var(--ms-navy);
}

.ms-section-head {
  max-width: 730px;
  margin-bottom: 42px;
}

.ms-section-head.ms-center {
  margin-inline: auto;
  text-align: center;
}

.ms-kicker {
  margin: 0 0 10px;
  color: var(--ms-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.ms-section-dark .ms-kicker {
  color: #73ddd5;
}

.ms-section h2,
.ms-info-content h2 {
  margin: 0;
  color: var(--ms-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.ms-section-dark h2 {
  color: #ffffff;
}

.ms-section-intro {
  margin: 15px 0 0;
  color: var(--ms-muted);
  font-size: 17px;
}

.ms-section-dark .ms-section-intro {
  color: rgba(255, 255, 255, 0.68);
}

.ms-grid {
  display: grid;
  gap: 22px;
}

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

.ms-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--ms-line);
  border-radius: var(--ms-radius);
  background: var(--ms-surface);
  box-shadow: 0 10px 30px rgba(22, 62, 70, 0.045);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.ms-card:hover {
  border-color: rgba(8, 127, 131, 0.3);
  box-shadow: var(--ms-shadow);
  transform: translateY(-5px);
}

.ms-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 13px;
  color: var(--ms-primary-dark);
  background: #def0ef;
  font-size: 14px;
  font-weight: 900;
}

.ms-card h3 {
  margin: 0 0 12px;
  color: var(--ms-ink);
  font-size: 21px;
  line-height: 1.35;
}

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

.ms-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 23px;
  color: var(--ms-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.ms-card-link::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.ms-card:hover .ms-card-link::after {
  transform: translateX(4px);
}

.ms-stat-strip {
  position: relative;
  z-index: 2;
  margin-top: -35px;
}

.ms-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 74, 81, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--ms-shadow);
}

.ms-stat {
  padding: 24px 28px;
  border-right: 1px solid var(--ms-line);
}

.ms-stat:last-child {
  border-right: 0;
}

.ms-stat strong {
  display: block;
  color: var(--ms-primary-dark);
  font-size: 23px;
  line-height: 1.2;
}

.ms-stat span {
  display: block;
  margin-top: 7px;
  color: var(--ms-muted);
  font-size: 13px;
}

.ms-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 70px;
}

.ms-checklist {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ms-checklist li {
  position: relative;
  padding-left: 34px;
  color: #38545c;
}

.ms-checklist li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: var(--ms-primary-dark);
  background: #dcefed;
  font-size: 12px;
  font-weight: 900;
  content: "\2713";
}

.ms-visual-card {
  padding: 16px;
  border: 1px solid var(--ms-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--ms-shadow);
}

.ms-visual-card img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.ms-workspace {
  overflow: hidden;
  border: 1px solid var(--ms-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--ms-shadow);
}

.ms-workspace-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 48px;
  padding-inline: 20px;
  border-bottom: 1px solid var(--ms-line);
  background: #f8fbfb;
}

.ms-workspace-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7d7d9;
}

.ms-workspace-bar i:first-child {
  background: #f3a712;
}

.ms-workspace-body {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 330px;
}

.ms-workspace-menu {
  padding: 26px 17px;
  background: #0d4651;
}

.ms-workspace-menu span {
  display: block;
  height: 8px;
  margin-bottom: 19px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.ms-workspace-menu span:first-child {
  width: 72%;
  background: #7cdbd4;
}

.ms-workspace-main {
  padding: 30px;
}

.ms-workspace-title {
  width: 45%;
  height: 12px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: #d8e7e8;
}

.ms-workspace-list {
  display: grid;
  gap: 13px;
}

.ms-workspace-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 55px;
  padding: 12px 15px;
  border: 1px solid #e2ebec;
  border-radius: 12px;
}

.ms-workspace-row strong {
  color: #244a54;
  font-size: 14px;
}

.ms-workspace-row span {
  padding: 4px 9px;
  border-radius: 999px;
  color: #087075;
  background: #def1ef;
  font-size: 11px;
  font-weight: 800;
}

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

.ms-shot {
  overflow: hidden;
  border: 1px solid var(--ms-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(22, 62, 70, 0.06);
}

.ms-shot img {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  object-position: top;
  transition: transform 300ms ease;
}

.ms-shot:hover img {
  transform: scale(1.025);
}

.ms-shot figcaption {
  padding: 15px 18px 17px;
  color: #3f5960;
  font-size: 14px;
  font-weight: 700;
}

.ms-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: ms-step;
}

.ms-process-item {
  position: relative;
  min-width: 0;
  padding: 0 27px;
  counter-increment: ms-step;
}

.ms-process-item::before {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #8fe2dc;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  content: counter(ms-step, decimal-leading-zero);
}

.ms-process-item:not(:last-child)::after {
  position: absolute;
  top: 23px;
  right: -14px;
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.ms-process-item h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
}

.ms-process-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.ms-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
  padding: 20px 22px;
  border: 1px solid #d8e7e6;
  border-radius: var(--ms-radius-sm);
  color: #496168;
  background: #eef6f5;
  font-size: 14px;
}

.ms-note::before {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ms-primary);
  font-size: 13px;
  font-weight: 900;
  content: "i";
}

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

.ms-faq details {
  padding: 20px 22px;
  border: 1px solid var(--ms-line);
  border-radius: var(--ms-radius-sm);
  background: #ffffff;
}

.ms-faq summary {
  position: relative;
  padding-right: 28px;
  color: var(--ms-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.ms-faq summary::-webkit-details-marker {
  display: none;
}

.ms-faq summary::after {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--ms-primary);
  content: "+";
}

.ms-faq details[open] summary::after {
  content: "-";
}

.ms-faq details p {
  margin: 12px 0 0;
  color: var(--ms-muted);
  font-size: 14px;
}

.ms-cta {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  color: #ffffff;
  background: linear-gradient(120deg, #075e64, #0b8890);
  box-shadow: 0 28px 60px rgba(5, 75, 81, 0.2);
}

.ms-cta::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 340px;
  height: 340px;
  border: 48px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.ms-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 52px 58px;
}

.ms-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
}

.ms-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ms-footer {
  margin-top: 92px;
  color: rgba(255, 255, 255, 0.64);
  background: #071f28;
}

.ms-footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
  gap: 54px;
  padding-block: 58px;
}

.ms-footer-brand img {
  width: 190px;
  filter: brightness(0) invert(1);
}

.ms-footer-brand p {
  max-width: 360px;
  margin: 18px 0 0;
  font-size: 14px;
}

.ms-footer h2 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 15px;
}

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

.ms-footer-links li + li {
  margin-top: 9px;
}

.ms-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.ms-footer-links a:hover {
  color: #ffffff;
}

.ms-footer-bottom {
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
}

.ms-subhero {
  padding-block: 88px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 34%, rgba(54, 209, 197, 0.23), transparent 22rem),
    linear-gradient(120deg, #082a36, #0a5961);
}

.ms-subhero .ms-container {
  max-width: 880px;
  text-align: center;
}

.ms-subhero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.2;
}

.ms-subhero p {
  max-width: 720px;
  margin: 19px auto 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 17px;
}

.ms-tabs {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: min(720px, calc(100% - 48px));
  margin: -27px auto 0;
  padding: 7px;
  border: 1px solid var(--ms-line);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: var(--ms-shadow);
}

.ms-tabs a {
  flex: 1;
  padding: 12px 20px;
  border-radius: 11px;
  color: var(--ms-muted);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.ms-tabs a:hover,
.ms-tabs a[aria-current="page"] {
  color: var(--ms-primary-dark);
  background: #e9f4f3;
}

.ms-info-content {
  max-width: 860px;
  margin-inline: auto;
}

.ms-info-content > p {
  margin: 0;
  color: #4b636b;
  font-size: 17px;
  line-height: 2;
}

.ms-info-content > p + p {
  margin-top: 16px;
}

.ms-values {
  margin-top: 42px;
}

.ms-role-list {
  display: grid;
  gap: 18px;
}

.ms-role {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 28px;
  border: 1px solid var(--ms-line);
  border-radius: 18px;
  background: #ffffff;
}

.ms-role h2 {
  font-size: 20px;
}

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

.ms-role span {
  color: var(--ms-primary-dark);
  font-size: 13px;
  font-weight: 800;
}

.ms-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ms-service {
  padding: 30px;
  border: 1px solid var(--ms-line);
  border-radius: 20px;
  background: #ffffff;
}

.ms-service strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ms-ink);
  font-size: 19px;
}

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

.ms-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ms-product-card .ms-product-tag {
  align-self: flex-start;
  margin-bottom: 23px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ms-primary-dark);
  background: #def0ef;
  font-size: 12px;
  font-weight: 900;
}

.ms-product-card h2 {
  font-size: 26px;
}

.ms-product-card > p {
  flex: 1;
  margin: 13px 0 0;
  color: var(--ms-muted);
}

.ms-product-features {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--ms-line);
  list-style: none;
}

.ms-product-features li {
  color: #49636a;
  font-size: 14px;
}

.ms-product-features li::before {
  margin-right: 8px;
  color: var(--ms-primary);
  content: "\2713";
}

.ms-product-card .ms-button {
  align-self: flex-start;
  margin-top: 26px;
  color: #ffffff;
  background: var(--ms-primary);
}

.ms-product-card .ms-button:hover {
  background: var(--ms-primary-dark);
}

@media (max-width: 980px) {
  .ms-nav .ms-container {
    gap: 24px;
  }

  .ms-brand,
  .ms-brand img {
    width: 172px;
  }

  .ms-navlinks a {
    padding-inline: 12px;
  }

  .ms-hero .ms-container {
    grid-template-columns: 1fr 0.8fr;
    gap: 36px;
  }

  .ms-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-footer-main {
    grid-template-columns: 1.25fr repeat(2, 0.75fr);
  }

  .ms-footer-main > :last-child {
    display: none;
  }
}

@media (max-width: 760px) {
  .ms-container {
    width: min(100% - 32px, var(--ms-width));
  }

  .ms-topbar .ms-container {
    justify-content: center;
    min-height: 34px;
    text-align: center;
  }

  .ms-topbar span {
    display: none;
  }

  .ms-nav {
    position: relative;
  }

  .ms-nav .ms-container {
    display: block;
    width: 100%;
    min-height: 0;
    padding-top: 12px;
  }

  .ms-brand {
    display: block;
    width: 166px;
    margin: 0 auto 10px;
  }

  .ms-brand img {
    width: 166px;
  }

  .ms-navlinks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    overflow: visible;
    padding: 0 12px 11px;
  }

  .ms-navlinks::-webkit-scrollbar {
    display: none;
  }

  .ms-navlinks a {
    justify-content: center;
    min-height: 36px;
    padding-inline: 4px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .ms-navlinks .ms-nav-contact {
    display: flex;
  }

  .ms-hero {
    min-height: 0;
  }

  .ms-hero .ms-container {
    display: block;
    min-height: 0;
    padding-block: 64px 52px;
  }

  .ms-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ms-hero-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .ms-console {
    min-height: 0;
    margin-top: 42px;
    transform: none;
  }

  .ms-workspace-body {
    grid-template-columns: 72px 1fr;
    min-height: 260px;
  }

  .ms-workspace-menu {
    padding: 22px 12px;
  }

  .ms-workspace-main {
    padding: 20px 16px;
  }

  .ms-workspace-row {
    min-height: 48px;
    padding: 9px 10px;
  }

  .ms-console-body {
    grid-template-columns: 62px 1fr;
    min-height: 220px;
  }

  .ms-console-main {
    padding: 18px;
  }

  .ms-console-card {
    min-height: 68px;
    padding: 11px;
  }

  .ms-stat-strip {
    margin-top: 0;
    padding-top: 16px;
  }

  .ms-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ms-stat {
    padding: 19px;
  }

  .ms-stat:nth-child(2) {
    border-right: 0;
  }

  .ms-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ms-line);
  }

  .ms-section {
    padding-block: 66px;
  }

  .ms-section-head {
    margin-bottom: 30px;
  }

  .ms-grid-3,
  .ms-grid-4,
  .ms-gallery,
  .ms-faq,
  .ms-service-list {
    grid-template-columns: 1fr;
  }

  .ms-card {
    padding: 24px;
  }

  .ms-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ms-process {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ms-process-item {
    padding: 0 0 0 66px;
  }

  .ms-process-item::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .ms-process-item:not(:last-child)::after {
    top: 50px;
    right: auto;
    bottom: -20px;
    left: 23px;
    width: 1px;
    height: auto;
  }

  .ms-cta-inner {
    display: block;
    padding: 36px 28px;
  }

  .ms-cta .ms-actions {
    margin-top: 24px;
  }

  .ms-footer {
    margin-top: 66px;
  }

  .ms-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 26px;
    padding-block: 44px;
  }

  .ms-footer-brand {
    grid-column: 1 / -1;
  }

  .ms-subhero {
    padding-block: 64px 72px;
  }

  .ms-tabs {
    width: calc(100% - 32px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .ms-tabs a {
    flex: 0 0 auto;
    min-width: 104px;
    padding-inline: 16px;
  }

  .ms-role {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .ms-actions .ms-button {
    width: 100%;
  }

  .ms-footer-main {
    grid-template-columns: 1fr;
  }

  .ms-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.ms-feature-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 34px;
}

.ms-feature-nav a {
  padding: 9px 14px;
  border: 1px solid var(--ms-line);
  border-radius: 999px;
  color: #34565e;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ms-feature-nav a:hover,
.ms-feature-nav a:focus-visible {
  border-color: rgba(8, 127, 131, 0.35);
  color: var(--ms-primary-dark);
  background: #e8f5f4;
}

.ms-guide-list {
  display: grid;
  gap: 28px;
}

.ms-guide-row {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--ms-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(22, 62, 70, 0.06);
  scroll-margin-top: 90px;
}

.ms-guide-row:nth-child(even) .ms-guide-copy {
  order: 2;
}

.ms-guide-row:nth-child(even) .ms-guide-media {
  order: 1;
}

.ms-guide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.ms-guide-number {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 29px;
  margin-bottom: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ms-primary-dark);
  background: #def0ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ms-guide-copy h3 {
  margin: 0;
  color: var(--ms-ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ms-guide-copy > p {
  margin: 15px 0 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.85;
}

.ms-guide-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ms-guide-points li {
  position: relative;
  padding-left: 23px;
  color: #38545c;
  font-size: 14px;
  line-height: 1.65;
}

.ms-guide-points li::before {
  position: absolute;
  top: 9px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ms-primary);
  box-shadow: 0 0 0 5px #e1f2f0;
  content: "";
}

.ms-guide-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  min-width: 0;
  padding: 18px;
  background: linear-gradient(145deg, #e7f0f0 0%, #f5f8f8 100%);
}

.ms-guide-shot-link {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(27, 80, 87, 0.12);
  border-radius: 15px;
  color: #35545b;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(22, 62, 70, 0.07);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.ms-guide-shot-link:hover,
.ms-guide-shot-link:focus-visible {
  border-color: rgba(8, 127, 131, 0.38);
  box-shadow: 0 13px 30px rgba(22, 62, 70, 0.12);
  transform: translateY(-3px);
}

.ms-guide-shot-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 7px;
  object-fit: contain;
  object-position: center;
  background: #f4f6f7;
}

.ms-guide-shot-link span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 53px;
  padding: 12px 14px;
  border-top: 1px solid var(--ms-line);
  font-size: 13px;
  font-weight: 800;
}

.ms-guide-shot-link span::after {
  flex: 0 0 auto;
  color: var(--ms-primary);
  content: "查看原图";
  font-size: 11px;
  font-weight: 900;
}

.ms-guide-dialog {
  width: min(94vw, 1380px);
  max-width: none;
  max-height: 94vh;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.ms-guide-dialog::backdrop {
  background: rgba(5, 17, 21, 0.9);
  backdrop-filter: blur(6px);
}

.ms-guide-dialog-shell {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 14px;
  min-height: 300px;
  padding: 54px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: #0a1e24;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.ms-guide-dialog figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.ms-guide-dialog img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: contain;
  background: #ffffff;
}

.ms-guide-dialog figcaption {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.ms-guide-dialog-close,
.ms-guide-dialog-nav {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.ms-guide-dialog-close:hover,
.ms-guide-dialog-close:focus-visible,
.ms-guide-dialog-nav:hover,
.ms-guide-dialog-nav:focus-visible {
  border-color: rgba(115, 221, 213, 0.75);
  background: rgba(115, 221, 213, 0.16);
}

.ms-guide-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.ms-guide-dialog-nav {
  width: 46px;
  height: 58px;
  border-radius: 14px;
  font-size: 28px;
}

@media (max-width: 760px) {
  .ms-feature-nav {
    flex-wrap: nowrap;
    margin-inline: -16px;
    padding: 0 16px 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ms-feature-nav::-webkit-scrollbar {
    display: none;
  }

  .ms-guide-row {
    grid-template-columns: 1fr;
    border-radius: 19px;
  }

  .ms-guide-row:nth-child(even) .ms-guide-copy,
  .ms-guide-row:nth-child(even) .ms-guide-media {
    order: initial;
  }

  .ms-guide-copy {
    padding: 27px 22px;
  }

  .ms-guide-media {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .ms-guide-shot-link img {
    aspect-ratio: 16 / 11;
  }

  body.mayiseo-product-page .ms-guide-shot-link img {
    height: 210px;
  }

  .ms-guide-dialog {
    width: 96vw;
    max-height: 96vh;
  }

  .ms-guide-dialog-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 7px;
    padding: 50px 8px 16px;
    border-radius: 16px;
  }

  .ms-guide-dialog-nav {
    width: 36px;
    height: 48px;
    border-radius: 11px;
    font-size: 23px;
  }

  .ms-guide-dialog img {
    max-height: 77vh;
  }
}

/* Product detail page: reuse the homepage blue visual system and compact geometry. */
body.mayiseo-product-page {
  --ms-ink: #1e2c3f;
  --ms-muted: #627087;
  --ms-line: #e2eaf4;
  --ms-bg: #ffffff;
  --ms-surface: #ffffff;
  --ms-primary: #318df4;
  --ms-primary-dark: #176fcf;
  --ms-accent: #f4b942;
  --ms-navy: #1d6fca;
  --ms-radius: 8px;
  --ms-radius-sm: 6px;
  --ms-shadow: 0 16px 42px rgba(36, 92, 153, 0.1);
  color: var(--ms-ink);
  background: #ffffff;
}

body.mayiseo-product-page main {
  padding-top: 90px;
}

body.mayiseo-product-page .ms-hero {
  min-height: 510px;
  background:
    linear-gradient(90deg, rgba(25, 111, 207, 0.96) 0%, rgba(42, 137, 235, 0.9) 52%, rgba(62, 151, 241, 0.78) 100%),
    url("/templets/mayi/theme/default/style/new/img/banner/bg9.png") center top / cover no-repeat;
}

body.mayiseo-product-page .ms-hero::before,
body.mayiseo-product-page .ms-hero::after {
  display: none;
}

body.mayiseo-product-page .ms-hero .ms-container {
  min-height: 510px;
  gap: 66px;
  padding-block: 66px;
}

body.mayiseo-product-page .ms-eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

body.mayiseo-product-page .ms-eyebrow::before {
  background: #ffd45e;
  box-shadow: 0 0 0 6px rgba(255, 212, 94, 0.18);
}

body.mayiseo-product-page .ms-hero-copy {
  color: rgba(255, 255, 255, 0.82);
}

body.mayiseo-product-page .ms-hero-points {
  color: rgba(255, 255, 255, 0.8);
}

body.mayiseo-product-page .ms-hero-points li::before {
  color: #d9efff;
}

body.mayiseo-product-page .ms-button {
  min-height: 46px;
  border-radius: 4px;
}

body.mayiseo-product-page .ms-button-primary {
  color: #176fcf;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 77, 143, 0.2);
}

body.mayiseo-product-page .ms-button-primary:hover {
  color: #176fcf;
  background: #f2f8ff;
}

body.mayiseo-product-page .ms-console {
  min-height: 330px;
  border-radius: 8px;
  background: rgba(16, 72, 136, 0.45);
  box-shadow: 0 28px 64px rgba(19, 74, 137, 0.28);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

body.mayiseo-product-page .ms-console-body,
body.mayiseo-product-page .ms-console-card {
  border-radius: 6px;
}

body.mayiseo-product-page .ms-console-side {
  background: #216fbe;
}

body.mayiseo-product-page .ms-console-side span:first-child {
  background: #9dd3ff;
}

body.mayiseo-product-page .ms-console-card strong {
  color: #285a8d;
}

body.mayiseo-product-page .ms-stat-strip {
  margin-top: -30px;
}

body.mayiseo-product-page .ms-stat-grid {
  border-color: rgba(49, 141, 244, 0.12);
  border-radius: 7px;
  box-shadow: 0 15px 38px rgba(36, 92, 153, 0.1);
}

body.mayiseo-product-page .ms-section {
  padding-block: 78px;
}

body.mayiseo-product-page .ms-section-alt {
  background: #f4f8fc;
}

body.mayiseo-product-page .ms-section-dark {
  background: linear-gradient(120deg, #246fbd 0%, #318df4 100%);
}

body.mayiseo-product-page .ms-section-dark .ms-kicker {
  color: #d8edff;
}

body.mayiseo-product-page .ms-card {
  padding: 27px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(36, 92, 153, 0.05);
}

body.mayiseo-product-page .ms-card:hover {
  border-color: rgba(49, 141, 244, 0.32);
  box-shadow: var(--ms-shadow);
}

body.mayiseo-product-page .ms-card-index,
body.mayiseo-product-page .ms-guide-number {
  border-radius: 5px;
  color: #176fcf;
  background: #eaf4ff;
}

body.mayiseo-product-page .ms-checklist li {
  color: #42536a;
}

body.mayiseo-product-page .ms-checklist li::before {
  border-radius: 5px;
  color: #176fcf;
  background: #e6f2ff;
}

body.mayiseo-product-page .ms-split {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

body.mayiseo-product-page .ms-visual-card {
  width: 100%;
  box-sizing: border-box;
  background: #f7faff;
}

body.mayiseo-product-page .ms-visual-card img {
  display: block;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

body.mayiseo-product-page .ms-visual-card {
  border-radius: 8px;
}

body.mayiseo-product-page .ms-visual-card img {
  border-radius: 5px;
}

body.mayiseo-product-page #feature-guide {
  scroll-margin-top: 20px;
  background: #ffffff;
}

body.mayiseo-product-page .ms-feature-nav a {
  border-radius: 4px;
  color: #42536a;
}

body.mayiseo-product-page .ms-feature-nav a:hover,
body.mayiseo-product-page .ms-feature-nav a:focus-visible {
  border-color: rgba(49, 141, 244, 0.38);
  color: #176fcf;
  background: #edf6ff;
}

body.mayiseo-product-page .ms-guide-row {
  grid-template-columns: minmax(0, 1fr);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(36, 92, 153, 0.06);
}

body.mayiseo-product-page .ms-guide-row:nth-child(even) .ms-guide-copy,
body.mayiseo-product-page .ms-guide-row:nth-child(even) .ms-guide-media {
  order: initial;
}

body.mayiseo-product-page .ms-guide-copy {
  justify-content: flex-start;
  padding: 32px 36px 28px;
  border-bottom: 1px solid var(--ms-line);
}

body.mayiseo-product-page .ms-guide-copy code {
  padding: 2px 6px;
  border-radius: 4px;
  color: #235f9f;
  background: #edf6ff;
  font-size: 0.92em;
}

body.mayiseo-product-page .ms-guide-points li {
  color: #42536a;
}

body.mayiseo-product-page .ms-guide-points li::before {
  background: #318df4;
  box-shadow: 0 0 0 5px #e7f3ff;
}

body.mayiseo-product-page .ms-guide-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  padding: 20px;
  background: linear-gradient(145deg, #eaf3fc 0%, #f6f9fd 100%);
}

body.mayiseo-product-page .ms-guide-media-three .ms-guide-shot-link:last-child {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  justify-self: center;
}

body.mayiseo-product-page .ms-guide-media-wide {
  grid-template-columns: minmax(0, 1fr);
}

body.mayiseo-product-page .ms-guide-shot-link {
  border-color: rgba(49, 111, 176, 0.14);
  border-radius: 6px;
  color: #42536a;
  box-shadow: 0 7px 22px rgba(36, 92, 153, 0.07);
}

body.mayiseo-product-page .ms-guide-shot-link:hover,
body.mayiseo-product-page .ms-guide-shot-link:focus-visible {
  border-color: rgba(49, 141, 244, 0.42);
  box-shadow: 0 12px 28px rgba(36, 92, 153, 0.12);
}

body.mayiseo-product-page .ms-guide-shot-link img {
  display: block;
  width: 100%;
  height: 238px;
  aspect-ratio: auto;
  box-sizing: border-box;
  padding: 7px;
  object-fit: contain;
  object-position: center;
  background: #f4f7fa;
}

body.mayiseo-product-page .ms-card-restricted p {
  min-height: 0;
}

body.mayiseo-product-page .ms-card-restricted p:empty {
  display: none;
}

body.mayiseo-product-page .ms-feature-collapse {
  margin-top: 24px;
  border: 1px solid rgba(49, 111, 176, 0.16);
  border-radius: 8px;
  background: #f7faff;
}

body.mayiseo-product-page .ms-feature-collapse summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px 17px 48px;
  color: #176fcf;
  font-weight: 800;
  cursor: pointer;
  list-style-position: inside;
}

body.mayiseo-product-page .ms-feature-collapse summary::before {
  position: absolute;
  left: 20px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #176fd6;
  content: "+";
  font-size: 17px;
  line-height: 1;
}

body.mayiseo-product-page .ms-feature-collapse summary::after {
  padding: 5px 10px;
  border: 1px solid rgba(23, 111, 214, 0.24);
  border-radius: 999px;
  color: #176fd6;
  background: #ffffff;
  content: "点击展开";
  font-size: 12px;
  white-space: nowrap;
}

body.mayiseo-product-page .ms-feature-collapse[open] summary::before {
  content: "−";
}

body.mayiseo-product-page .ms-feature-collapse[open] summary::after {
  content: "点击收起";
}

body.mayiseo-product-page .ms-feature-collapse[open] summary {
  border-bottom: 1px solid rgba(49, 111, 176, 0.12);
}

body.mayiseo-product-page .ms-feature-collapse .ms-grid {
  padding: 20px;
}

body.mayiseo-product-page .ms-process-item,
body.mayiseo-product-page .ms-faq details,
body.mayiseo-product-page .ms-note {
  border-radius: 7px;
}

body.mayiseo-product-page .ms-cta {
  border-radius: 8px;
  background: linear-gradient(120deg, #216fbe, #318df4);
}

@media screen and (max-width: 1199px), screen and (max-device-width: 1199px) {
  body.mayiseo-product-page main {
    padding-top: 0;
  }

  body.mayiseo-product-page .ms-hero,
  body.mayiseo-product-page .ms-hero .ms-container {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  body.mayiseo-product-page .ms-section {
    padding-block: 58px;
  }

  body.mayiseo-product-page .ms-guide-row,
  body.mayiseo-product-page .ms-stat-grid {
    border-radius: 6px;
  }

  body.mayiseo-product-page .ms-guide-copy {
    padding: 24px 20px 20px;
  }

  body.mayiseo-product-page .ms-guide-copy h3 {
    font-size: 25px;
  }

  body.mayiseo-product-page .ms-guide-media,
  body.mayiseo-product-page .ms-guide-media-three,
  body.mayiseo-product-page .ms-guide-media-wide {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  body.mayiseo-product-page .ms-guide-media-three .ms-guide-shot-link:last-child {
    grid-column: auto;
    width: 100%;
  }
}
