body.core-service-hub {
  background:
    linear-gradient(180deg, #0a1730 0 180px, #eef3f9 660px, #f8fbff 100%);
  color: #0f172a;
}

body.core-service-hub .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

body.core-service-hub .nav {
  background:
    radial-gradient(240px 120px at 10% 0%, rgba(249, 115, 22, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 245, 236, 0.98) 0%, rgba(255, 236, 219, 0.96) 100%);
  border-bottom: 1px solid rgba(190, 132, 93, 0.22);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.core-service-hub .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

body.core-service-hub .logo {
  font-weight: 900;
  font-size: 22px;
  color: #0f172a;
  letter-spacing: -0.03em;
}

body.core-service-hub .logo span {
  color: #f97316;
}

body.core-service-hub .nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.core-service-hub .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

body.core-service-hub .nav .btn {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

body.core-service-hub .nav .btn:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

body.core-service-hub .nav .btn.btn-primary,
body.core-service-hub .nav .nav-phone {
  background: #112444;
  color: #f8fafc;
  border-color: rgba(17, 36, 68, 0.88);
  box-shadow: 0 10px 24px rgba(17, 36, 68, 0.18);
}

body.core-service-hub .nav .btn.btn-primary:hover,
body.core-service-hub .nav .nav-phone:hover {
  filter: brightness(1.04);
  color: #fff;
}

body.core-service-hub .lang-dd {
  position: relative;
}

body.core-service-hub .lang-dd > summary {
  list-style: none;
  cursor: pointer;
}

body.core-service-hub .lang-dd > summary::-webkit-details-marker {
  display: none;
}

body.core-service-hub .lang-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  min-width: 240px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  z-index: 300;
}

body.core-service-hub .lang-panel a {
  display: block;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

body.core-service-hub .lang-panel a:hover {
  background: #fff7ed;
  color: #c2410c;
}

body.core-service-hub .lang-dd[open] > .lang-panel {
  display: block;
}

body.core-service-hub .hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(129, 165, 220, 0.22);
  background:
    radial-gradient(circle at 14% 16%, rgba(249, 115, 22, 0.22), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.16), transparent 28%),
    linear-gradient(135deg, #0a1730 0%, #0f2447 52%, #142f58 100%);
}

body.core-service-hub .hero::before,
body.core-service-hub .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.core-service-hub .hero::before {
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, 0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.72) 0 1.5px, transparent 3px),
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.68) 0 1.5px, transparent 3px),
    radial-gradient(circle at 55% 12%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 73% 24%, rgba(255, 255, 255, 0.66) 0 1.5px, transparent 3px),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.84) 0 1.5px, transparent 3px),
    radial-gradient(circle at 78% 46%, rgba(255, 255, 255, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 48%, rgba(255, 255, 255, 0.7) 0 1.5px, transparent 3px);
  opacity: 0.72;
}

body.core-service-hub .hero::after {
  background:
    linear-gradient(180deg, rgba(7, 15, 31, 0) 0%, rgba(7, 15, 31, 0.08) 100%),
    radial-gradient(680px 220px at 50% 0%, rgba(255, 255, 255, 0.06), transparent 70%);
}

body.core-service-hub .hero .wrap {
  position: relative;
  z-index: 1;
  padding: 66px 22px 56px;
  text-align: center;
}

body.core-service-hub .hero h1 {
  margin: 0 auto 14px;
  max-width: 980px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #fffaf5;
  text-shadow: 0 6px 24px rgba(7, 15, 31, 0.28);
}

body.core-service-hub .hero p {
  margin: 0 auto 24px;
  max-width: 860px;
  font-size: clamp(16px, 2vw, 20px);
  color: #d8e5f7;
}

body.core-service-hub .cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.core-service-hub .hero .cta .btn {
  min-height: 54px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 36px rgba(7, 15, 31, 0.18);
}

body.core-service-hub .hero .btn-accent {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  color: #fff7ed;
  border-color: rgba(249, 115, 22, 0.86);
}

body.core-service-hub .hero .btn-primary {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #f0fdf4;
  border-color: rgba(22, 163, 74, 0.82);
}

body.core-service-hub .hero .btn-accent:hover,
body.core-service-hub .hero .btn-primary:hover,
body.core-service-hub #quick #go:hover,
body.core-service-hub #quick #wa:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

body.core-service-hub .pill-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

body.core-service-hub .pill {
  background: rgba(12, 28, 54, 0.66);
  border: 1px solid rgba(157, 187, 232, 0.3);
  color: #edf4ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.core-service-hub main.wrap {
  padding: 42px 22px 64px;
}

body.core-service-hub .section {
  margin-bottom: 48px;
}

body.core-service-hub .section h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
}

body.core-service-hub .section h2::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.12);
  flex: 0 0 auto;
}

body.core-service-hub .section p,
body.core-service-hub .section li {
  color: #475569;
  line-height: 1.72;
}

body.core-service-hub .muted {
  color: #64748b;
}

body.core-service-hub .grid,
body.core-service-hub .pricing,
body.core-service-hub .snapshot-grid,
body.core-service-hub .links {
  gap: 18px;
  margin-top: 22px;
}

body.core-service-hub .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.core-service-hub .pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.core-service-hub .snapshot-grid,
body.core-service-hub .links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.core-service-hub .card,
body.core-service-hub .price-card,
body.core-service-hub main details,
body.core-service-hub #quick .quick {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.core-service-hub .card,
body.core-service-hub .price-card {
  padding: 20px;
}

body.core-service-hub .card:hover,
body.core-service-hub .price-card:hover,
body.core-service-hub main details:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow:
    0 22px 44px rgba(15, 23, 42, 0.1),
    0 4px 10px rgba(15, 23, 42, 0.04);
}

body.core-service-hub .card h3,
body.core-service-hub .price-card strong {
  color: #0f172a;
}

body.core-service-hub .price-card b {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  color: #c2410c;
  font-size: 12px;
  margin-bottom: 8px;
}

body.core-service-hub .price-card strong {
  display: block;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.core-service-hub .price-card span {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
}

body.core-service-hub .link-list a,
body.core-service-hub .card a:not(.btn),
body.core-service-hub .footer-seo-link,
body.core-service-hub .areas-hubs-link {
  color: #0f4c81;
  font-weight: 800;
}

body.core-service-hub .link-list a:hover,
body.core-service-hub .card a:not(.btn):hover {
  color: #c2410c;
}

body.core-service-hub main details {
  padding: 16px 18px;
}

body.core-service-hub main summary {
  cursor: pointer;
  font-weight: 900;
  color: #0f172a;
}

body.core-service-hub main summary::-webkit-details-marker {
  display: none;
}

body.core-service-hub .faq-a {
  margin-top: 10px;
  color: #475569;
  line-height: 1.72;
}

body.core-service-hub #quick .quick {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(240px, 1fr);
  align-items: end;
  gap: 14px;
  padding: 18px;
}

body.core-service-hub label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #475569;
}

body.core-service-hub select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-weight: 800;
  padding: 12px 14px;
}

body.core-service-hub select:focus {
  outline: 2px solid rgba(249, 115, 22, 0.2);
  border-color: rgba(249, 115, 22, 0.48);
}

body.core-service-hub #quick #go {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  color: #fff7ed;
  border-color: rgba(249, 115, 22, 0.86);
  font-weight: 900;
}

body.core-service-hub #quick #wa {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #f0fdf4;
  border-color: rgba(22, 163, 74, 0.82);
  font-weight: 900;
}

body.core-service-hub .footer-seo {
  background:
    radial-gradient(480px 180px at 12% 0%, rgba(249, 115, 22, 0.18), transparent 70%),
    radial-gradient(520px 220px at 88% 0%, rgba(56, 189, 248, 0.2), transparent 72%),
    linear-gradient(180deg, #0f1d39 0%, #0a1530 100%);
  color: #c3d3ea;
  padding: 60px 22px 42px;
  border-top: 1px solid rgba(124, 158, 209, 0.18);
}

body.core-service-hub .footer-seo h3 {
  text-align: center;
  margin: 0 0 12px;
  color: #fff7f0;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

body.core-service-hub .footer-seo .footer-seo-links {
  text-align: center;
  margin: 0 0 18px;
}

body.core-service-hub .footer-seo .footer-seo-link {
  color: #fde68a;
}

body.core-service-hub .footer-seo .footer-seo-link:hover,
body.core-service-hub .footer-seo .areas-hubs-link:hover {
  color: #fff7d6;
}

body.core-service-hub .footer-seo .areas-hubs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(147, 197, 253, 0.22);
  text-align: center;
}

body.core-service-hub .footer-seo .areas-hubs-title {
  color: #f8fafc;
}

body.core-service-hub .footer-seo .areas-hubs-link {
  color: #fde68a;
}

body.core-service-hub .footer-seo .copyright {
  text-align: center;
  margin-top: 24px;
  opacity: 0.68;
}

body.core-service-hub--zhuangxiu .top,
body.core-service-hub--quanwu-dingzhi .top {
  background:
    radial-gradient(240px 120px at 10% 0%, rgba(249, 115, 22, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(255, 245, 236, 0.98) 0%, rgba(255, 236, 219, 0.96) 100%);
  border-bottom: 1px solid rgba(190, 132, 93, 0.22);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.core-service-hub--zhuangxiu .top-row,
body.core-service-hub--quanwu-dingzhi .top-row {
  gap: 12px;
}

body.core-service-hub--zhuangxiu .logo,
body.core-service-hub--quanwu-dingzhi .logo {
  color: #0f172a;
}

body.core-service-hub--zhuangxiu .logo span,
body.core-service-hub--quanwu-dingzhi .logo span {
  color: #f97316;
}

body.core-service-hub--zhuangxiu .menu,
body.core-service-hub--quanwu-dingzhi .menu,
body.core-service-hub--quanwu-dingzhi .actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

body.core-service-hub--zhuangxiu .menu a,
body.core-service-hub--zhuangxiu .lang-dd > summary,
body.core-service-hub--quanwu-dingzhi .menu a,
body.core-service-hub--quanwu-dingzhi .lang-dd > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

body.core-service-hub--zhuangxiu .menu a:hover,
body.core-service-hub--zhuangxiu .lang-dd > summary:hover,
body.core-service-hub--quanwu-dingzhi .menu a:hover,
body.core-service-hub--quanwu-dingzhi .lang-dd > summary:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

body.core-service-hub--zhuangxiu .call,
body.core-service-hub--quanwu-dingzhi .call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #112444;
  color: #f8fafc;
  border: 1px solid rgba(17, 36, 68, 0.88);
  box-shadow: 0 10px 24px rgba(17, 36, 68, 0.18);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

body.core-service-hub--zhuangxiu .call:hover,
body.core-service-hub--quanwu-dingzhi .call:hover {
  filter: brightness(1.04);
  color: #fff;
}

body.core-service-hub--zhuangxiu .lang-panel,
body.core-service-hub--quanwu-dingzhi .lang-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

@media (max-width: 980px) {
  body.core-service-hub .grid,
  body.core-service-hub .pricing,
  body.core-service-hub .snapshot-grid,
  body.core-service-hub .links {
    grid-template-columns: 1fr;
  }

  body.core-service-hub #quick .quick {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.core-service-hub .wrap {
    padding: 0 14px;
  }

  body.core-service-hub .nav {
    padding: 10px 0 8px;
  }

  body.core-service-hub .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  body.core-service-hub .logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    min-width: 0;
  }

  body.core-service-hub .nav-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    padding-top: 0;
  }

  body.core-service-hub .nav-actions::-webkit-scrollbar {
    height: 4px;
  }

  body.core-service-hub .nav-actions::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 999px;
  }

  body.core-service-hub .nav-actions > a,
  body.core-service-hub .nav-actions > details {
    width: auto;
    flex: 0 0 auto;
  }

  body.core-service-hub .nav-actions .btn,
  body.core-service-hub .nav-actions .lang-dd > summary {
    min-height: 42px;
    padding: 10px 14px;
  }

  body.core-service-hub .nav .nav-phone {
    grid-column: 2;
    grid-row: 1;
    min-height: 42px;
    padding: 10px 14px;
    white-space: nowrap;
    width: auto;
    justify-self: end;
  }

  body.core-service-hub .hero .wrap {
    padding: 40px 14px 36px;
  }

  body.core-service-hub .hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  body.core-service-hub .hero p {
    font-size: 15px;
    line-height: 1.68;
  }

  body.core-service-hub .hero .cta .btn {
    width: 100%;
  }

  body.core-service-hub .section h2 {
    font-size: 30px;
  }

  body.core-service-hub main.wrap {
    padding: 32px 14px 50px;
  }

  body.core-service-hub .lang-panel {
    left: 0;
    right: auto;
    min-width: 220px;
  }

  body.core-service-hub--zhuangxiu .top-row,
  body.core-service-hub--quanwu-dingzhi .top-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px 0 10px;
  }

  body.core-service-hub--zhuangxiu .logo,
  body.core-service-hub--quanwu-dingzhi .logo {
    grid-column: 1;
    grid-row: 1;
    font-size: 20px;
  }

  body.core-service-hub--zhuangxiu .call,
  body.core-service-hub--quanwu-dingzhi .call {
    grid-column: 2;
    grid-row: 1;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 13px;
  }

  body.core-service-hub--zhuangxiu .menu,
  body.core-service-hub--quanwu-dingzhi .menu,
  body.core-service-hub--quanwu-dingzhi .actions {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 4px;
    margin-left: 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.core-service-hub--zhuangxiu .menu::-webkit-scrollbar,
  body.core-service-hub--quanwu-dingzhi .menu::-webkit-scrollbar,
  body.core-service-hub--quanwu-dingzhi .actions::-webkit-scrollbar {
    height: 4px;
  }

  body.core-service-hub--zhuangxiu .menu::-webkit-scrollbar-thumb,
  body.core-service-hub--quanwu-dingzhi .menu::-webkit-scrollbar-thumb,
  body.core-service-hub--quanwu-dingzhi .actions::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 999px;
  }

  body.core-service-hub--zhuangxiu .menu a,
  body.core-service-hub--zhuangxiu .lang-dd > summary,
  body.core-service-hub--quanwu-dingzhi .menu a,
  body.core-service-hub--quanwu-dingzhi .actions .btn,
  body.core-service-hub--quanwu-dingzhi .lang-dd > summary {
    flex: 0 0 auto;
    width: auto;
    min-height: 42px;
    padding: 10px 14px;
  }

  body.core-service-hub--zhuangxiu .lang-panel,
  body.core-service-hub--quanwu-dingzhi .lang-panel {
    left: 0;
    right: auto;
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  body.core-service-hub .nav,
  body.core-service-hub--zhuangxiu .top,
  body.core-service-hub--quanwu-dingzhi .top {
    position: relative !important;
    top: auto !important;
  }
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) {
  background:
    radial-gradient(720px 280px at 10% 0%, rgba(249, 115, 22, 0.18), transparent 65%),
    radial-gradient(860px 360px at 88% 0%, rgba(56, 189, 248, 0.18), transparent 68%),
    linear-gradient(180deg, #081426 0%, #0b1830 24%, #07111f 100%);
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) main.wrap {
  max-width: 1240px;
  padding-top: 36px;
  padding-bottom: 72px;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section {
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(92, 130, 188, 0.26);
  background:
    linear-gradient(180deg, rgba(20, 41, 78, 0.94) 0%, rgba(10, 22, 45, 0.96) 100%);
  box-shadow:
    0 28px 60px rgba(2, 8, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section h2,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section h3,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section strong,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) main summary {
  color: #f8fbff;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section p,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .section li,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .muted,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .faq-a {
  color: #d0dcef;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .card,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .price-card,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) main details,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) #quick .quick {
  background: linear-gradient(180deg, rgba(16, 33, 64, 0.92) 0%, rgba(10, 23, 45, 0.95) 100%);
  border-color: rgba(94, 132, 190, 0.24);
  box-shadow:
    0 14px 32px rgba(2, 8, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .card:hover,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .price-card:hover,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) main details:hover {
  border-color: rgba(251, 146, 60, 0.34);
  box-shadow:
    0 18px 38px rgba(2, 8, 20, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .link-list a,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .card a:not(.btn) {
  color: #f7fbff;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .link-list a:hover,
body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) .card a:not(.btn):hover {
  color: #fed7aa;
}

body.core-service-hub #quick .quick > :last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

body.core-service-hub #quick .quick > :last-child .muted {
  flex: 0 0 100%;
  margin-top: 2px;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) label {
  color: #dbe7f8;
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) select {
  border-color: rgba(95, 136, 191, 0.28);
  background: rgba(8, 20, 40, 0.96);
  color: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.core-service-hub:is(
  .core-service-hub--shuiguan,
  .core-service-hub--dianlu,
  .core-service-hub--kongtiao,
  .core-service-hub--anzhuang,
  .core-service-hub--weixiu,
  .core-service-hub--banjia
) select:focus {
  outline-color: rgba(249, 115, 22, 0.28);
  border-color: rgba(249, 115, 22, 0.54);
}

body.core-service-hub #quick #go[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  filter: saturate(0.78);
}

body.core-service-hub #quick #wa,
body.core-service-hub #quick #go {
  min-height: 48px;
}

@media (max-width: 900px) {
  body.core-service-hub:is(
    .core-service-hub--shuiguan,
    .core-service-hub--dianlu,
    .core-service-hub--kongtiao,
    .core-service-hub--anzhuang,
    .core-service-hub--weixiu,
    .core-service-hub--banjia
  ) .section {
    padding: 22px 16px;
    border-radius: 22px;
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  body.core-service-hub:is(
    .core-service-hub--shuiguan,
    .core-service-hub--dianlu,
    .core-service-hub--kongtiao,
    .core-service-hub--anzhuang,
    .core-service-hub--weixiu,
    .core-service-hub--banjia
  ) main.wrap {
    padding-top: 24px;
  }

  body.core-service-hub #quick .quick {
    grid-template-columns: 1fr;
  }

  body.core-service-hub #quick .quick > :last-child .btn {
    width: 100%;
  }
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) {
  background:
    radial-gradient(720px 280px at 8% 0%, rgba(249, 115, 22, 0.18), transparent 65%),
    radial-gradient(860px 360px at 92% 0%, rgba(56, 189, 248, 0.18), transparent 68%),
    linear-gradient(180deg, #081426 0%, #0c1730 24%, #07111f 100%);
  color: #f8fbff;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main {
  padding-bottom: 72px;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero {
  padding: 28px 0 14px;
  background: transparent !important;
  border-bottom: 0 !important;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero::before {
  display: none !important;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero .wrap {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4vw, 52px);
  border-radius: 32px;
  border: 1px solid rgba(92, 130, 188, 0.24);
  background:
    radial-gradient(460px 220px at 12% 0%, rgba(249, 115, 22, 0.12), transparent 72%),
    radial-gradient(540px 280px at 88% 8%, rgba(56, 189, 248, 0.15), transparent 76%),
    linear-gradient(145deg, rgba(23, 47, 89, 0.96) 0%, rgba(10, 22, 45, 0.98) 100%);
  box-shadow:
    0 32px 80px rgba(2, 8, 20, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero .wrap::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 219, 254, 0.38), transparent);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero h1 {
  max-width: 18ch;
  color: #f8fbff;
  text-wrap: balance;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .hero .sub {
  color: #d5e2f4;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .badge,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .chip {
  border-color: rgba(118, 155, 210, 0.3);
  background: rgba(11, 24, 47, 0.76);
  color: #e8f1ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main .btn-call {
  background: linear-gradient(180deg, #ff8b2c 0%, #f97316 100%);
  border-color: rgba(251, 146, 60, 0.78);
  color: #fff;
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.22);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main .btn-wa {
  background: linear-gradient(180deg, #15803d 0%, #166534 100%);
  border-color: rgba(21, 128, 61, 0.78);
  color: #fff;
  box-shadow: 0 18px 36px rgba(21, 128, 61, 0.22);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main .btn:not(.btn-call):not(.btn-wa) {
  border-color: rgba(125, 159, 210, 0.28);
  background: rgba(10, 24, 46, 0.84);
  color: #f5f9ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section {
  padding: 16px 0;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section > .wrap {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(92, 130, 188, 0.24);
  background:
    linear-gradient(180deg, rgba(22, 43, 79, 0.94) 0%, rgba(9, 21, 43, 0.96) 100%);
  box-shadow:
    0 28px 60px rgba(2, 8, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section h2,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section h3,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main summary,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main strong {
  color: #f8fbff;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section p,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .section li,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .muted,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .faq-a {
  color: #d1ddef;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .card,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .price-card,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main details {
  border-color: rgba(95, 136, 191, 0.24);
  background:
    linear-gradient(180deg, rgba(16, 33, 64, 0.92) 0%, rgba(9, 22, 44, 0.95) 100%);
  box-shadow:
    0 14px 32px rgba(2, 8, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .card:hover,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .price-card:hover,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) main details:hover {
  border-color: rgba(251, 146, 60, 0.34);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .card p,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .price-card span {
  color: #d1ddef;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .price-card b {
  color: #fdba74;
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .area-links a,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .links a {
  border-color: rgba(125, 159, 210, 0.28);
  background: rgba(9, 22, 44, 0.82);
  color: #eff6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .area-links a:hover,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .links a:hover,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .card a:not(.btn):hover {
  color: #fed7aa;
  border-color: rgba(251, 146, 60, 0.34);
}

body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .card a:not(.btn),
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .links a,
body.core-service-hub:is(
  .core-service-hub--zhuangxiu,
  .core-service-hub--quanwu-dingzhi
) .area-links a {
  color: #f8fbff;
}

body.core-service-hub--quanwu-dingzhi .nav-phone {
  background: #112444;
  border-color: rgba(17, 36, 68, 0.88);
  color: #f8fafc;
  box-shadow: 0 10px 24px rgba(17, 36, 68, 0.18);
}

body.core-service-hub--quanwu-dingzhi .actions .btn {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

@media (max-width: 980px) {
  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .section > .wrap {
    padding: 22px 18px;
    border-radius: 24px;
  }
}

@media (max-width: 768px) {
  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .hero {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .hero .wrap {
    padding: 24px 18px;
    border-radius: 24px;
  }

  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .section {
    padding: 10px 0;
  }

  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .section > .wrap {
    padding: 18px 14px;
    border-radius: 20px;
  }

  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) main .btn,
  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .links a,
  body.core-service-hub:is(
    .core-service-hub--zhuangxiu,
    .core-service-hub--quanwu-dingzhi
  ) .area-links a {
    width: 100%;
    justify-content: center;
  }
}

/* Final hard overrides for zh renovation/full-house pages.
   These two pages still carry older inline templates, so use explicit selectors
   instead of grouped :is() rules to guarantee the dark bridge UI wins. */
body.core-service-hub--zhuangxiu,
body.core-service-hub--quanwu-dingzhi {
  background:
    radial-gradient(720px 280px at 8% 0%, rgba(249, 115, 22, 0.18), transparent 65%) !important,
    radial-gradient(860px 360px at 92% 0%, rgba(56, 189, 248, 0.18), transparent 68%) !important,
    linear-gradient(180deg, #081426 0%, #0c1730 24%, #07111f 100%) !important;
  color: #f8fbff !important;
}

body.core-service-hub--zhuangxiu .top,
body.core-service-hub--quanwu-dingzhi .top {
  background:
    radial-gradient(240px 120px at 10% 0%, rgba(249, 115, 22, 0.18), transparent 72%),
    linear-gradient(180deg, rgba(255, 245, 236, 0.98) 0%, rgba(255, 236, 219, 0.96) 100%) !important;
  border-bottom: 1px solid rgba(190, 132, 93, 0.22) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
}

body.core-service-hub--zhuangxiu .top-row,
body.core-service-hub--quanwu-dingzhi .top-row {
  gap: 12px !important;
}

body.core-service-hub--zhuangxiu .menu,
body.core-service-hub--quanwu-dingzhi .menu,
body.core-service-hub--quanwu-dingzhi .actions {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.core-service-hub--zhuangxiu .menu a,
body.core-service-hub--zhuangxiu .lang-dd > summary,
body.core-service-hub--zhuangxiu .lang-btn,
body.core-service-hub--quanwu-dingzhi .menu a,
body.core-service-hub--quanwu-dingzhi .actions .btn,
body.core-service-hub--quanwu-dingzhi .lang-dd > summary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

body.core-service-hub--zhuangxiu .call,
body.core-service-hub--quanwu-dingzhi .call,
body.core-service-hub--quanwu-dingzhi .nav-phone {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #112444 !important;
  color: #f8fafc !important;
  border: 1px solid rgba(17, 36, 68, 0.88) !important;
  box-shadow: 0 10px 24px rgba(17, 36, 68, 0.18) !important;
  white-space: nowrap !important;
}

body.core-service-hub--zhuangxiu .hero,
body.core-service-hub--quanwu-dingzhi .hero {
  background: transparent !important;
  border-bottom: 0 !important;
  padding: 28px 0 14px !important;
}

body.core-service-hub--zhuangxiu .hero::before,
body.core-service-hub--quanwu-dingzhi .hero::before {
  display: none !important;
}

body.core-service-hub--zhuangxiu .hero .wrap,
body.core-service-hub--quanwu-dingzhi .hero .wrap {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(32px, 4vw, 52px) !important;
  border-radius: 32px !important;
  border: 1px solid rgba(92, 130, 188, 0.24) !important;
  background:
    radial-gradient(460px 220px at 12% 0%, rgba(249, 115, 22, 0.12), transparent 72%),
    radial-gradient(540px 280px at 88% 8%, rgba(56, 189, 248, 0.15), transparent 76%),
    linear-gradient(145deg, rgba(23, 47, 89, 0.96) 0%, rgba(10, 22, 45, 0.98) 100%) !important;
  box-shadow:
    0 32px 80px rgba(2, 8, 20, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.core-service-hub--zhuangxiu h1,
body.core-service-hub--quanwu-dingzhi h1 {
  color: #f8fbff !important;
  max-width: 18ch !important;
}

body.core-service-hub--zhuangxiu .sub,
body.core-service-hub--quanwu-dingzhi .sub {
  color: #d5e2f4 !important;
}

body.core-service-hub--zhuangxiu .badge,
body.core-service-hub--zhuangxiu .chip,
body.core-service-hub--quanwu-dingzhi .badge,
body.core-service-hub--quanwu-dingzhi .chip {
  border: 1px solid rgba(118, 155, 210, 0.3) !important;
  background: rgba(11, 24, 47, 0.76) !important;
  color: #e8f1ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

body.core-service-hub--zhuangxiu .btn-call,
body.core-service-hub--quanwu-dingzhi .btn-call {
  background: linear-gradient(180deg, #ff8b2c 0%, #f97316 100%) !important;
  color: #fff !important;
  border-color: rgba(251, 146, 60, 0.78) !important;
}

body.core-service-hub--zhuangxiu .btn-wa,
body.core-service-hub--quanwu-dingzhi .btn-wa {
  background: linear-gradient(180deg, #15803d 0%, #166534 100%) !important;
  color: #fff !important;
  border-color: rgba(21, 128, 61, 0.78) !important;
}

body.core-service-hub--zhuangxiu main .btn:not(.btn-call):not(.btn-wa),
body.core-service-hub--quanwu-dingzhi main .btn:not(.btn-call):not(.btn-wa) {
  background: rgba(10, 24, 46, 0.84) !important;
  color: #f5f9ff !important;
  border-color: rgba(125, 159, 210, 0.28) !important;
}

body.core-service-hub--zhuangxiu .section,
body.core-service-hub--quanwu-dingzhi .section {
  padding: 16px 0 !important;
}

body.core-service-hub--zhuangxiu .section > .wrap,
body.core-service-hub--quanwu-dingzhi .section > .wrap {
  padding: 28px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(92, 130, 188, 0.24) !important;
  background: linear-gradient(180deg, rgba(22, 43, 79, 0.94) 0%, rgba(9, 21, 43, 0.96) 100%) !important;
  box-shadow:
    0 28px 60px rgba(2, 8, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

body.core-service-hub--zhuangxiu .section h2,
body.core-service-hub--zhuangxiu .section h3,
body.core-service-hub--zhuangxiu .section p,
body.core-service-hub--zhuangxiu .section li,
body.core-service-hub--zhuangxiu .muted,
body.core-service-hub--zhuangxiu .faq-a,
body.core-service-hub--quanwu-dingzhi .section h2,
body.core-service-hub--quanwu-dingzhi .section h3,
body.core-service-hub--quanwu-dingzhi .section p,
body.core-service-hub--quanwu-dingzhi .section li,
body.core-service-hub--quanwu-dingzhi .muted,
body.core-service-hub--quanwu-dingzhi .faq-a {
  color: #d1ddef !important;
}

body.core-service-hub--zhuangxiu .section h2,
body.core-service-hub--zhuangxiu .section h3,
body.core-service-hub--zhuangxiu main summary,
body.core-service-hub--zhuangxiu main strong,
body.core-service-hub--quanwu-dingzhi .section h2,
body.core-service-hub--quanwu-dingzhi .section h3,
body.core-service-hub--quanwu-dingzhi main summary,
body.core-service-hub--quanwu-dingzhi main strong {
  color: #f8fbff !important;
}

body.core-service-hub--zhuangxiu .card,
body.core-service-hub--zhuangxiu .price-card,
body.core-service-hub--zhuangxiu main details,
body.core-service-hub--quanwu-dingzhi .card,
body.core-service-hub--quanwu-dingzhi .price-card,
body.core-service-hub--quanwu-dingzhi main details {
  border-color: rgba(95, 136, 191, 0.24) !important;
  background: linear-gradient(180deg, rgba(16, 33, 64, 0.92) 0%, rgba(9, 22, 44, 0.95) 100%) !important;
  box-shadow:
    0 14px 32px rgba(2, 8, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

body.core-service-hub--zhuangxiu .price-card b,
body.core-service-hub--quanwu-dingzhi .price-card b {
  color: #fdba74 !important;
}

body.core-service-hub--zhuangxiu .area-links a,
body.core-service-hub--zhuangxiu .links a,
body.core-service-hub--quanwu-dingzhi .area-links a,
body.core-service-hub--quanwu-dingzhi .links a {
  border-color: rgba(125, 159, 210, 0.28) !important;
  background: rgba(9, 22, 44, 0.82) !important;
  color: #eff6ff !important;
}

@media (max-width: 768px) {
  body.core-service-hub--zhuangxiu .top-row,
  body.core-service-hub--quanwu-dingzhi .top-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 0 10px !important;
  }

  body.core-service-hub--zhuangxiu .logo,
  body.core-service-hub--quanwu-dingzhi .logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    font-size: 20px !important;
  }

  body.core-service-hub--zhuangxiu .call,
  body.core-service-hub--quanwu-dingzhi .call,
  body.core-service-hub--quanwu-dingzhi .nav-phone {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 42px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  body.core-service-hub--zhuangxiu .menu,
  body.core-service-hub--quanwu-dingzhi .menu,
  body.core-service-hub--quanwu-dingzhi .actions {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 10px !important;
    padding: 0 14px 4px !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }

  body.core-service-hub--zhuangxiu .menu a,
  body.core-service-hub--zhuangxiu .lang-dd > summary,
  body.core-service-hub--zhuangxiu .lang-btn,
  body.core-service-hub--quanwu-dingzhi .menu a,
  body.core-service-hub--quanwu-dingzhi .actions .btn,
  body.core-service-hub--quanwu-dingzhi .lang-dd > summary {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  body.core-service-hub--zhuangxiu .hero,
  body.core-service-hub--quanwu-dingzhi .hero {
    padding-top: 18px !important;
    padding-bottom: 10px !important;
  }

  body.core-service-hub--zhuangxiu .hero .wrap,
  body.core-service-hub--quanwu-dingzhi .hero .wrap {
    padding: 24px 18px !important;
    border-radius: 24px !important;
  }

  body.core-service-hub--zhuangxiu .section,
  body.core-service-hub--quanwu-dingzhi .section {
    padding: 10px 0 !important;
  }

  body.core-service-hub--zhuangxiu .section > .wrap,
  body.core-service-hub--quanwu-dingzhi .section > .wrap {
    padding: 18px 14px !important;
    border-radius: 20px !important;
  }
}

/* Hard override for the other 6 Chinese service hubs so they do not fall back
   to the old light-card shell while zhuangxiu/quanwu keep their dedicated theme. */
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) {
  background:
    radial-gradient(circle at 16% 0%, rgba(249, 115, 22, 0.12), transparent 20%),
    radial-gradient(circle at 84% 10%, rgba(56, 189, 248, 0.08), transparent 24%),
    linear-gradient(180deg, #081326 0%, #0b1830 34%, #0e1c38 100%) !important;
  color: #e5eefb !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) main.wrap {
  padding-top: 28px !important;
  padding-bottom: 64px !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section {
  margin-bottom: 22px !important;
  padding: 24px 22px !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(24, 47, 89, 0.96) 0%, rgba(11, 25, 51, 0.98) 100%) !important;
  border: 1px solid rgba(109, 147, 207, 0.24) !important;
  box-shadow:
    0 24px 54px rgba(2, 6, 23, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section h2,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section h3,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) main summary,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) main strong,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) label {
  color: #f8fbff !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section p,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section li,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .muted,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .faq-a {
  color: #c7d8f2 !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .card,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .price-card,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) main details,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) #quick .quick {
  background:
    linear-gradient(180deg, rgba(16, 35, 67, 0.96) 0%, rgba(12, 26, 51, 0.98) 100%) !important;
  border: 1px solid rgba(99, 134, 190, 0.24) !important;
  box-shadow:
    0 18px 36px rgba(2, 6, 23, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .card h3,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .price-card strong {
  color: #f8fbff !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .price-card span {
  color: #a9c0e2 !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .price-card b {
  background: rgba(249, 115, 22, 0.14) !important;
  color: #fdba74 !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) select {
  background: rgba(8, 19, 39, 0.94) !important;
  color: #f8fbff !important;
  border-color: rgba(89, 125, 182, 0.36) !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) select:focus {
  outline: 2px solid rgba(249, 115, 22, 0.16) !important;
  border-color: rgba(249, 115, 22, 0.45) !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .link-list a,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .card a:not(.btn),
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .footer-seo-link,
body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .areas-hubs-link {
  color: #fde68a !important;
}

body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .nav-actions {
  border-top-color: rgba(113, 145, 193, 0.18) !important;
}

body.core-service-hub .fm-intent-band,
body.core-service-hub .fm-price-band,
body.core-service-hub .fm-svc-strip {
  width: min(1160px, calc(100% - 32px)) !important;
  margin: 24px auto !important;
  padding: 22px 20px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(520px 180px at 10% 0%, rgba(250, 204, 21, 0.10), transparent 72%),
    radial-gradient(540px 220px at 90% 0%, rgba(56, 189, 248, 0.12), transparent 74%),
    linear-gradient(180deg, rgba(16, 35, 67, 0.96) 0%, rgba(12, 26, 51, 0.98) 100%) !important;
  border: 1px solid rgba(99, 134, 190, 0.28) !important;
  box-shadow:
    0 24px 52px rgba(2, 6, 23, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  color: #e5eefb !important;
}

body.core-service-hub .fm-intent-band h3,
body.core-service-hub .fm-price-band h3,
body.core-service-hub .fm-svc-strip h3 {
  color: #f8fbff !important;
}

body.core-service-hub .fm-intent-band .fm-ib-sub,
body.core-service-hub .fm-price-band .fm-pb-sub,
body.core-service-hub .fm-svc-strip .fm-svc-sub,
body.core-service-hub .fm-intent-band .fm-ib-grid span,
body.core-service-hub .fm-svc-strip .fm-svc-pill span {
  color: #c7d8f2 !important;
}

body.core-service-hub .fm-intent-band .fm-ib-grid li,
body.core-service-hub .fm-price-band li,
body.core-service-hub .fm-svc-strip .fm-svc-pill {
  background: rgba(8, 19, 39, 0.72) !important;
  border: 1px solid rgba(132, 164, 213, 0.26) !important;
  color: #e5eefb !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.core-service-hub .fm-intent-band .fm-ib-grid b,
body.core-service-hub .fm-price-band li b,
body.core-service-hub .fm-svc-strip .fm-svc-pill b {
  color: #f8fbff !important;
}

body.core-service-hub .fm-intent-band a,
body.core-service-hub .fm-price-band a,
body.core-service-hub .fm-svc-strip a {
  color: inherit !important;
}

body.core-service-hub .fm-intent-band .fm-ib-grid b,
body.core-service-hub .fm-price-band li span,
body.core-service-hub .fm-price-band .fm-pb-more {
  color: #fde68a !important;
}

body.core-service-hub .fm-price-band .fm-pb-more {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%) !important;
  border: 1px solid rgba(249, 115, 22, 0.72) !important;
  color: #fff7ed !important;
}

body.core-service-hub .fm-svc-strip--collapsed {
  padding: 14px 18px !important;
}

body.core-service-hub .fm-svc-strip--collapsed > details > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f8fbff;
  font-weight: 800;
}

body.core-service-hub .fm-svc-strip--collapsed > details > summary::-webkit-details-marker {
  display: none;
}

body.core-service-hub .fm-svc-strip--collapsed > details > summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(8, 19, 39, 0.72);
  border: 1px solid rgba(132, 164, 213, 0.32);
}

body.core-service-hub .fm-svc-strip--collapsed > details[open] > summary {
  margin-bottom: 14px;
}

body.core-service-hub .fm-svc-strip--collapsed > details[open] > summary::after {
  content: "-";
}

body.core-service-hub .fm-svc-strip--collapsed > details:not([open]) > h3,
body.core-service-hub .fm-svc-strip--collapsed > details:not([open]) > .fm-svc-sub,
body.core-service-hub .fm-svc-strip--collapsed > details:not([open]) > .fm-svc-grid {
  display: none !important;
}

body.core-service-hub details.area-link-collapse > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(8, 19, 39, 0.72);
  border: 1px solid rgba(132, 164, 213, 0.26);
  color: #f8fbff;
  font-weight: 800;
}

body.core-service-hub details.area-link-collapse > summary::-webkit-details-marker {
  display: none;
}

body.core-service-hub details.area-link-collapse > summary::after {
  content: "+";
}

body.core-service-hub details.area-link-collapse[open] > summary {
  margin-bottom: 12px;
}

body.core-service-hub details.area-link-collapse[open] > summary::after {
  content: "-";
}

body.core-service-hub details.area-link-collapse:not([open]) > .area-links {
  display: none !important;
}

@media (max-width: 720px) {
  body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .section {
    padding: 20px 16px !important;
    border-radius: 24px !important;
  }

  body.core-service-hub:not(.core-service-hub--zhuangxiu):not(.core-service-hub--quanwu-dingzhi) .nav-actions {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

/* Keep service-page headers readable on narrow phones. */
@media (max-width: 720px) {
  body.core-service-hub .nav-inner,
  body.core-service-hub--zhuangxiu .top-row,
  body.core-service-hub--quanwu-dingzhi .top-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  body.core-service-hub .logo,
  body.core-service-hub--zhuangxiu .logo,
  body.core-service-hub--quanwu-dingzhi .logo {
    align-self: center !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  body.core-service-hub .nav-actions,
  body.core-service-hub--zhuangxiu .menu,
  body.core-service-hub--quanwu-dingzhi .menu,
  body.core-service-hub--quanwu-dingzhi .actions {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    overflow: visible !important;
    white-space: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    scrollbar-width: none !important;
  }

  body.core-service-hub .nav-actions > a,
  body.core-service-hub .nav-actions > details,
  body.core-service-hub--zhuangxiu .menu a,
  body.core-service-hub--zhuangxiu .lang-dd,
  body.core-service-hub--zhuangxiu .lang-btn,
  body.core-service-hub--quanwu-dingzhi .menu a,
  body.core-service-hub--quanwu-dingzhi .actions > a,
  body.core-service-hub--quanwu-dingzhi .actions > details {
    flex: 0 1 auto !important;
    max-width: 100% !important;
  }

  body.core-service-hub .nav-actions .btn,
  body.core-service-hub .nav-actions .lang-dd > summary,
  body.core-service-hub--zhuangxiu .menu a,
  body.core-service-hub--zhuangxiu .lang-dd > summary,
  body.core-service-hub--zhuangxiu .lang-btn,
  body.core-service-hub--quanwu-dingzhi .menu a,
  body.core-service-hub--quanwu-dingzhi .actions .btn,
  body.core-service-hub--quanwu-dingzhi .lang-dd > summary {
    white-space: normal !important;
    text-align: center !important;
  }

  body.core-service-hub .nav .nav-phone,
  body.core-service-hub--zhuangxiu .call,
  body.core-service-hub--quanwu-dingzhi .call,
  body.core-service-hub--quanwu-dingzhi .nav-phone {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: center !important;
    align-self: center !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  body.core-service-hub .lang-panel,
  body.core-service-hub--zhuangxiu .lang-panel,
  body.core-service-hub--quanwu-dingzhi .lang-panel {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    min-width: min(240px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
  }
}
