:root {
  --bg: #f7fbfc;
  --paper: rgba(255, 255, 255, 0.78);
  --navy: #102c4a;
  --gold: #b98338;
  --gold-soft: #dcc08a;
  --text: #4d6072;
  --line: rgba(185, 131, 56, 0.18);
  --shadow: 0 24px 68px rgba(24, 50, 74, 0.1);
}

/* Shared home manifesto warm emphasis; page-level scopes preserve each language layout. */
html[lang="zh-CN"] body.home-page .home-manifesto-warm-emphasis,
html[lang="zh-Hant"] body.home-page .home-manifesto-warm-emphasis,
html[lang="en"] body.home-page.site-cn main .home-manifesto-warm-emphasis {
  background: linear-gradient(90deg, #126b78 0%, #47958c 20%, #d6a044 48%, #ef8f2d 76%, #f6ad43 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* English layout repair: one shared header and a stable Western text rhythm. */
html[lang="en"] body.site-cn,
html[lang="en"] body.home-page {
  overflow-x: hidden !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

html[lang="en"] body.site-cn .site-header,
html[lang="en"] body.home-page .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999999 !important;
  min-width: 0 !important;
  background: rgba(255, 253, 248, 0.94) !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  border-bottom: 1px solid rgba(198, 161, 91, 0.22) !important;
}

html[lang="en"] body.site-cn .site-header .site-nav,
html[lang="en"] body.home-page .site-header .site-nav {
  width: min(1440px, calc(100% - 40px)) !important;
  max-width: 1440px !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: 106px minmax(0, 1fr) auto !important;
  gap: clamp(12px, 1.35vw, 20px) !important;
  align-items: center !important;
  padding: 0 !important;
}

html[lang="en"] body.site-cn .site-header .brand-logo,
html[lang="en"] body.home-page .site-header .brand-logo {
  display: inline-flex !important;
  width: 96px !important;
  height: 62px !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html[lang="en"] body.site-cn .site-header .brand-logo-img,
html[lang="en"] body.home-page .site-header .brand-logo-img {
  display: block !important;
  width: 96px !important;
  height: 62px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html[lang="en"] body.site-cn .site-header .main-nav,
html[lang="en"] body.home-page .site-header .main-nav {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(8px, 0.85vw, 14px) !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #123f5c !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(11.5px, 0.93vw, 14px) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn .site-header .main-nav a,
html[lang="en"] body.home-page .site-header .main-nav a {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px 0 !important;
  color: #123f5c !important;
  -webkit-text-fill-color: #123f5c !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: inherit !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn .site-header .main-nav a span,
html[lang="en"] body.home-page .site-header .main-nav a span {
  display: inline !important;
}

html[lang="en"] body.site-cn .site-header .main-nav a::after,
html[lang="en"] body.home-page .site-header .main-nav a::after {
  content: none !important;
}

html[lang="en"] body.site-cn .site-header .main-nav a.active,
html[lang="en"] body.site-cn .site-header .main-nav a:hover,
html[lang="en"] body.home-page .site-header .main-nav a.active,
html[lang="en"] body.home-page .site-header .main-nav a:hover {
  color: #c66a2e !important;
  -webkit-text-fill-color: #c66a2e !important;
}

html[lang="en"] body.site-cn .site-header .language-switch,
html[lang="en"] body.home-page .site-header .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  padding: 5px !important;
  border: 1px solid rgba(198, 161, 91, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 239, 0.9) !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn .site-header .language-switch a,
html[lang="en"] body.home-page .site-header .language-switch a {
  padding: 7px 7px !important;
  border-radius: 999px !important;
  color: #3f6f97 !important;
  -webkit-text-fill-color: #3f6f97 !important;
  background: transparent !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

html[lang="en"] body.site-cn .site-header .language-switch a.active,
html[lang="en"] body.site-cn .site-header .language-switch a:hover,
html[lang="en"] body.home-page .site-header .language-switch a.active,
html[lang="en"] body.home-page .site-header .language-switch a:hover {
  color: #c66a2e !important;
  -webkit-text-fill-color: #c66a2e !important;
  background: transparent !important;
}

html[lang="en"] body.site-cn .en-menu-toggle,
html[lang="en"] body.home-page .en-menu-toggle,
html[lang="en"] body.site-cn .en-nav-cluster,
html[lang="en"] body.home-page .en-nav-cluster {
  display: contents !important;
}

html[lang="en"] body.site-cn main,
html[lang="en"] body.home-page main {
  max-width: 100% !important;
  overflow-x: clip !important;
}

html[lang="en"] body.home-page.site-cn main .home-hero {
  min-height: min(760px, calc(100svh - 82px)) !important;
  background:
    linear-gradient(90deg, rgba(248, 250, 241, 0.18) 0%, rgba(248, 250, 241, 0.08) 40%, rgba(255, 255, 255, 0) 74%),
    url("assets/aura-matrix-home-hero-en.webp") center center / cover no-repeat !important;
}

html[lang="en"] body.home-page.site-cn main .home-hero-brand-title {
  font-size: clamp(64px, 7vw, 110px) !important;
  font-weight: 650 !important;
  line-height: 0.9 !important;
}

html[lang="en"] body.home-page.site-cn main .home-manifesto-kicker {
  font-size: clamp(20px, 1.8vw, 25px) !important;
}

html[lang="en"] body.home-page.site-cn main .home-manifesto-line-2 {
  font-size: clamp(28px, 2.6vw, 36px) !important;
}

html[lang="en"] body.home-page.site-cn main .home-manifesto-line-3 {
  font-size: clamp(35px, 3.65vw, 50px) !important;
}

html[lang="en"] body.site-cn .subpage-hero-title {
  min-height: min(760px, calc(100svh - 82px)) !important;
  height: auto !important;
}

/* Restore the three English product heroes to their corresponding Chinese
   layout geometry. The English artwork and copy remain language-specific. */
html[lang="en"] body.site-en.en-oracle-final .subpage-hero-title,
html[lang="en"] body.site-en.en-blueprint-final .subpage-hero-title {
  height: 100vh !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
}

html[lang="en"] body.site-cn .subpage-hero-copy {
  width: min(860px, 64vw) !important;
  padding: 28px 34px !important;
  border-radius: 20px !important;
  background: linear-gradient(90deg, rgba(7, 7, 8, 0.66), rgba(7, 7, 8, 0.34) 72%, rgba(7, 7, 8, 0)) !important;
}

html[lang="en"] body.site-cn .subpage-hero-copy::before {
  display: none !important;
}

html[lang="en"] body.site-cn .subpage-hero-copy-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(52px, 5.4vw, 88px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn .subpage-hero-copy-subtitle {
  max-width: 720px !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(18px, 1.7vw, 25px) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell {
  padding: clamp(64px, 8vw, 112px) 0 72px !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
  gap: clamp(30px, 4vw, 60px) !important;
  padding: clamp(30px, 4.5vw, 58px) !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel.no-visual {
  grid-template-columns: minmax(0, 1fr) !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel h1 {
  margin: 0 0 14px !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel .subtitle {
  margin: 0 0 16px !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  line-height: 1.45 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-price {
  display: inline-flex !important;
  align-items: baseline !important;
  margin: 2px 0 20px !important;
  color: #c66a2e !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel p:not(.subtitle):not(.detail-price):not(.update-note),
html[lang="en"] body.site-cn main.detail-page-shell .detail-mini-card p {
  font-size: clamp(18px, 1.35vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-mini-card h2,
html[lang="en"] body.site-cn main.detail-page-shell .detail-mini-card h3 {
  font-size: clamp(25px, 2vw, 29px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-actions {
  gap: 14px !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-button {
  width: auto !important;
  min-width: 270px !important;
  max-width: 100% !important;
  min-height: 54px !important;
  height: auto !important;
  padding: 14px 24px !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-wrap {
  width: min(1240px, calc(100% - 48px)) !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-section {
  padding: clamp(36px, 5vw, 68px) clamp(24px, 4vw, 52px) !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-hero h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(46px, 5.2vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-section h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(29px, 3vw, 42px) !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-card h3,
html[lang="en"] body.site-cn main.naming-page-shell .naming-visual-card h3,
html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-card h3,
html[lang="en"] body.site-cn main.naming-page-shell .naming-step h3,
html[lang="en"] body.site-cn main.naming-page-shell .naming-plan h3 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(19px, 1.55vw, 23px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-card p,
html[lang="en"] body.site-cn main.naming-page-shell .naming-visual-card p,
html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-card p,
html[lang="en"] body.site-cn main.naming-page-shell .naming-step p,
html[lang="en"] body.site-cn main.naming-page-shell .naming-plan p,
html[lang="en"] body.site-cn main.naming-page-shell .naming-intro,
html[lang="en"] body.site-cn main.naming-page-shell .naming-hero-copy p {
  font-size: clamp(18px, 1.2vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-plan {
  min-width: 0 !important;
  padding: clamp(26px, 3.3vw, 38px) !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-tag {
  display: block !important;
  width: fit-content !important;
  margin-bottom: 14px !important;
  padding-left: 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #a8731e !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-price {
  display: inline-flex !important;
  align-items: baseline !important;
  margin: 4px 0 16px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-price span:not(.cy-price-amount) {
  display: block !important;
  line-height: 1 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-method-grid,
html[lang="en"] body.site-cn main.naming-page-shell .naming-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-step {
  display: flex !important;
  min-width: 0 !important;
  min-height: 250px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-step-number {
  display: grid !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  margin-bottom: 16px !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-step h3 {
  min-height: 2.6em !important;
  margin-bottom: 12px !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-step p {
  margin-top: auto !important;
}

@media (max-width: 840px) {
  html[lang="en"] body.site-cn .site-header .site-nav,
  html[lang="en"] body.home-page .site-header .site-nav {
    width: min(100% - 28px, 720px) !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  html[lang="en"] body.site-cn .site-header .brand-logo,
  html[lang="en"] body.home-page .site-header .brand-logo,
  html[lang="en"] body.site-cn .site-header .brand-logo-img,
  html[lang="en"] body.home-page .site-header .brand-logo-img {
    width: 82px !important;
    height: 54px !important;
  }

  html[lang="en"] body.site-cn .site-header .language-switch,
  html[lang="en"] body.home-page .site-header .language-switch {
    justify-self: end !important;
  }

  html[lang="en"] body.site-cn .site-header .main-nav,
  html[lang="en"] body.home-page .site-header .main-nav {
    justify-content: flex-start !important;
    gap: 4px 14px !important;
    font-size: 13px !important;
  }

  html[lang="en"] body.site-cn .subpage-hero-copy {
    left: 50% !important;
    top: 50% !important;
    width: min(88vw, 680px) !important;
    transform: translate(-50%, -50%) !important;
    padding: 24px !important;
  }

  html[lang="en"] body.site-cn .subpage-hero-copy-title {
    font-size: clamp(38px, 9vw, 58px) !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-cn main.detail-page-shell .detail-panel,
  html[lang="en"] body.site-cn main.detail-page-shell .detail-grid,
  html[lang="en"] body.site-cn main.naming-page-shell .naming-plan-grid,
  html[lang="en"] body.site-cn main.naming-page-shell .naming-method-grid,
  html[lang="en"] body.site-cn main.naming-page-shell .naming-flow-grid {
    grid-template-columns: 1fr !important;
  }

  html[lang="en"] body.site-cn main.detail-page-shell .detail-panel h1,
  html[lang="en"] body.site-cn main.naming-page-shell .naming-hero h1 {
    white-space: normal !important;
  }

  html[lang="en"] body.site-cn main.naming-page-shell .naming-wrap {
    width: min(100% - 28px, 720px) !important;
  }

  html[lang="en"] body.site-cn main.naming-page-shell .naming-step {
    min-height: 0 !important;
  }

  html[lang="en"] body.site-cn main.naming-page-shell .naming-step h3 {
    min-height: 0 !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: #f7fbfc url("assets/bg-inner-soft-blue.png") center top / cover fixed no-repeat;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 250, 240, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(24, 50, 74, 0.045);
}

.site-nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand-logo,
.logo-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.brand-logo-img,
.logo img {
  display: block !important;
  width: 86px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: var(--navy);
  font: 700 15px/1 "PingFang SC", "Microsoft YaHei", sans-serif;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 22px rgba(35, 52, 67, 0.07);
  color: var(--navy);
  font: 700 13px/1 "PingFang SC", "Microsoft YaHei", sans-serif;
}

.language-switch a {
  padding: 8px 12px;
  border-radius: 999px;
}

.language-switch a.active {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.85);
}

.detail-page-shell {
  padding: 118px 0 72px;
}

.detail-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.detail-panel.no-visual {
  grid-template-columns: 1fr;
}

.detail-panel h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font: 800 clamp(36px, 5vw, 58px)/1.18 "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(198, 161, 91, 0.48), 0 12px 24px rgba(16, 44, 74, 0.14);
}

.detail-panel .subtitle {
  margin: 0 0 18px;
  color: var(--gold);
  font: 800 18px/1.6 "PingFang SC", "Microsoft YaHei", sans-serif;
}

.detail-panel p {
  color: #43586d;
  font: 600 15px/1.95 "PingFang SC", "Microsoft YaHei", sans-serif;
}

.feature-image-card {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(185, 131, 56, 0.16);
  box-shadow: 0 18px 42px rgba(24, 50, 74, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.feature-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.feature-image-main {
  min-height: clamp(280px, 34vw, 420px);
}

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

.detail-mini-card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(185, 131, 56, 0.16);
  box-shadow: 0 14px 36px rgba(24, 50, 74, 0.07);
}

.detail-mini-card h2,
.detail-mini-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font: 800 21px/1.35 "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
}

.detail-mini-card p {
  margin: 0;
  color: #4d6072;
  font: 600 14px/1.85 "PingFang SC", "Microsoft YaHei", sans-serif;
}

.update-note {
  margin-top: 22px;
  color: #9a6527;
  font-weight: 800;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  color: #9a6527;
  background: rgba(255, 253, 248, 0.72);
  font: 700 15px/1 "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.detail-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(185, 131, 56, 0.14);
}

.site-footer-ref {
  padding: 18px 0 28px;
  text-align: center;
  color: #7b8490;
  font: 600 13px/1.6 "PingFang SC", "Microsoft YaHei", sans-serif;
  background: rgba(255, 253, 248, 0.76);
}

@media (max-width: 1080px) {
  .site-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .main-nav,
  .language-switch {
    justify-self: start;
    flex-wrap: wrap;
  }

  .detail-panel,
  .detail-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand-logo-img {
    top: 14px;
    left: 18px;
    width: 76px;
  }

  .main-nav {
    gap: 14px;
    font-size: 13px;
  }

  .language-switch {
    font-size: 12px;
  }
}

.home-main,
.main-bureau-content,
.inner-content-section,
.cy-home-main,
.cy-about-section,
.cy-footer-section,
.site-footer,
.footer-section,
.about-section {
  background-image: url("assets/bg-inner-soft-blue.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.cy-about-section,
.about-section,
.cy-footer-section,
.footer-section,
.site-footer {
  background-color: rgba(255, 255, 255, 0.58) !important;
  backdrop-filter: blur(2px);
}

.about-image-crop,
.cy-about-visual,
.about-visual,
.about-image {
  overflow: hidden !important;
  border-radius: 12px !important;
}

.about-image-crop img,
.cy-about-visual img,
.about-visual img,
.about-image img {
  width: 112% !important;
  height: 112% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-2%, -2%) !important;
  display: block !important;
}

:root {
  --cy-heading: #315F8C;
  --cy-body: #5F7893;
  --cy-muted: #7E92A7;
  --cy-accent: #C8A15A;
  --cy-nav: #2F567C;
  --cy-nav-active: #C8A15A;
  --cy-link-hover: #4A79A6;
}

body {
  background-image: url("assets/bg-inner-soft-blue.png");
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.brand-logo img,
.brand-logo-img,
.logo img {
  width: 96px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, 0.35));
}

.home-hero img {
  object-fit: cover;
  object-position: center center;
}

.main-bureau-content,
.home-main,
.cy-home-main,
.page-main,
.content-main {
  background-image: url("assets/bg-inner-soft-blue.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
  background-color: transparent !important;
}

.about-section,
.cy-about-section,
.bureau-about-box,
.about-block {
  max-width: 1180px !important;
  margin: 72px auto 56px !important;
  padding: 42px 48px !important;
  display: grid !important;
  grid-template-columns: 0.52fr 0.48fr !important;
  gap: 48px !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid rgba(198, 161, 91, 0.18) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 46px rgba(49, 95, 140, 0.10) !important;
  backdrop-filter: blur(3px) !important;
}

.about-image-crop,
.cy-about-visual,
.about-visual,
.about-image,
.bureau-about-visual {
  width: 100% !important;
  max-width: 560px !important;
  height: 320px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 30px rgba(24, 50, 74, 0.12) !important;
  background: transparent !important;
}

.about-image-crop img,
.cy-about-visual img,
.about-visual img,
.about-image img,
.bureau-about-visual img {
  width: 112% !important;
  height: 112% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-3%, -3%) !important;
  display: block !important;
}

h1,
h2,
h3,
.page-title,
.section-title,
.module-title,
.cy-about-text h2,
.about-section h2,
.bureau-about-text h2 {
  color: var(--cy-heading) !important;
}

p,
.section-copy,
.module-subtitle,
.cy-about-text p,
.about-section p,
.bureau-about-text p {
  color: var(--cy-body) !important;
}

small,
.footer-note,
.footer-section,
.site-footer,
.cy-footer-section {
  color: var(--cy-muted) !important;
}

.site-nav a,
.nav-links a,
.main-nav a {
  color: var(--cy-nav) !important;
}

.site-nav a.active,
.nav-links a.active,
.main-nav a.active {
  color: var(--cy-nav-active) !important;
}

/* Final position: Traditional Chinese font system lock */
html[lang="zh-Hant"],
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] h4,
html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] label,
html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea,
html[lang="zh-Hant"] button,
html[lang="zh-Hant"] span,
html[lang="zh-Hant"] a {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] .page-title,
html[lang="zh-Hant"] .bureau-title-header h1,
html[lang="zh-Hant"] .section-title,
html[lang="zh-Hant"] .ornament-title {
  font-weight: 700 !important;
  letter-spacing: 2px !important;
}

html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .module-title,
html[lang="zh-Hant"] .card-title,
html[lang="zh-Hant"] .bureau-product-card h3,
html[lang="zh-Hant"] .cy-module-text h3,
html[lang="zh-Hant"] .detail-mini-card h2,
html[lang="zh-Hant"] .rules-card h2 {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] .subtitle-line,
html[lang="zh-Hant"] .page-subtitle,
html[lang="zh-Hant"] .bureau-title-header .subtitle-line,
html[lang="zh-Hant"] .module-subtitle,
html[lang="zh-Hant"] .card-subtitle,
html[lang="zh-Hant"] .subtitle,
html[lang="zh-Hant"] .section-label {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] .description-card,
html[lang="zh-Hant"] .description-card p,
html[lang="zh-Hant"] .desc-p,
html[lang="zh-Hant"] .section-copy,
html[lang="zh-Hant"] .form-note,
html[lang="zh-Hant"] .helper-text,
html[lang="zh-Hant"] .intro-copy {
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html[lang="zh-Hant"] .bureau-form-card h2,
html[lang="zh-Hant"] .form-card h2,
html[lang="zh-Hant"] .ask-form h2,
html[lang="zh-Hant"] .yiwen-form h2,
html[lang="zh-Hant"] .form-title,
html[lang="zh-Hant"] .form-card > .section-label {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] label,
html[lang="zh-Hant"] .form-element-group label,
html[lang="zh-Hant"] .form-group label,
html[lang="zh-Hant"] .field label {
  font-weight: 600 !important;
}

html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea {
  font-weight: 500 !important;
}

html[lang="zh-Hant"] .bureau-product-card p,
html[lang="zh-Hant"] .module-card p,
html[lang="zh-Hant"] .cy-module-text p,
html[lang="zh-Hant"] .card-subtitle {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Final position: Traditional Chinese font system lock */
html[lang="zh-Hant"],
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] h4,
html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] label,
html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea,
html[lang="zh-Hant"] button,
html[lang="zh-Hant"] span,
html[lang="zh-Hant"] a {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] .page-title,
html[lang="zh-Hant"] .bureau-title-header h1,
html[lang="zh-Hant"] .section-title,
html[lang="zh-Hant"] .ornament-title {
  font-weight: 700 !important;
  letter-spacing: 2px !important;
}

html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .module-title,
html[lang="zh-Hant"] .card-title,
html[lang="zh-Hant"] .bureau-product-card h3,
html[lang="zh-Hant"] .cy-module-text h3,
html[lang="zh-Hant"] .detail-mini-card h2,
html[lang="zh-Hant"] .rules-card h2 {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] .subtitle-line,
html[lang="zh-Hant"] .page-subtitle,
html[lang="zh-Hant"] .bureau-title-header .subtitle-line,
html[lang="zh-Hant"] .module-subtitle,
html[lang="zh-Hant"] .card-subtitle,
html[lang="zh-Hant"] .subtitle,
html[lang="zh-Hant"] .section-label {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] .description-card,
html[lang="zh-Hant"] .description-card p,
html[lang="zh-Hant"] .desc-p,
html[lang="zh-Hant"] .section-copy,
html[lang="zh-Hant"] .form-note,
html[lang="zh-Hant"] .helper-text,
html[lang="zh-Hant"] .intro-copy {
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html[lang="zh-Hant"] .bureau-form-card h2,
html[lang="zh-Hant"] .form-card h2,
html[lang="zh-Hant"] .ask-form h2,
html[lang="zh-Hant"] .yiwen-form h2,
html[lang="zh-Hant"] .form-title,
html[lang="zh-Hant"] .form-card > .section-label {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] label,
html[lang="zh-Hant"] .form-element-group label,
html[lang="zh-Hant"] .form-group label,
html[lang="zh-Hant"] .field label {
  font-weight: 600 !important;
}

html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea {
  font-weight: 500 !important;
}

html[lang="zh-Hant"] .bureau-product-card p,
html[lang="zh-Hant"] .module-card p,
html[lang="zh-Hant"] .cy-module-text p,
html[lang="zh-Hant"] .card-subtitle {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Final position: Traditional Chinese font system lock */
html[lang="zh-Hant"],
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] h4,
html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] label,
html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea,
html[lang="zh-Hant"] button,
html[lang="zh-Hant"] span,
html[lang="zh-Hant"] a {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] .page-title,
html[lang="zh-Hant"] .bureau-title-header h1,
html[lang="zh-Hant"] .section-title,
html[lang="zh-Hant"] .ornament-title {
  font-weight: 700 !important;
  letter-spacing: 2px !important;
}

html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .module-title,
html[lang="zh-Hant"] .card-title,
html[lang="zh-Hant"] .bureau-product-card h3,
html[lang="zh-Hant"] .cy-module-text h3,
html[lang="zh-Hant"] .detail-mini-card h2,
html[lang="zh-Hant"] .rules-card h2 {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] .subtitle-line,
html[lang="zh-Hant"] .page-subtitle,
html[lang="zh-Hant"] .bureau-title-header .subtitle-line,
html[lang="zh-Hant"] .module-subtitle,
html[lang="zh-Hant"] .card-subtitle,
html[lang="zh-Hant"] .subtitle,
html[lang="zh-Hant"] .section-label {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] .description-card,
html[lang="zh-Hant"] .description-card p,
html[lang="zh-Hant"] .desc-p,
html[lang="zh-Hant"] .section-copy,
html[lang="zh-Hant"] .form-note,
html[lang="zh-Hant"] .helper-text,
html[lang="zh-Hant"] .intro-copy {
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html[lang="zh-Hant"] .bureau-form-card h2,
html[lang="zh-Hant"] .form-card h2,
html[lang="zh-Hant"] .ask-form h2,
html[lang="zh-Hant"] .yiwen-form h2,
html[lang="zh-Hant"] .form-title,
html[lang="zh-Hant"] .form-card > .section-label {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] label,
html[lang="zh-Hant"] .form-element-group label,
html[lang="zh-Hant"] .form-group label,
html[lang="zh-Hant"] .field label {
  font-weight: 600 !important;
}

html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea {
  font-weight: 500 !important;
}

html[lang="zh-Hant"] .bureau-product-card p,
html[lang="zh-Hant"] .module-card p,
html[lang="zh-Hant"] .cy-module-text p,
html[lang="zh-Hant"] .card-subtitle {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Third pass: Traditional Chinese font system lock */
html[lang="zh-Hant"],
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] h4,
html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] label,
html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea,
html[lang="zh-Hant"] button,
html[lang="zh-Hant"] span,
html[lang="zh-Hant"] a {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] .page-title,
html[lang="zh-Hant"] .bureau-title-header h1,
html[lang="zh-Hant"] .section-title,
html[lang="zh-Hant"] .ornament-title {
  font-weight: 700 !important;
  letter-spacing: 2px !important;
}

html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .module-title,
html[lang="zh-Hant"] .card-title,
html[lang="zh-Hant"] .bureau-product-card h3,
html[lang="zh-Hant"] .cy-module-text h3,
html[lang="zh-Hant"] .detail-mini-card h2,
html[lang="zh-Hant"] .rules-card h2 {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] .subtitle-line,
html[lang="zh-Hant"] .page-subtitle,
html[lang="zh-Hant"] .bureau-title-header .subtitle-line,
html[lang="zh-Hant"] .module-subtitle,
html[lang="zh-Hant"] .card-subtitle,
html[lang="zh-Hant"] .subtitle,
html[lang="zh-Hant"] .section-label {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

html[lang="zh-Hant"] p,
html[lang="zh-Hant"] li,
html[lang="zh-Hant"] .description-card,
html[lang="zh-Hant"] .description-card p,
html[lang="zh-Hant"] .desc-p,
html[lang="zh-Hant"] .section-copy,
html[lang="zh-Hant"] .form-note,
html[lang="zh-Hant"] .helper-text,
html[lang="zh-Hant"] .intro-copy {
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html[lang="zh-Hant"] .bureau-form-card h2,
html[lang="zh-Hant"] .form-card h2,
html[lang="zh-Hant"] .ask-form h2,
html[lang="zh-Hant"] .yiwen-form h2,
html[lang="zh-Hant"] .form-title,
html[lang="zh-Hant"] .form-card > .section-label {
  font-weight: 700 !important;
}

html[lang="zh-Hant"] label,
html[lang="zh-Hant"] .form-element-group label,
html[lang="zh-Hant"] .form-group label,
html[lang="zh-Hant"] .field label {
  font-weight: 600 !important;
}

html[lang="zh-Hant"] input,
html[lang="zh-Hant"] textarea {
  font-weight: 500 !important;
}

html[lang="zh-Hant"] .bureau-product-card p,
html[lang="zh-Hant"] .module-card p,
html[lang="zh-Hant"] .cy-module-text p,
html[lang="zh-Hant"] .card-subtitle {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.site-nav a.active::after,
.nav-links a.active::after,
.main-nav a.active::after,
.site-nav .active::after,
.nav-links .active::after,
.main-nav .active::after {
  display: none !important;
  content: none !important;
}

.site-nav a.active,
.nav-links a.active,
.main-nav a.active,
.site-nav .active,
.nav-links .active,
.main-nav .active {
  border-bottom: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Simplified / Traditional Chinese visual parity layer */
html[lang="zh-CN"],
html[lang="zh-Hant"] {
  --cy-heading: #4E79A7;
  --cy-body: #617D96;
  --cy-muted: #7A90A3;
  --cy-accent: #C9A45D;
  --cy-nav: #3F6F97;
  --cy-nav-active: #C9A45D;
}

html[lang="zh-CN"] body,
html[lang="zh-Hant"] body {
  color: var(--cy-body);
  font-size: 17px;
  line-height: 1.9;
}

html[lang="zh-CN"] .detail-page-shell,
html[lang="zh-Hant"] .detail-page-shell,
html[lang="zh-CN"] .detail-panel,
html[lang="zh-Hant"] .detail-panel,
html[lang="zh-CN"] .detail-mini-card,
html[lang="zh-Hant"] .detail-mini-card {
  color: var(--cy-body);
  font-size: 17px;
  line-height: 1.9;
}

html[lang="zh-CN"] h1,
html[lang="zh-Hant"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-Hant"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-Hant"] h3,
html[lang="zh-CN"] .page-title,
html[lang="zh-Hant"] .page-title,
html[lang="zh-CN"] .section-title,
html[lang="zh-Hant"] .section-title {
  color: var(--cy-heading);
  font-weight: 800;
  line-height: 1.32;
}

html[lang="zh-CN"] p,
html[lang="zh-Hant"] p,
html[lang="zh-CN"] li,
html[lang="zh-Hant"] li,
html[lang="zh-CN"] label,
html[lang="zh-Hant"] label,
html[lang="zh-CN"] input,
html[lang="zh-Hant"] input,
html[lang="zh-CN"] textarea,
html[lang="zh-Hant"] textarea {
  color: var(--cy-body);
  font-size: 17px;
  line-height: 1.9;
}

html[lang="zh-CN"] .subtitle,
html[lang="zh-Hant"] .subtitle,
html[lang="zh-CN"] .update-note,
html[lang="zh-Hant"] .update-note,
html[lang="zh-CN"] .helper-text,
html[lang="zh-Hant"] .helper-text,
html[lang="zh-CN"] .hint,
html[lang="zh-Hant"] .hint,
html[lang="zh-CN"] .button-note,
html[lang="zh-Hant"] .button-note {
  color: var(--cy-muted);
  font-size: 15px;
  line-height: 1.75;
}

html[lang="zh-CN"] .detail-panel .subtitle,
html[lang="zh-Hant"] .detail-panel .subtitle,
html[lang="zh-CN"] .module-subtitle,
html[lang="zh-Hant"] .module-subtitle,
html[lang="zh-CN"] .cy-module-text p,
html[lang="zh-Hant"] .cy-module-text p {
  font-size: 16px;
  line-height: 1.65;
}

html[lang="zh-CN"] .detail-button,
html[lang="zh-Hant"] .detail-button,
html[lang="zh-CN"] .primary-button,
html[lang="zh-Hant"] .primary-button,
html[lang="zh-CN"] .upgrade-button,
html[lang="zh-Hant"] .upgrade-button,
html[lang="zh-CN"] .ghost-button,
html[lang="zh-Hant"] .ghost-button {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

html[lang="zh-CN"] .detail-panel,
html[lang="zh-Hant"] .detail-panel {
  gap: clamp(28px, 5vw, 56px);
}

html[lang="zh-CN"] .detail-mini-card,
html[lang="zh-Hant"] .detail-mini-card {
  padding: 28px;
}

.detail-panel:has(.feature-image-card) {
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr) !important;
  gap: 34px !important;
  align-items: center !important;
}

.detail-panel:has(.feature-image-card) > div:first-child {
  order: 2;
}

.detail-panel:has(.feature-image-card) > .feature-image-card {
  order: 1;
}

.feature-image-card {
  width: 100% !important;
  max-width: 420px !important;
  justify-self: center !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.feature-image-main {
  height: clamp(240px, 26vw, 320px) !important;
  min-height: 0 !important;
  max-height: 320px !important;
}

.feature-image-main img {
  width: 115% !important;
  height: 115% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-4%, -4%) !important;
}

.main-nav {
  font-size: 17px !important;
}

body,
p,
li,
.detail-panel p {
  color: var(--cy-body) !important;
  font-size: 17px !important;
}

.detail-panel .subtitle,
.module-subtitle,
.card-subtitle {
  color: var(--cy-muted) !important;
  font-size: 16px !important;
}

small,
.site-footer-ref,
.footer-note,
.helper-text {
  color: var(--cy-muted) !important;
  font-size: 15px !important;
}

.detail-button,
button,
.button {
  font-weight: 800 !important;
}

@media (max-width: 860px) {
  .detail-panel:has(.feature-image-card) {
    grid-template-columns: 1fr !important;
  }

  .detail-panel:has(.feature-image-card) > div:first-child,
  .detail-panel:has(.feature-image-card) > .feature-image-card {
    order: initial;
  }
}

/* Final visual consistency patch: logo, language switch, typography, and inner-page balance. */
:root {
  --cy-heading: #4E79A7;
  --cy-body: #617D96;
  --cy-muted: #7A90A3;
  --cy-accent: #C9A45D;
  --cy-gold-strong: #D8AF4F;
  --cy-nav: #3F6F97;
  --cy-nav-active: #A87528;
}

.brand-logo,
.logo-wrap {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.brand-logo-img,
.brand-logo img,
.logo img {
  width: 100px !important;
  max-width: 108px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 4px 10px rgba(49, 95, 140, 0.12)) drop-shadow(0 1px 3px rgba(255, 255, 255, 0.42)) !important;
}

.language-switch {
  gap: 6px !important;
  padding: 6px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 250, 235, 0.82) 0%, rgba(235, 248, 250, 0.72) 48%, rgba(247, 230, 188, 0.78) 100%) !important;
  border: 1px solid rgba(201, 164, 93, 0.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -8px 18px rgba(201, 164, 93, 0.10),
    0 12px 30px rgba(49, 95, 140, 0.11) !important;
  color: var(--cy-nav) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.language-switch a {
  padding: 9px 14px !important;
  border-radius: 999px !important;
  color: var(--cy-nav) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

.language-switch a:hover {
  color: var(--cy-nav-active) !important;
  background: rgba(255, 252, 242, 0.66) !important;
}

.language-switch a.active {
  color: var(--cy-nav-active) !important;
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.98) 0%, rgba(239, 216, 154, 0.92) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 5px 14px rgba(184, 131, 40, 0.18) !important;
}

.main-nav {
  font-size: 17px !important;
  color: var(--cy-nav) !important;
}

h1,
h2,
h3,
.page-title,
.section-title,
.module-title,
.detail-panel h1,
.detail-mini-card h2,
.detail-mini-card h3 {
  color: var(--cy-heading) !important;
}

body,
p,
li,
.detail-panel p,
.detail-mini-card p {
  color: var(--cy-body) !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.detail-panel .subtitle,
.module-subtitle,
.section-copy,
.card-subtitle {
  color: var(--cy-muted) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

small,
.site-footer-ref,
.footer-note,
.helper-text,
.update-note {
  color: var(--cy-muted) !important;
  font-size: 15px !important;
}

.detail-panel {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border-radius: 24px !important;
}

.detail-panel:has(.feature-image-card) {
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr) !important;
  gap: 36px !important;
}

.feature-image-card {
  width: 100% !important;
  max-width: 400px !important;
  justify-self: center !important;
  align-self: center !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.feature-image-main {
  height: clamp(240px, 24vw, 310px) !important;
  min-height: 0 !important;
  max-height: 320px !important;
}

.feature-image-main img {
  width: 115% !important;
  height: 115% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-4%, -4%) !important;
}

.detail-button,
button,
.button {
  font-weight: 800 !important;
}

@media (max-width: 860px) {
  .detail-panel:has(.feature-image-card) {
    grid-template-columns: 1fr !important;
  }

  .feature-image-card {
    max-width: 100% !important;
  }
}

.about-section h2,
.cy-about-text h2,
.about-text h2,
.bureau-about-text h2 {
  font-size: 38px !important;
  line-height: 1.25 !important;
  color: var(--cy-heading) !important;
  font-weight: 800 !important;
  letter-spacing: 3px !important;
  margin-bottom: 26px !important;
}

.about-section p,
.cy-about-text p,
.about-text p,
.bureau-about-text p {
  font-size: 18px !important;
  line-height: 2.05 !important;
  color: var(--cy-body) !important;
  font-weight: 650 !important;
  margin-bottom: 14px !important;
}

.about-section a,
.cy-about-button,
.about-button,
.bureau-about-button {
  font-size: 16px !important;
  color: #B58A3A !important;
  border-color: #C8A15A !important;
}

.site-footer,
.footer-section,
.cy-footer-section,
.bureau-footer-bar {
  max-width: 1180px !important;
  margin: 0 auto 48px !important;
  padding: 34px 42px 24px !important;
  background: rgba(255, 255, 255, 0.56) !important;
  border: 1px solid rgba(198, 161, 91, 0.14) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 36px rgba(49, 95, 140, 0.08) !important;
  backdrop-filter: blur(3px) !important;
}

:root {
  --cy-heading: #4E7FA6;
  --cy-body: #6F8798;
  --cy-muted: #8AA0B2;
  --cy-accent: #C8A15A;
  --cy-gold-strong: #D8AF4F;
  --cy-nav: #3F6F97;
  --cy-nav-active: #C8A15A;
}

body {
  background-image: url("assets/bg-inner-soft-blue.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-y !important;
  background-attachment: fixed !important;
}

.main-bureau-content,
.home-main,
.cy-home-main,
.page-main,
.content-main,
.modules-section,
.about-section-wrap,
.footer-wrap {
  background: transparent !important;
  background-color: transparent !important;
}

.modules-section,
.cy-module-section,
.about-section,
.cy-about-section,
.site-footer,
.footer-section,
.cy-footer-section {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.56) !important;
  border: 1px solid rgba(198, 161, 91, 0.14) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 46px rgba(49, 95, 140, 0.08) !important;
  backdrop-filter: blur(3px) !important;
}

.about-image-crop,
.cy-about-visual,
.about-visual,
.about-image,
.bureau-about-visual {
  height: 320px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.about-image-crop img,
.cy-about-visual img,
.about-visual img,
.about-image img,
.bureau-about-visual img {
  width: 115% !important;
  height: 115% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-4%, -4%) !important;
  display: block !important;
}

h1,
h2,
h3,
.page-title,
.section-title,
.module-title,
.cy-about-text h2,
.about-section h2,
.bureau-about-text h2 {
  color: var(--cy-heading) !important;
}

p,
li,
.section-copy,
.module-subtitle,
.cy-about-text p,
.about-section p,
.bureau-about-text p,
.form-note,
.rule-card li {
  color: var(--cy-body) !important;
}

small,
.footer-note,
.footer-section,
.site-footer,
.cy-footer-section,
.helper-text {
  color: var(--cy-muted) !important;
}

.site-nav a,
.nav-links a,
.main-nav a {
  color: var(--cy-nav) !important;
}

.site-nav a.active,
.nav-links a.active,
.main-nav a.active {
  color: var(--cy-nav-active) !important;
}

.logo img,
.brand-logo img,
.brand-logo-img {
  width: 112px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.logo,
.brand-logo {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.home-page .cy-module-section {
  padding-top: 58px !important;
  padding-bottom: 54px !important;
}

body.home-page .cy-module-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  max-width: 1180px !important;
  margin: 40px auto 64px !important;
}

body.home-page .cy-module-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  min-height: 245px !important;
  padding: 34px 24px 30px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(198, 161, 91, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 36px rgba(50, 88, 120, 0.06) !important;
  backdrop-filter: blur(3px) !important;
  overflow: hidden !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

body.home-page .cy-module-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(198, 161, 91, 0.42) !important;
  box-shadow: 0 18px 42px rgba(198, 161, 91, 0.14) !important;
}

body.home-page .cy-icon-wrap {
  width: 92px !important;
  height: 92px !important;
  flex: 0 0 auto !important;
  margin: 0 auto 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home-page .cy-icon-wrap img,
body.home-page .cy-icon-wrap svg {
  width: 82px !important;
  height: 82px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

body.home-page .cy-module-text {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
}

body.home-page .cy-module-text h3 {
  color: #18324A !important;
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "PingFang SC", "Microsoft YaHei", serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 1px !important;
  margin: 0 0 12px !important;
  text-align: center !important;
  text-shadow: none !important;
}

body.home-page .cy-module-text p {
  color: #5E6675 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

body.home-page .cy-more {
  color: #C6A15B !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin-top: 18px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
}

body.home-page .cy-section-title {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  color: #18324A !important;
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "PingFang SC", "Microsoft YaHei", serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-shadow: none !important;
  margin: 58px auto 18px !important;
}

body.home-page .cy-section-title::before,
body.home-page .cy-section-title::after {
  content: "" !important;
  display: block !important;
  width: 68px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, #C6A15B, transparent) !important;
  opacity: 0.85 !important;
}

body.home-page .cy-section-copy {
  max-width: 680px !important;
  margin: 0 auto 34px !important;
  color: #66758A !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

html[lang="zh-Hant"] body.home-page,
html[lang="zh-Hant"] body.home-page h1,
html[lang="zh-Hant"] body.home-page h2,
html[lang="zh-Hant"] body.home-page h3,
html[lang="zh-Hant"] body.home-page p,
html[lang="zh-Hant"] body.home-page a,
html[lang="zh-Hant"] body.home-page span {
  font-family: "Noto Serif CJK TC", "Source Han Serif TC", "PingFang TC", "Microsoft JhengHei", serif !important;
  -webkit-font-smoothing: antialiased !important;
}

html[lang="zh-Hant"] body.home-page .module-subtitle,
html[lang="zh-Hant"] body.home-page .card-subtitle,
html[lang="zh-Hant"] body.home-page .bureau-product-card p,
html[lang="zh-Hant"] body.home-page .module-card p,
html[lang="zh-Hant"] body.home-page .cy-module-card p {
  font-size: 13px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

@media (max-width: 980px) {
  body.home-page .cy-module-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.home-page .cy-section-title {
    font-size: 24px !important;
    gap: 12px !important;
    letter-spacing: 2px !important;
  }

  body.home-page .cy-section-title::before,
  body.home-page .cy-section-title::after {
    width: 34px !important;
  }

  body.home-page .cy-module-card {
    min-height: 236px !important;
    padding: 30px 18px 28px !important;
  }
}

:root {
  --cy-heading-blue: #4E79A7;
  --cy-deep-blue: #3F6F97;
  --cy-body-blue: #617D96;
  --cy-muted-blue: #7A90A3;
  --cy-gold: #C6A15B;
  --cy-serif-sc: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", "PingFang SC", serif;
  --cy-serif-tc: "Noto Serif CJK TC", "Source Han Serif TC", "Songti TC", "PingFang TC", "Microsoft JhengHei", serif;
}

body.home-page .section-title,
body.home-page .home-section-title,
body.home-page .modules-title,
body.home-page .bureau-section-title,
body.home-page .cy-section-title {
  color: var(--cy-heading-blue) !important;
  font-family: var(--cy-serif-sc) !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-shadow: none !important;
}

body.home-page .section-intro,
body.home-page .home-section-intro,
body.home-page .modules-intro,
body.home-page .bureau-section-intro,
body.home-page .cy-section-copy {
  color: var(--cy-body-blue) !important;
  font-family: var(--cy-serif-sc) !important;
  font-weight: 500 !important;
  text-shadow: none !important;
}

body.home-page .bureau-product-card h3,
body.home-page .module-card h3,
body.home-page .cy-module-card h3,
body.home-page .card-item h3,
body.home-page .module-title,
body.home-page .card-title,
body.home-page .cy-module-text h3 {
  color: var(--cy-heading-blue) !important;
  font-family: var(--cy-serif-sc) !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-shadow: none !important;
}

body.home-page .bureau-product-card p,
body.home-page .module-card p,
body.home-page .cy-module-card p,
body.home-page .card-item p,
body.home-page .module-subtitle,
body.home-page .card-subtitle,
body.home-page .cy-module-text p {
  color: var(--cy-body-blue) !important;
  font-family: var(--cy-serif-sc) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  text-shadow: none !important;
}

body.home-page .learn-more,
body.home-page .cy-more,
body.home-page .bureau-product-card a:last-child,
body.home-page .module-card a:last-child,
body.home-page .cy-module-card a:last-child {
  color: var(--cy-gold) !important;
  font-family: var(--cy-serif-sc) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

html[lang="zh-Hant"] body.home-page .section-title,
html[lang="zh-Hant"] body.home-page .home-section-title,
html[lang="zh-Hant"] body.home-page .modules-title,
html[lang="zh-Hant"] body.home-page .bureau-section-title,
html[lang="zh-Hant"] body.home-page .cy-section-title,
html[lang="zh-Hant"] body.home-page .section-intro,
html[lang="zh-Hant"] body.home-page .home-section-intro,
html[lang="zh-Hant"] body.home-page .modules-intro,
html[lang="zh-Hant"] body.home-page .bureau-section-intro,
html[lang="zh-Hant"] body.home-page .cy-section-copy,
html[lang="zh-Hant"] body.home-page .bureau-product-card h3,
html[lang="zh-Hant"] body.home-page .module-card h3,
html[lang="zh-Hant"] body.home-page .cy-module-card h3,
html[lang="zh-Hant"] body.home-page .card-item h3,
html[lang="zh-Hant"] body.home-page .module-title,
html[lang="zh-Hant"] body.home-page .card-title,
html[lang="zh-Hant"] body.home-page .cy-module-text h3,
html[lang="zh-Hant"] body.home-page .bureau-product-card p,
html[lang="zh-Hant"] body.home-page .module-card p,
html[lang="zh-Hant"] body.home-page .cy-module-card p,
html[lang="zh-Hant"] body.home-page .card-item p,
html[lang="zh-Hant"] body.home-page .module-subtitle,
html[lang="zh-Hant"] body.home-page .card-subtitle,
html[lang="zh-Hant"] body.home-page .cy-module-text p,
html[lang="zh-Hant"] body.home-page .learn-more,
html[lang="zh-Hant"] body.home-page .cy-more {
  font-family: var(--cy-serif-tc) !important;
  -webkit-font-smoothing: antialiased !important;
}

html[lang="zh-Hant"] body.home-page .bureau-product-card p,
html[lang="zh-Hant"] body.home-page .module-card p,
html[lang="zh-Hant"] body.home-page .cy-module-card p,
html[lang="zh-Hant"] body.home-page .card-item p,
html[lang="zh-Hant"] body.home-page .module-subtitle,
html[lang="zh-Hant"] body.home-page .card-subtitle,
html[lang="zh-Hant"] body.home-page .cy-module-text p {
  font-size: 13px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

body.home-page .bureau-card-icon,
body.home-page .card-icon,
body.home-page .module-icon,
body.home-page .cy-icon-wrap {
  width: 86px !important;
  height: 86px !important;
  margin: 0 auto 22px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home-page .bureau-card-icon img,
body.home-page .card-icon img,
body.home-page .module-icon img,
body.home-page .cy-icon-wrap img,
body.home-page .cy-icon-wrap svg,
body.home-page .bureau-product-card img,
body.home-page .module-card img,
body.home-page .cy-module-card img,
body.home-page .card-item img {
  width: 82px !important;
  height: 82px !important;
  object-fit: contain !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block !important;
}

html[lang="zh-CN"] body.home-page .main-nav a.active {
  color: #D8A73A !important;
  background: linear-gradient(180deg, #FFE89A 0%, #FFD76A 38%, #D8A73A 72%, #A8731E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 1px 3px rgba(255, 215, 106, 0.32) !important;
}

html[lang="zh-CN"] body.home-page .language-switch {
  background: linear-gradient(145deg, rgba(255, 248, 225, 0.88), rgba(234, 246, 248, 0.72)) !important;
  border: 1px solid rgba(216, 167, 58, 0.44) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(124, 85, 24, 0.08),
    0 10px 28px rgba(168, 115, 30, 0.12) !important;
}

html[lang="zh-CN"] body.home-page .language-switch a {
  color: #3F6F97 !important;
  font-weight: 750 !important;
}

html[lang="zh-CN"] body.home-page .language-switch a.active {
  color: #7C5518 !important;
  background: linear-gradient(145deg, #FFF2B8 0%, #FFD76A 44%, #D8A73A 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 6px 16px rgba(216, 167, 58, 0.22) !important;
}

html[lang="zh-CN"] body.home-page .cy-section-title {
  color: #2F638C !important;
  font-size: clamp(36px, 3.4vw, 46px) !important;
  font-weight: 680 !important;
  letter-spacing: 3px !important;
  line-height: 1.22 !important;
  text-shadow: 0 1px 1px rgba(47, 99, 140, 0.12) !important;
}

html[lang="zh-CN"] body.home-page .cy-section-title::before,
html[lang="zh-CN"] body.home-page .cy-section-title::after {
  background: linear-gradient(90deg, transparent 0%, #A8731E 10%, #FFD76A 45%, #FFE89A 52%, #D8A73A 78%, transparent 100%) !important;
  box-shadow: 0 0 10px rgba(255, 215, 106, 0.38) !important;
  opacity: 1 !important;
}

html[lang="zh-CN"] body.home-page .cy-section-copy {
  color: #4F6F88 !important;
  font-size: 17px !important;
  font-weight: 560 !important;
  line-height: 2 !important;
  letter-spacing: 0.4px !important;
}

html[lang="zh-CN"] body.home-page .cy-module-card {
  min-height: 226px !important;
  padding: 28px 22px 26px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(216, 167, 58, 0.28) !important;
  box-shadow:
    0 16px 36px rgba(47, 99, 140, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(10px) !important;
}

html[lang="zh-CN"] body.home-page .cy-module-text h3 {
  color: #2F638C !important;
  font-size: clamp(24px, 1.6vw, 27px) !important;
  font-weight: 680 !important;
  line-height: 1.32 !important;
  letter-spacing: 2px !important;
  margin-bottom: 14px !important;
  text-shadow: 0 1px 1px rgba(47, 99, 140, 0.12) !important;
}

html[lang="zh-CN"] body.home-page .cy-module-text p {
  color: #4F6F88 !important;
  font-size: 16px !important;
  font-weight: 560 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.2px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

html[lang="zh-CN"] body.home-page .cy-more {
  color: #D8A73A !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  letter-spacing: 1px !important;
  text-shadow: 0 1px 2px rgba(255, 215, 106, 0.26) !important;
}

html[lang="zh-CN"] body.home-page .cy-service-point h3,
html[lang="zh-CN"] body.home-page .cy-wechat h3 {
  color: #2F638C !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.5px !important;
}

html[lang="zh-CN"] body.home-page .cy-service-point p,
html[lang="zh-CN"] body.home-page .cy-wechat p {
  color: #4F6F88 !important;
  font-size: 14px !important;
  font-weight: 520 !important;
  line-height: 1.65 !important;
  letter-spacing: 0.2px !important;
}

html[lang="zh-CN"] body.home-page .cy-copyright {
  color: #6F8498 !important;
  font-size: 13px !important;
  font-weight: 520 !important;
  letter-spacing: 0.3px !important;
}

@media (max-width: 640px) {
  html[lang="zh-CN"] body.home-page .cy-section-title {
    font-size: 30px !important;
  }

  html[lang="zh-CN"] body.home-page .cy-module-text h3 {
    font-size: 23px !important;
  }

  html[lang="zh-CN"] body.home-page .cy-module-text p {
    font-size: 15px !important;
  }
}

html[lang="zh-CN"] body.home-page .main-nav a.active,
html[lang="zh-CN"] body.home-page .main-nav a:hover {
  color: #D9A83F !important;
  background: linear-gradient(180deg, #FFE89A 0%, #FFD76A 42%, #D9A83F 74%, #A8731E 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 1px 3px rgba(255, 215, 106, 0.28) !important;
  box-shadow: none !important;
}

html[lang="zh-CN"] body.home-page .language-switch {
  background: linear-gradient(145deg, rgba(255, 250, 232, 0.9), rgba(232, 247, 249, 0.74)) !important;
  border-color: rgba(217, 168, 63, 0.52) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(124, 85, 24, 0.08),
    0 12px 30px rgba(168, 115, 30, 0.13) !important;
}

html[lang="zh-CN"] body.home-page .language-switch a.active {
  background: linear-gradient(145deg, #FFF4BE 0%, #FFE89A 24%, #FFD76A 54%, #D9A83F 100%) !important;
  color: #7C5518 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 7px 18px rgba(217, 168, 63, 0.24) !important;
}

html[lang="zh-CN"] body.home-page .cy-module-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 218, 140, 0.22), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(95, 184, 196, 0.16), transparent 34rem),
    radial-gradient(circle at 48% 72%, rgba(210, 239, 242, 0.26), transparent 36rem),
    linear-gradient(180deg, rgba(255, 252, 244, 0.52) 0%, rgba(234, 246, 248, 0.72) 54%, rgba(251, 249, 243, 0.86) 100%) !important;
  background-blend-mode: screen, normal, normal, normal !important;
}

html[lang="zh-CN"] body.home-page .cy-section-copy {
  color: #14304A !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.92 !important;
  letter-spacing: 0.45px !important;
}

html[lang="zh-CN"] body.site-cn .main-nav a,
body.site-cn .main-nav a {
  position: relative !important;
  color: #123F5C !important;
  -webkit-text-fill-color: #123F5C !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: color 0.2s ease, text-shadow 0.2s ease !important;
}

html[lang="zh-CN"] body.site-cn .main-nav a::after,
body.site-cn .main-nav a::after {
  content: none !important;
  display: none !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 32px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #FFE89A 0%, #D9A83F 52%, #A8731E 100%) !important;
  box-shadow: 0 0 9px rgba(255, 216, 106, 0.32) !important;
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0.5) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

html[lang="zh-CN"] body.site-cn .main-nav a:hover,
html[lang="zh-CN"] body.site-cn .main-nav a.active,
body.site-cn .main-nav a:hover,
body.site-cn .main-nav a.active {
  color: #C66A2E !important;
  -webkit-text-fill-color: #C66A2E !important;
  font-weight: 800 !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: 0 1px 2px rgba(198, 106, 46, 0.18) !important;
}

html[lang="zh-CN"] body.site-cn .main-nav a:hover::after,
html[lang="zh-CN"] body.site-cn .main-nav a.active::after,
body.site-cn .main-nav a:hover::after,
body.site-cn .main-nav a.active::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0) !important;
}

html[lang="zh-CN"] body.site-cn .language-switch,
body.site-cn .language-switch {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html[lang="zh-CN"] body.home-page .cy-home-main,
html[lang="zh-Hant"] body.home-page .cy-home-main {
  background-image: url("assets/bg-home-vivid-03.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[lang="zh-CN"] body.home-page .site-header,
html[lang="zh-Hant"] body.home-page .site-header,
html[lang="zh-CN"] body.home-page .home-hero,
html[lang="zh-Hant"] body.home-page .home-hero,
html[lang="zh-CN"] body.home-page .cy-home-main,
html[lang="zh-Hant"] body.home-page .cy-home-main,
html[lang="zh-CN"] body.home-page .ask-entry,
html[lang="zh-Hant"] body.home-page .ask-entry {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

html[lang="zh-CN"] body.home-page .cy-module-section,
html[lang="zh-Hant"] body.home-page .cy-module-section {
  max-width: 1040px !important;
  width: min(1040px, calc(100% - 220px)) !important;
  margin: 60px auto !important;
  padding: 72px 56px !important;
  background: rgba(251, 249, 243, 0.93) !important;
  background-image: none !important;
  box-shadow: 0 20px 50px rgba(10, 25, 41, 0.15) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

html[lang="zh-CN"] body.home-page .cy-about-section,
html[lang="zh-Hant"] body.home-page .cy-about-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 60px 40px !important;
}

html[lang="zh-CN"] body.home-page .cy-about-section > h2,
html[lang="zh-Hant"] body.home-page .cy-about-section > h2 {
  order: 0 !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto 30px auto !important;
}

html[lang="zh-CN"] body.home-page .cy-about-text,
html[lang="zh-Hant"] body.home-page .cy-about-text {
  order: 1 !important;
  width: 100% !important;
}

html[lang="zh-CN"] body.home-page .cy-about-text p:not(.about-quote),
html[lang="zh-Hant"] body.home-page .cy-about-text p:not(.about-quote) {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #132B40 !important;
  line-height: 2 !important;
  margin-bottom: 15px !important;
}

html[lang="zh-CN"] body.home-page .cy-about-text .about-quote,
html[lang="zh-Hant"] body.home-page .cy-about-text .about-quote {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #132B40 !important;
  margin-bottom: 35px !important;
  white-space: nowrap !important;
}

html[lang="zh-CN"] body.home-page .cy-about-button,
html[lang="zh-Hant"] body.home-page .cy-about-button {
  order: 2 !important;
  display: inline-block !important;
  margin: 0 auto 35px auto !important;
}

html[lang="zh-CN"] body.home-page .cy-about-visual,
html[lang="zh-Hant"] body.home-page .cy-about-visual {
  order: 3 !important;
  width: 460px !important;
  max-width: 460px !important;
  height: 280px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  margin: 20px auto 0 auto !important;
  box-shadow: 0 10px 30px rgba(19, 43, 64, 0.15) !important;
}

html[lang="zh-CN"] body.home-page .cy-about-visual img,
html[lang="zh-Hant"] body.home-page .cy-about-visual img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: left top !important;
  transform: scale(1.1) !important;
}

@media (max-width: 980px) {
  html[lang="zh-CN"] body.home-page .cy-module-section,
  html[lang="zh-Hant"] body.home-page .cy-module-section {
    width: min(100% - 32px, 1040px) !important;
    padding: 48px 24px !important;
  }

  html[lang="zh-CN"] body.home-page .cy-about-section,
  html[lang="zh-Hant"] body.home-page .cy-about-section {
    grid-template-columns: 1fr !important;
  }
}

html[lang="zh-CN"] body.home-page .home-hero,
html[lang="zh-Hant"] body.home-page .home-hero,
html[lang="zh-CN"] body.home-page .hero-section,
html[lang="zh-Hant"] body.home-page .hero-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

html[lang="zh-CN"] body.home-page .cy-home-main,
html[lang="zh-Hant"] body.home-page .cy-home-main,
html[lang="zh-CN"] body.home-page .main-bureau-content,
html[lang="zh-Hant"] body.home-page .main-bureau-content,
html[lang="zh-CN"] body.home-page .inner-content-section,
html[lang="zh-Hant"] body.home-page .inner-content-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background-color: transparent !important;
}

html[lang="zh-CN"] body.home-page .cy-about-section > h2,
html[lang="zh-Hant"] body.home-page .cy-about-section > h2 {
  margin: 0 auto 15px auto !important;
}

html[lang="zh-CN"] body.home-page .cy-about-text p:not(.about-quote),
html[lang="zh-Hant"] body.home-page .cy-about-text p:not(.about-quote) {
  max-width: 720px !important;
  margin: 0 auto 25px auto !important;
  text-align: center !important;
  text-wrap: balance !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #132B40 !important;
  line-height: 1.8 !important;
}

html[lang="zh-CN"] body.home-page .cy-about-text .about-quote,
html[lang="zh-Hant"] body.home-page .cy-about-text .about-quote {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #132B40 !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  white-space: nowrap !important;
}

html[lang="zh-CN"] body.site-cn > .detail-page-shell {
  background:
    radial-gradient(circle at 16% 18%, rgba(173, 220, 232, 0.16), transparent 34%),
    radial-gradient(circle at 84% 26%, rgba(192, 232, 238, 0.14), transparent 36%),
    radial-gradient(circle at 48% 80%, rgba(238, 216, 168, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(248, 253, 253, 0.88), rgba(255, 250, 242, 0.86)) !important;
  background-size: 120% 120%, 118% 118%, 112% 112%, auto !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

body {
  background-image: url("assets/bg-home-vivid-03.jpg") !important;
  background-size: 106% auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
  background-color: #0A1D2E !important;
}

main,
.detail-page-shell,
.main-bureau-content,
.inner-content-section,
.cy-home-main,
.home-main,
.page-main,
.content-main,
.footer-wrap {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

html[lang="zh-CN"] body.home-page .cy-home-main,
html[lang="zh-Hant"] body.home-page .cy-home-main {
  display: flow-root !important;
}

.modules-container,
.inner-content-section .white-box,
.form-container,
.main-card,
.bureau-content-box,
.description-card,
.theory-section .white-card,
.detail-panel,
.detail-mini-card,
.form-card,
.rules-card,
.next-step-panel,
.report-card,
.loading-box,
html[lang="zh-CN"] body.home-page .cy-module-section,
html[lang="zh-Hant"] body.home-page .cy-module-section {
  max-width: 1040px !important;
  width: min(1040px, calc(100% - 48px)) !important;
  margin: 50px auto !important;
  padding: 45px 35px !important;
  background: linear-gradient(135deg, rgba(235, 246, 252, 0.6) 0%, rgba(255, 255, 255, 0.5) 100%) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 215, 0, 0.25) !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 60px rgba(10, 26, 42, 0.2) !important;
}

.detail-grid {
  max-width: 1040px !important;
  margin: 50px auto !important;
}

.detail-panel:has(.feature-image-card) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr) !important;
  overflow: hidden !important;
}

/* Keep the established single-column detail layout on tablets and phones.
   This must follow the late visual-consistency grid rule above so its
   260px media column cannot collapse the approved copy into a thin strip. */
@media (max-width: 860px) {
  .detail-panel:has(.feature-image-card) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .detail-panel:has(.feature-image-card) > div:first-child,
  .detail-panel:has(.feature-image-card) > .feature-image-card {
    min-width: 0 !important;
    order: initial !important;
  }
}

.description-card,
.intro-text-box {
  max-width: 1040px !important;
  margin: 30px auto !important;
  padding: 35px 40px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(253, 250, 242, 0.7) 0%, rgba(248, 245, 236, 0.65) 60%, rgba(232, 244, 252, 0.55) 100%) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(198, 161, 91, 0.3) !important;
  box-shadow: 0 25px 60px rgba(10, 26, 42, 0.2) !important;
  text-align: center !important;
}

.description-card p,
.intro-text-box p {
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #132B40 !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

.about-title,
.about-section h2 {
  margin-bottom: 12px !important;
}

.about-content p,
.about-text-p {
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #132B40 !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

.description-card,
.form-container,
.main-card,
.bureau-content-box,
.form-card,
.rules-card,
.next-step-panel,
.loading-box,
.report-card {
  background: linear-gradient(135deg, rgba(253, 250, 242, 0.7) 0%, rgba(248, 245, 236, 0.65) 60%, rgba(232, 244, 252, 0.55) 100%) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(198, 161, 91, 0.3) !important;
  box-shadow: 0 25px 60px rgba(10, 26, 42, 0.2) !important;
}

.sub-title,
.bureau-subtitle,
.intro-text-box .section-label {
  font-family: "Noto Serif CJK SC", "Songti SC", serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #132B40 !important;
  letter-spacing: 2px !important;
  margin-bottom: 25px !important;
  position: relative !important;
}

.sub-title::after,
.bureau-subtitle::after,
.intro-text-box .section-label::after {
  content: "" !important;
  display: block !important;
  width: 240px !important;
  height: 2px !important;
  margin: 12px auto 0 auto !important;
  background: linear-gradient(90deg, transparent 0%, #FFD700 30%, #FFF5CC 50%, #FFD700 70%, transparent 100%) !important;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.6) !important;
}

body.site-cn .language-switch a.active {
  color: #7C5518 !important;
  background: linear-gradient(145deg, rgba(255, 248, 223, 0.98) 0%, rgba(239, 216, 154, 0.92) 100%) !important;
  border: 1px solid #C6A15B !important;
  box-shadow: 0 6px 16px rgba(198, 161, 91, 0.24) !important;
}

html[lang="zh-CN"] body.site-cn .site-header::before,
html[lang="zh-CN"] body.site-cn .site-header::after,
html[lang="zh-CN"] body.home-page .site-header::before,
html[lang="zh-CN"] body.home-page .site-header::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

html[lang="zh-CN"] body.site-cn .site-header .site-nav,
html[lang="zh-CN"] body.home-page .site-header .site-nav {
  background: transparent !important;
  background-image: none !important;
}

.site-header,
header,
.navbar,
.brand-navbar,
nav.site-header {
  background: linear-gradient(135deg, rgba(255, 252, 245, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-bottom: 1px solid rgba(198, 161, 91, 0.6) !important;
  box-shadow: 0 4px 30px rgba(10, 29, 46, 0.12) !important;
  z-index: 99999 !important;
}

html[lang="zh-CN"] body.site-cn .site-header .main-nav a,
html[lang="zh-CN"] body.home-page .site-header .main-nav a {
  color: #123F5C !important;
  -webkit-text-fill-color: #123F5C !important;
  text-shadow: none !important;
}

html[lang="zh-CN"] body.site-cn .site-header .main-nav a.active,
html[lang="zh-CN"] body.site-cn .site-header .main-nav a:hover,
html[lang="zh-CN"] body.home-page .site-header .main-nav a.active,
html[lang="zh-CN"] body.home-page .site-header .main-nav a:hover {
  color: #C66A2E !important;
  -webkit-text-fill-color: #C66A2E !important;
  text-shadow: none !important;
}

html[lang="zh-CN"] body.site-cn .site-header .language-switch,
html[lang="zh-CN"] body.home-page .site-header .language-switch {
  background: rgba(255, 250, 235, 0.94) !important;
  background-image: none !important;
  border: 1px solid rgba(214, 174, 96, 0.34) !important;
  box-shadow: 0 4px 16px rgba(21, 58, 78, 0.06) !important;
}

button[type="submit"],
.submit-action-btn {
  width: 100% !important;
  max-width: 320px !important;
  margin: 25px auto 0 auto !important;
  display: block !important;
  background: linear-gradient(135deg, #FFD700 0%, #E2C287 50%, #FFD700 100%) !important;
  border: 1px solid rgba(42, 22, 77, 0.3) !important;
  color: #2A164D !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 4px !important;
  padding: 14px 0 !important;
  border-radius: 25px !important;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  cursor: pointer !important;
}

button[type="submit"]:hover,
.submit-action-btn:hover {
  filter: brightness(1.1) !important;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5) !important;
  transform: translateY(-2px) !important;
}

footer,
.site-footer,
.site-footer-ref,
.footer-section,
.cy-footer-section {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  border: 0 !important;
  box-shadow: none !important;
}

footer .container,
.footer-bar,
.bureau-footer-box,
.cy-footer-inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 30px 40px !important;
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 215, 0, 0.25) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 50px rgba(10, 26, 42, 0.2) !important;
}

html[lang="zh-CN"] body.site-cn .cy-footer-section .footer-icon-medallion {
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  padding: 0 !important;
}

html[lang="zh-CN"] body.site-cn .cy-footer-section .footer-icon-medallion svg {
  display: none !important;
}

html[lang="zh-CN"] body.site-cn .cy-service-points .cy-service-point:nth-child(1) .footer-icon-medallion {
  background-image: url("assets/icon-home-eastern-wisdom.png") !important;
}

html[lang="zh-CN"] body.site-cn .cy-service-points .cy-service-point:nth-child(2) .footer-icon-medallion {
  background-image: url("assets/icon-home-professional-team.png") !important;
}

html[lang="zh-CN"] body.site-cn .cy-service-points .cy-service-point:nth-child(3) .footer-icon-medallion {
  background-image: url("assets/icon-home-custom-service.png") !important;
}

html[lang="zh-CN"] body.site-cn .cy-service-points .cy-service-point:nth-child(4) .footer-icon-medallion {
  background-image: url("assets/icon-home-privacy-security.png") !important;
}

html[lang="zh-CN"] body.site-cn .cy-wechat .footer-icon-medallion {
  background-image: url("assets/icon-home-wechat-consult.png") !important;
}

html[lang="zh-CN"] body.site-cn .cy-primary-cta,
html[lang="zh-CN"] body.home-page .cy-primary-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 220px !important;
  min-height: 60px !important;
  height: 60px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(198, 138, 50, 0.58) !important;
  border-radius: 999px !important;
  color: #123F5C !important;
  -webkit-text-fill-color: #123F5C !important;
  background: linear-gradient(135deg, #FFF4CF 0%, #E8C46D 42%, #D39A3D 100%) !important;
  box-shadow: 0 14px 30px rgba(188, 132, 46, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease !important;
}

html[lang="zh-CN"] body.site-cn .cy-primary-cta:hover,
html[lang="zh-CN"] body.home-page .cy-primary-cta:hover {
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #FFF8DA 0%, #EFD184 46%, #D9A44A 100%) !important;
  box-shadow: 0 18px 34px rgba(188, 132, 46, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

html[lang="zh-CN"] body.site-cn .cy-primary-cta.cy-primary-cta--disabled,
html[lang="zh-CN"] body.site-cn .cy-primary-cta:disabled {
  opacity: 0.82 !important;
  cursor: default !important;
  pointer-events: none !important;
}

html[lang="zh-CN"] body.site-cn .cy-primary-cta.cy-primary-cta--disabled:hover,
html[lang="zh-CN"] body.site-cn .cy-primary-cta:disabled:hover {
  transform: none !important;
}

html[lang="zh-CN"] body.home-page .form-card button.cy-primary-cta {
  display: flex !important;
  margin: 25px auto 0 auto !important;
}

html[lang="zh-CN"] body.site-cn .detail-actions,
html[lang="zh-CN"] body.site-cn .naming-actions {
  gap: 16px !important;
}

/* AURA MATRIX global English final pass */
html[lang="en"] body.site-cn,
html[lang="en"] body.home-page {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

html[lang="en"] body.site-cn .site-nav,
html[lang="en"] body.home-page .site-nav {
  width: min(1320px, calc(100% - 44px)) !important;
  grid-template-columns: 112px minmax(0, 1fr) auto !important;
  gap: 18px !important;
  min-width: 0 !important;
}

html[lang="en"] body.site-cn .brand-logo-img,
html[lang="en"] body.home-page .brand-logo-img {
  width: 82px !important;
}

html[lang="en"] body.site-cn .main-nav,
html[lang="en"] body.home-page .main-nav {
  min-width: 0 !important;
  justify-content: center !important;
  gap: clamp(14px, 1.45vw, 24px) !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn .language-switch,
html[lang="en"] body.home-page .language-switch {
  flex-shrink: 0 !important;
}

html[lang="en"] body.site-cn .language-switch a,
html[lang="en"] body.home-page .language-switch a {
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn .cy-primary-cta,
html[lang="en"] body.home-page .cy-primary-cta,
html[lang="en"] body.site-cn .detail-button,
html[lang="en"] body.home-page .detail-button,
html[lang="en"] body.site-cn .naming-button,
html[lang="en"] body.home-page .naming-button,
html[lang="en"] body.site-cn .upgrade-button,
html[lang="en"] body.home-page .upgrade-button {
  min-height: 58px !important;
  border-radius: 999px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(188, 132, 46, 0.62) !important;
  background: linear-gradient(135deg, #fff8da 0%, #efd184 46%, #d9a44a 100%) !important;
  color: #17313a !important;
  -webkit-text-fill-color: #17313a !important;
  box-shadow: 0 14px 30px rgba(188, 132, 46, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

html[lang="en"] body.site-cn .detail-mini-card h2,
html[lang="en"] body.site-cn .detail-mini-card h3,
html[lang="en"] body.site-cn .naming-card h3,
html[lang="en"] body.site-cn .naming-visual-card h3,
html[lang="en"] body.site-cn .naming-plan h3,
html[lang="en"] body.home-page .cy-module-text h3 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 680 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn .detail-mini-card p,
html[lang="en"] body.site-cn .naming-card p,
html[lang="en"] body.site-cn .naming-visual-card p,
html[lang="en"] body.site-cn .naming-plan p,
html[lang="en"] body.site-cn .naming-list,
html[lang="en"] body.home-page .cy-module-text p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 450 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

html[lang="en"] body.home-page .cy-module-card {
  min-height: 190px !important;
}

html[lang="en"] body.site-cn .detail-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel h1 {
  color: #123f5c !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(44px, 5vw, 62px) !important;
  font-weight: 760 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel .subtitle {
  color: #a8731e !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(19px, 2vw, 23px) !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-panel p:not(.subtitle):not(.update-note):not(.detail-price),
html[lang="en"] body.site-cn main.detail-page-shell .detail-grid .detail-mini-card p {
  color: #173E57 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(20px, 1.45vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.detail-page-shell .detail-grid .detail-mini-card h2,
html[lang="en"] body.site-cn main.detail-page-shell .detail-grid .detail-mini-card h3 {
  color: #123f5c !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 2vw, 30px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-tag {
  padding: 0 0 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #a8731e !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.42 !important;
  letter-spacing: 0.11em !important;
  cursor: default !important;
  position: relative !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-tag::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.62em !important;
  width: 5px !important;
  height: 5px !important;
  background: #d9a83f !important;
  transform: rotate(45deg) !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-price {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.045em !important;
  width: fit-content !important;
  font-family: Georgia, "Times New Roman", serif !important;
  line-height: 0.98 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-price span:not(.cy-price-amount) {
  display: block !important;
  font: inherit !important;
  line-height: inherit !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-card {
  grid-column: span 2 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-card:nth-child(4) {
  grid-column: 2 / span 2 !important;
}

html[lang="en"] body.site-cn main.naming-page-shell .naming-audience-card:nth-child(5) {
  grid-column: 4 / span 2 !important;
}

html[lang="en"] body.site-cn .cy-service-point h3,
html[lang="en"] body.site-cn .cy-wechat h3,
html[lang="en"] body.home-page .cy-service-point h3,
html[lang="en"] body.home-page .cy-wechat h3 {
  font-size: 15px !important;
  font-weight: 680 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn .cy-service-point p,
html[lang="en"] body.site-cn .cy-wechat p,
html[lang="en"] body.home-page .cy-service-point p,
html[lang="en"] body.home-page .cy-wechat p {
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 450 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
}

@media (max-width: 1180px) {
  html[lang="en"] body.site-cn .site-nav,
  html[lang="en"] body.home-page .site-nav {
    grid-template-columns: 1fr !important;
  }

  html[lang="en"] body.site-cn .main-nav,
  html[lang="en"] body.home-page .main-nav,
  html[lang="en"] body.site-cn .language-switch,
  html[lang="en"] body.home-page .language-switch {
    justify-self: start !important;
    flex-wrap: wrap !important;
  }

  html[lang="en"] body.site-cn .detail-grid {
    grid-template-columns: 1fr !important;
  }
}

html[lang] body.site-cn .cy-footer-section .cy-footer-inner,
html[lang] body.home-page .cy-footer-section .cy-footer-inner,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-footer-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: 154px !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-points,
html[lang] body.home-page .cy-footer-section .cy-service-points,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-points {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point,
html[lang] body.home-page .cy-footer-section .cy-service-point,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  align-content: start !important;
  min-height: 94px !important;
  padding: 14px 18px !important;
  border-right: 1px solid rgba(24, 50, 74, 0.1) !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point:last-child,
html[lang] body.home-page .cy-footer-section .cy-service-point:last-child,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point:last-child {
  border-right: 0 !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point h3,
html[lang] body.home-page .cy-footer-section .cy-service-point h3,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point h3 {
  margin: 0 0 4px !important;
  min-height: 23px !important;
  line-height: 1.45 !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point p,
html[lang] body.home-page .cy-footer-section .cy-service-point p,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point p {
  margin: 0 !important;
  line-height: 1.55 !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point p span,
html[lang] body.home-page .cy-footer-section .cy-service-point p span,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point p span {
  display: block !important;
}

html[lang] body.site-cn .cy-footer-section .cy-service-point:nth-child(5) .footer-icon-medallion,
html[lang] body.home-page .cy-footer-section .cy-service-point:nth-child(5) .footer-icon-medallion,
html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point:nth-child(5) .footer-icon-medallion {
  background-image: url("assets/icon-home-wechat-consult.png") !important;
}

html[lang="en"] body.site-cn .cy-footer-section .cy-service-point h3,
html[lang="en"] body.home-page .cy-footer-section .cy-service-point h3 {
  font-size: 15px !important;
  font-weight: 680 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

html[lang="en"] body.site-cn .cy-footer-section .cy-service-point p,
html[lang="en"] body.home-page .cy-footer-section .cy-service-point p {
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 450 !important;
  white-space: normal !important;
}

html[lang="zh-CN"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta,
html[lang="zh-Hant"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta,
html[lang="en"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta,
html[lang="zh-CN"] body.site-cn main.naming-page-shell .cy-primary-cta,
html[lang="zh-Hant"] body.site-cn main.naming-page-shell .cy-primary-cta,
html[lang="en"] body.site-cn main.naming-page-shell .cy-primary-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 220px !important;
  min-height: 60px !important;
  height: 60px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(198, 138, 50, 0.58) !important;
  border-radius: 999px !important;
  color: #123F5C !important;
  -webkit-text-fill-color: #123F5C !important;
  background: linear-gradient(135deg, #FFF4CF 0%, #E8C46D 42%, #D39A3D 100%) !important;
  box-shadow: 0 14px 30px rgba(188, 132, 46, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease !important;
}

html[lang="zh-CN"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta:hover,
html[lang="zh-Hant"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta:hover,
html[lang="en"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta:hover,
html[lang="zh-CN"] body.site-cn main.naming-page-shell .cy-primary-cta:hover,
html[lang="zh-Hant"] body.site-cn main.naming-page-shell .cy-primary-cta:hover,
html[lang="en"] body.site-cn main.naming-page-shell .cy-primary-cta:hover {
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #FFF8DA 0%, #EFD184 46%, #D9A44A 100%) !important;
  box-shadow: 0 18px 34px rgba(188, 132, 46, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

/* Chinese naming-page rhythm: shared by simplified and traditional layouts. */
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  gap: 18px !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid .naming-step,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid .naming-step {
  display: flex !important;
  min-height: 270px !important;
  box-sizing: border-box !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 28px 24px 30px !important;
  text-align: left !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid .naming-step-number,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid .naming-step-number {
  width: 36px !important;
  height: 36px !important;
  margin: 0 0 18px !important;
  flex: 0 0 auto !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid .naming-step h3,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid .naming-step h3 {
  display: flex !important;
  min-height: 56px !important;
  margin: 0 0 15px !important;
  align-items: flex-start !important;
  color: #3F719C !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid .naming-step p,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid .naming-step p {
  width: 100% !important;
  max-width: 19em !important;
  margin: 0 !important;
  color: #36576F !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.88 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade > h2,
html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note > h2 {
  max-width: 780px !important;
  margin: 0 auto 22px !important;
  font-size: clamp(30px, 3.1vw, 42px) !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade .naming-upgrade-lead {
  max-width: 640px !important;
  margin: 0 auto 20px !important;
  color: #3F719C !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.75 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade .naming-upgrade-copy {
  max-width: 720px !important;
  margin: 0 auto 28px !important;
  color: #526F86 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade .naming-note {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 24px 0 4px !important;
  border-top: 1px solid rgba(198, 161, 91, 0.28) !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade .naming-upgrade-summary {
  margin: 0 auto 13px !important;
  color: #315F8C !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade .naming-upgrade-benefit {
  max-width: 680px !important;
  margin: 0 auto !important;
  color: #617C91 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-upgrade-actions {
  margin-top: 30px !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note .naming-note-copy {
  max-width: 760px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  text-align: center !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note .naming-note-copy .naming-intro {
  max-width: 720px !important;
  margin: 0 auto !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note .naming-note-regular {
  color: #617C91 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note .naming-note-emphasis {
  color: #36576F !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.82 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell .naming-section.naming-note .naming-note-emphasis strong {
  display: inline-block !important;
  margin-bottom: 7px !important;
  color: #315F8C !important;
  font-weight: 700 !important;
}

@media (max-width: 980px) {
  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid,
  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 580px) {
  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid,
  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid {
    grid-template-columns: 1fr !important;
  }

  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-method-grid .naming-step,
  html[lang^="zh"] body.site-cn main.naming-page-shell .naming-flow-grid .naming-step {
    min-height: 0 !important;
  }
}

html[lang="zh-CN"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled,
html[lang="zh-Hant"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled,
html[lang="en"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled {
  border-color: rgba(198, 138, 50, 0.34) !important;
  color: rgba(18, 63, 92, 0.58) !important;
  -webkit-text-fill-color: rgba(18, 63, 92, 0.58) !important;
  background: linear-gradient(135deg, #FFF8E3 0%, #EAD69C 48%, #D8B76C 100%) !important;
  box-shadow: 0 8px 20px rgba(188, 132, 46, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
  opacity: 0.78 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

html[lang="zh-CN"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled:hover,
html[lang="zh-Hant"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled:hover,
html[lang="en"] body.site-cn main.detail-page-shell .detail-actions .cy-primary-cta--disabled:hover {
  transform: none !important;
}

/* Keep the three final naming CTAs equal in the existing action row. */
html[lang] body.site-cn main.naming-page-shell .naming-final .naming-actions .naming-button {
  flex: 1 1 220px !important;
}

@media (max-width: 760px) {
  html[lang] body.site-cn main.naming-page-shell .naming-final .naming-actions .naming-button {
    flex: none !important;
  }
}

@media (max-width: 980px) {
  html[lang] body.site-cn .cy-footer-section .cy-service-points,
  html[lang] body.home-page .cy-footer-section .cy-service-points,
  html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-points {
    grid-template-columns: 1fr !important;
  }

  html[lang] body.site-cn .cy-footer-section .cy-service-point,
  html[lang] body.home-page .cy-footer-section .cy-service-point,
  html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(24, 50, 74, 0.1) !important;
  }

  html[lang] body.site-cn .cy-footer-section .cy-service-point:last-child,
  html[lang] body.home-page .cy-footer-section .cy-service-point:last-child,
  html[lang] body.yiwen-tc-page .cy-footer-section .cy-service-point:last-child {
    border-bottom: 0 !important;
  }
}

html[lang="en"] body.site-cn .site-header .en-menu-toggle {
  display: none;
}

@media (max-width: 720px) {
  html[lang="en"] body.site-cn .site-header .container.site-nav {
    width: min(100% - 24px, 1180px) !important;
    max-width: none !important;
    grid-template-columns: auto auto !important;
    gap: 12px !important;
    align-items: center !important;
  }

  html[lang="en"] body.site-cn .site-header .brand-logo {
    width: auto !important;
    max-width: 150px !important;
    min-width: 0 !important;
    justify-self: start !important;
  }

  html[lang="en"] body.site-cn .site-header .en-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: end !important;
    width: auto !important;
    min-width: 86px !important;
    max-width: 120px !important;
    min-height: 40px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(188, 132, 46, 0.48) !important;
    border-radius: 999px !important;
    background: rgba(255, 253, 248, 0.82) !important;
    color: #123F5C !important;
    font: 700 14px/1 "Helvetica Neue", Arial, sans-serif !important;
    cursor: pointer !important;
  }

  html[lang="en"] body.site-cn .site-header .en-nav-cluster {
    display: none !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html[lang="en"] body.site-cn .site-header.en-menu-open .en-nav-cluster {
    display: grid !important;
    gap: 12px !important;
  }

  html[lang="en"] body.site-cn .site-header .en-nav-cluster .main-nav {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  html[lang="en"] body.site-cn .site-header .en-nav-cluster .services-menu,
  html[lang="en"] body.site-cn .site-header .en-nav-cluster .services-dropdown,
  html[lang="en"] body.site-cn .site-header .en-nav-cluster .language-switch {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html[lang="en"] body.site-cn .site-header .en-nav-cluster .services-dropdown {
    position: static !important;
    display: grid !important;
    margin-top: 8px !important;
    box-shadow: none !important;
  }
}

/* English navigation sync: compact two-line phrases, no services dropdown. */
html[lang="en"] body.site-cn.site-cn {
  overflow-x: hidden !important;
}

html[lang="en"] body.site-cn.site-cn .site-header {
  min-width: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .site-header::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1.5px !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(205, 154, 63, 0.86) 0%, rgba(238, 216, 168, 0.58) 40%, rgba(95, 187, 201, 0.78) 100%) !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .container.site-nav {
  width: min(1320px, calc(100% - 40px)) !important;
  max-width: 1320px !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: minmax(126px, 168px) minmax(0, 1fr) !important;
  gap: clamp(16px, 1.8vw, 26px) !important;
  align-items: center !important;
  padding: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo,
html[lang="en"] body.site-cn.site-cn .site-header .en-brand-logo {
  min-width: 0 !important;
  max-width: 168px !important;
  justify-self: start !important;
  flex-shrink: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo-img {
  width: 96px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo-wordmark {
  display: inline-block !important;
  color: #0E3A52 !important;
  -webkit-text-fill-color: #0E3A52 !important;
  font-family: "Cormorant Garamond", Baskerville, "Iowan Old Style", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .en-nav-cluster {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(14px, 1.5vw, 22px) !important;
  align-items: center !important;
  min-width: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(12px, 1.15vw, 20px) !important;
  min-width: 0 !important;
  overflow: visible !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a {
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  min-width: max-content !important;
  min-height: 42px !important;
  padding: 6px 0 !important;
  color: #123F5C !important;
  -webkit-text-fill-color: #123F5C !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a span {
  display: block !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a.active,
html[lang="en"] body.site-cn.site-cn .site-header .main-nav a:hover,
html[lang="en"] body.site-cn.site-cn .site-header .language-switch a.active,
html[lang="en"] body.site-cn.site-cn .site-header .language-switch a:hover {
  color: #C66A2E !important;
  -webkit-text-fill-color: #C66A2E !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: 0 1px 2px rgba(198, 106, 46, 0.12) !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a::after,
html[lang="en"] body.site-cn.site-cn .site-header .main-nav a.active::after,
html[lang="en"] body.site-cn.site-cn .site-header .main-nav a:hover::after {
  content: none !important;
  display: none !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .language-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  padding: 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(255, 250, 235, 0.82) 0%, rgba(235, 248, 250, 0.72) 48%, rgba(247, 230, 188, 0.78) 100%) !important;
  border: 1px solid rgba(201, 164, 93, 0.42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 12px 30px rgba(49, 95, 140, 0.11) !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .language-switch a {
  padding: 8px 8px !important;
  border-radius: 0 !important;
  color: #3F6F97 !important;
  -webkit-text-fill-color: #3F6F97 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .en-menu-toggle {
  display: none !important;
}

/* Final English-page closeout.  These selectors intentionally exclude Chinese pages. */
html[lang="en"] body.site-cn.site-cn .site-header,
html[lang="en"] body.home-page.site-cn .site-header {
  min-width: 0 !important;
  background: rgba(255, 253, 248, 0.94) !important;
  border-bottom: 1px solid rgba(205, 154, 63, 0.56) !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .container.site-nav,
html[lang="en"] body.home-page.site-cn .site-header .container.site-nav {
  width: min(1440px, calc(100% - 40px)) !important;
  max-width: 1440px !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: 106px minmax(0, 1fr) auto !important;
  gap: clamp(10px, 1.15vw, 18px) !important;
  align-items: center !important;
  padding: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo,
html[lang="en"] body.home-page.site-cn .site-header .brand-logo {
  width: 96px !important;
  height: 62px !important;
  max-width: none !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo-img,
html[lang="en"] body.home-page.site-cn .site-header .brand-logo-img {
  width: 96px !important;
  height: 62px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  mix-blend-mode: normal !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav,
html[lang="en"] body.home-page.site-cn .site-header .main-nav {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(7px, 0.75vw, 12px) !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(11.5px, 0.9vw, 13.5px) !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a,
html[lang="en"] body.home-page.site-cn .site-header .main-nav a {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px 0 !important;
  color: #123f5c !important;
  -webkit-text-fill-color: #123f5c !important;
  font: inherit !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .main-nav a.active,
html[lang="en"] body.site-cn.site-cn .site-header .main-nav a:hover,
html[lang="en"] body.home-page.site-cn .site-header .main-nav a.active,
html[lang="en"] body.home-page.site-cn .site-header .main-nav a:hover,
html[lang="en"] body.site-cn.site-cn .site-header .language-switch a.active,
html[lang="en"] body.home-page.site-cn .site-header .language-switch a.active {
  color: #c66a2e !important;
  -webkit-text-fill-color: #c66a2e !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .language-switch,
html[lang="en"] body.home-page.site-cn .site-header .language-switch {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  padding: 5px !important;
  border: 1px solid rgba(198, 161, 91, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 239, 0.9) !important;
  box-shadow: none !important;
}

html[lang="en"] body.site-cn.site-cn .site-header .language-switch a,
html[lang="en"] body.home-page.site-cn .site-header .language-switch a {
  padding: 7px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

html[lang="en"] body.site-cn.site-cn main,
html[lang="en"] body.home-page.site-cn main {
  max-width: 100% !important;
  overflow-x: clip !important;
}

html[lang="en"] body.home-page.site-cn main .home-hero {
  background:
    linear-gradient(90deg, rgba(248, 250, 241, 0.18) 0%, rgba(248, 250, 241, 0.08) 42%, rgba(255, 255, 255, 0) 74%),
    url("assets/aura-matrix-home-hero-en.webp") center center / cover no-repeat !important;
}

html[lang="en"] body.site-cn.site-cn .subpage-hero-copy {
  display: block !important;
  width: min(860px, 64vw) !important;
  padding: 28px 34px !important;
  border-radius: 20px !important;
  background: linear-gradient(90deg, rgba(7, 7, 8, 0.66), rgba(7, 7, 8, 0.34) 72%, rgba(7, 7, 8, 0)) !important;
}

html[lang="en"] body.site-cn.site-cn .subpage-hero-copy::before {
  display: none !important;
}

html[lang="en"] body.site-en .subpage-hero-copy-title {
  font-size: clamp(48px, 4.25vw, 64px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

html[lang="en"] body.site-en .subpage-hero-copy-subtitle {
  max-width: 820px !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-panel {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr) !important;
  gap: clamp(30px, 4vw, 60px) !important;
  padding: clamp(30px, 4.5vw, 58px) !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-panel.no-visual {
  grid-template-columns: minmax(0, 1fr) !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-panel h1 {
  font-size: clamp(42px, 3.3vw, 52px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-price,
html[lang="en"] body.site-en main.naming-page-shell .naming-price {
  display: inline-flex !important;
  align-items: baseline !important;
  font-family: Georgia, "Times New Roman", serif !important;
  line-height: 1 !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-price {
  margin: 2px 0 20px !important;
  font-size: clamp(30px, 3vw, 42px) !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-mini-card {
  padding: 30px 28px !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-mini-card p {
  color: #35566B !important;
  font-size: clamp(19px, 1.45vw, 21px) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-button {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 60px !important;
  height: 60px !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-hero h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(46px, 5.2vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-section h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(44px, 3.6vw, 52px) !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan-grid,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(20px, 1.55vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan h3 {
  min-height: 2.6em !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step {
  display: flex !important;
  min-width: 0 !important;
  min-height: 250px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step-number {
  display: grid !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  margin-bottom: 16px !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step h3 {
  min-height: 2.6em !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step p {
  margin-top: auto !important;
}

/* Circular step-number labels: preserve their existing geometry while centering numerals. */
.naming-step-number {
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

@media (max-width: 1120px) {
  html[lang="en"] body.site-en main.detail-page-shell .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

}

@media (max-width: 840px) {
  html[lang="en"] body.site-cn.site-cn .site-header .container.site-nav,
  html[lang="en"] body.home-page.site-cn .site-header .container.site-nav {
    width: min(100% - 28px, 720px) !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  html[lang="en"] body.site-cn.site-cn .site-header .main-nav,
  html[lang="en"] body.home-page.site-cn .site-header .main-nav {
    justify-content: flex-start !important;
    gap: 4px 14px !important;
    font-size: 13px !important;
  }

  html[lang="en"] body.site-cn.site-cn .subpage-hero-copy {
    left: 50% !important;
    top: 50% !important;
    width: min(88vw, 680px) !important;
    transform: translate(-50%, -50%) !important;
    padding: 24px !important;
  }

  html[lang="en"] body.site-cn.site-cn .subpage-hero-copy-title,
  html[lang="en"] body.site-cn.site-cn main.detail-page-shell .detail-panel h1,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-hero h1 {
    white-space: normal !important;
  }

  html[lang="en"] body.site-cn.site-cn .subpage-hero-copy-title {
    font-size: clamp(30px, 8.2vw, 42px) !important;
  }

  html[lang="en"] body.site-cn.site-cn main.detail-page-shell .detail-panel h1 {
    font-size: clamp(34px, 8.5vw, 42px) !important;
  }

  html[lang="en"] body.site-cn.site-cn main.detail-page-shell .detail-panel,
  html[lang="en"] body.site-cn.site-cn main.detail-page-shell .detail-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-flow-grid {
    grid-template-columns: 1fr !important;
  }

  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-audience-card,
  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-audience-card:nth-child(4),
  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-audience-card:nth-child(5) {
    grid-column: auto !important;
  }

  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step h3 {
    min-height: 0 !important;
  }
}

@media (max-width: 480px) {
  html[lang="en"] body.site-cn.site-cn .subpage-hero-copy {
    width: calc(100% - 28px) !important;
    padding: 18px !important;
  }

  html[lang="en"] body.site-cn.site-cn .subpage-hero-copy-title {
    font-size: 28px !important;
  }
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan-title-line {
  display: block !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-value-grid,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

html[lang="en"] body.site-en main.naming-page-shell .naming-audience-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step {
  grid-column: span 2 !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step:nth-child(4) {
  grid-column: 2 / span 2 !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step:nth-child(5) {
  grid-column: 4 / span 2 !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card {
  display: flex !important;
  flex-direction: column !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card h3 {
  min-height: 2.6em !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card p,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card p,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card p {
  margin-top: auto !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-note-copy .naming-intro > span {
  display: block !important;
}

@media (max-width: 1120px) {
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step:nth-child(4),
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid .naming-step:nth-child(5) {
    grid-column: auto !important;
  }
}

@media (max-width: 840px) {
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-hero h1 {
    font-size: clamp(34px, 9vw, 46px) !important;
    white-space: nowrap !important;
  }

  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-value-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-method-grid,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-grid {
    grid-template-columns: 1fr !important;
  }

  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card h3,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card h3,
  html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card h3 {
    min-height: 0 !important;
  }
}

html[lang="en"] body.site-cn.site-cn #purchaseSection .yiwen-price,
html[lang="en"] body.site-cn.site-cn #purchaseSection .yiwen-price .price-currency,
html[lang="en"] body.site-cn.site-cn #purchaseSection .yiwen-price .price-amount {
  display: inline-flex !important;
  align-items: baseline !important;
  line-height: 1 !important;
}

html[lang="en"] body.site-cn.site-cn .section-intro .yiwen-intro-pause,
html[lang="en"] body.site-cn.site-cn .section-intro .yiwen-intro-pause-strong {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-shadow: none !important;
}

html[lang="en"] body.site-cn.site-cn .section-intro .yiwen-ask-call {
  color: #c69a45 !important;
  -webkit-text-fill-color: #c69a45 !important;
  font-size: 1.18em !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-footer-inner,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-footer-inner {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  display: block !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 28px 30px !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-points,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-points {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: start !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-point,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-point {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  min-width: 0 !important;
  min-height: 68px !important;
  gap: 11px !important;
  align-items: start !important;
  padding: 6px 14px !important;
  border-right: 1px solid rgba(24, 50, 74, 0.1) !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-point:last-child,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-point:last-child {
  border-right: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-icon,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-icon {
  width: 42px !important;
  height: 42px !important;
  margin-top: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-point h3,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-point h3 {
  min-height: 1.35em !important;
  margin: 0 0 5px !important;
  color: #123f5c !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-point p,
html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-point p {
  margin: 0 !important;
  color: #526f83 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-points,
  html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 0 !important;
  }

  html[lang="en"] body.site-cn.site-cn .cy-footer-section .cy-service-point,
  html[lang="en"] body.home-page.site-cn .cy-footer-section .cy-service-point {
    border-right: 0 !important;
  }
}

html[lang="en"] body.site-cn.site-cn .site-header .brand-logo-img,
html[lang="en"] body.home-page.site-cn .site-header .brand-logo-img {
  mix-blend-mode: normal !important;
}

.cy-price-amount {
  display: inline-block;
  white-space: nowrap;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #0b4f70;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 390px) {
  .cy-price-amount {
    font-size: 30px;
  }
}

/* Naming pages: shared text hierarchy across Simplified Chinese, Traditional Chinese, and English. */
html[lang] body.site-cn main.naming-page-shell.naming-page-shell {
  --naming-section-title: #2b678b;
  --naming-section-accent: #c37422;
  --naming-card-title: #2f7398;
  --naming-body-text: #294d63;
  --naming-visual-label: #43677d;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-hero h1,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-section h2 {
  color: var(--naming-section-title) !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-eyebrow,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-hero-subtitle,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-visual-slogan,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-intro,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-tag {
  color: var(--naming-section-accent) !important;
  background: none !important;
  -webkit-text-fill-color: var(--naming-section-accent) !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-card h3,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-visual-card h3,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-audience-card h3,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-step h3,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-plan h3 {
  color: var(--naming-card-title) !important;
  font-weight: 600 !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-card p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-visual-card p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-audience-card p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-step p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-plan p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-hero-copy p,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-fit,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-list li,
html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-note p {
  color: var(--naming-body-text) !important;
  opacity: 1 !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-mockup {
  color: var(--naming-visual-label) !important;
  font-weight: 700 !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-section .naming-card {
  display: flex !important;
  flex-direction: column !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-section .naming-card h3 {
  min-height: 2.7em !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-section .naming-card p {
  margin-top: 0 !important;
}

/* Five-Element Naming: Chinese final refinement for the five requested sections only. */
html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-section[aria-labelledby="naming-audience-title"] .naming-audience-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-section[aria-labelledby="naming-audience-title"] .naming-audience-card {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-section[aria-labelledby="naming-audience-title"] .naming-audience-card h3 {
  min-height: 4.2em !important;
  margin: 0 0 14px !important;
  color: #174f70 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-section[aria-labelledby="naming-audience-title"] .naming-audience-card p {
  margin: 0 !important;
  color: #38596e !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-upgrade .naming-upgrade-copy > p,
html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-upgrade .naming-upgrade-benefit > p {
  margin: 0 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-upgrade .naming-upgrade-copy > p + p,
html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-upgrade .naming-upgrade-benefit > p + p {
  margin-top: 0.35em !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final {
  --naming-final-title: #245a78;
  --naming-final-gold: #a9792b;
  --naming-final-body: #48677a;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final h2 {
  color: var(--naming-final-title) !important;
  font-family: "Songti SC", "STSong", "SimSun", serif !important;
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.34 !important;
  letter-spacing: 0.045em !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final .naming-intro {
  margin: 17px auto 30px !important;
  color: var(--naming-final-gold) !important;
  -webkit-text-fill-color: var(--naming-final-gold) !important;
  font-size: clamp(18px, 1.55vw, 21px) !important;
  font-weight: 600 !important;
  line-height: 1.78 !important;
}

html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final .naming-actions {
  margin-top: 30px !important;
}

@media (max-width: 580px) {
  html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-section[aria-labelledby="naming-audience-title"] .naming-audience-card h3 {
    min-height: 0 !important;
  }

  html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final h2 {
    font-size: 29px !important;
    line-height: 1.38 !important;
  }

  html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell #naming-final .naming-intro {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }
}

html[lang="en"] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-title-line {
  display: block;
}

@media (max-width: 760px) {
  html[lang^="zh"] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-title-line {
    display: block;
  }
}

@media (max-width: 480px) {
  html[lang="en"] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-section h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  html[lang="en"] body.site-cn main.naming-page-shell.naming-page-shell .naming-value-title-line {
    display: inline;
  }
}

/* Keep the One Question unit balanced with its full price amount. */
html[lang="zh-CN"] body.site-cn.site-cn main #purchaseSection .form-card .yiwen-price,
html[lang="zh-Hant"] body.yiwen-tc-page.yiwen-tc-page main #purchaseSection .form-card .yiwen-price,
html[lang="en"] body.site-cn.site-cn main #purchaseSection .form-card .yiwen-price {
  font-size: 38px !important;
  line-height: 1.08 !important;
  white-space: nowrap;
}

/* Preserve the required price size in the One Question checkout CTA without overflow. */
html[lang="zh-CN"] body.site-cn.site-cn #startYiwenCheckout,
html[lang="zh-Hant"] body.yiwen-tc-page.yiwen-tc-page #startYiwenCheckout,
html[lang="en"] body.site-cn.site-cn #startYiwenCheckout {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 8px;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  padding: 14px 26px !important;
  color: #0b4f70 !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.015em !important;
  white-space: normal;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan-cta,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-actions .naming-button {
  width: auto !important;
  max-width: 100% !important;
  min-height: 54px !important;
  padding: 14px 22px !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-value-title-line,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-intro > span[style*="display: block"],
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-note p > span[style*="display: block"],
html[lang="en"] body.site-cn.site-cn main.naming-page-shell #naming-final h2 > span[style*="display: block"] {
  display: inline !important;
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-intro > span[style*="display: block"] + span::before,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-note p > span[style*="display: block"] + span::before,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell #naming-final h2 > span[style*="display: block"] + span::before {
  content: " ";
}

html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-section h2,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-visual-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-audience-card h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-step h3,
html[lang="en"] body.site-cn.site-cn main.naming-page-shell .naming-plan h3 {
  text-wrap: balance;
}

html[lang="en"] body.site-cn.site-cn #startYiwenCheckout .cy-price-amount {
  display: inline !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-cn.site-cn #startYiwenCheckout {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline;
  justify-content: center;
  gap: 0 8px;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  min-width: min(100%, 292px) !important;
  padding: 14px 20px !important;
  color: #0b4f70 !important;
  font-size: clamp(18px, 1.6vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 390px) {
  html[lang="zh-CN"] body.site-cn.site-cn main #purchaseSection .form-card .yiwen-price,
  html[lang="zh-Hant"] body.yiwen-tc-page.yiwen-tc-page main #purchaseSection .form-card .yiwen-price,
  html[lang="en"] body.site-cn.site-cn main #purchaseSection .form-card .yiwen-price {
    font-size: 30px !important;
  }

  html[lang="zh-CN"] body.site-cn.site-cn #startYiwenCheckout,
  html[lang="zh-Hant"] body.yiwen-tc-page.yiwen-tc-page #startYiwenCheckout,
  html[lang="en"] body.site-cn.site-cn #startYiwenCheckout {
    font-size: 30px !important;
  }

  html[lang="en"] body.site-cn.site-cn #startYiwenCheckout {
    min-width: 0 !important;
    font-size: 18px !important;
  }
}

/* Five-Element Naming: hero introduction only. */
html[lang] body.site-cn.site-cn main.naming-page-shell.naming-page-shell .naming-hero .naming-hero-copy > p {
  font-size: 22px !important;
  line-height: 1.85 !important;
  font-weight: 500 !important;
}

@media (max-width: 1100px) {
  html[lang] body.site-cn.site-cn main.naming-page-shell.naming-page-shell .naming-hero .naming-hero-copy > p {
    font-size: 21px !important;
  }
}

@media (max-width: 390px) {
  html[lang] body.site-cn.site-cn main.naming-page-shell.naming-page-shell .naming-hero .naming-hero-copy > p {
    font-size: 18px !important;
    line-height: 1.75 !important;
  }
}

/* Five-Element Naming plans: keep matching content stages on one shared desktop rhythm. */
html[lang] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-kicker {
  min-height: 40px !important;
}

html[lang] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-description {
  min-height: 186px;
}

html[lang="en"] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-description {
  min-height: 278px;
}

@media (max-width: 1200px) and (min-width: 761px) {
  html[lang="en"] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-description {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  html[lang] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-kicker,
  html[lang] body.site-cn main.naming-page-shell.naming-page-shell #naming-plans .naming-plan-description {
    min-height: 0 !important;
  }
}

/* English-only typography: a calmer editorial hierarchy without affecting Chinese pages. */
html[lang="en"] body.site-en {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

html[lang="en"] body.site-en:is(.home-page, .en-oracle-final, .en-blueprint-final, .en-palm-final, .en-naming-final, .en-ritual-final, .en-wisdom-final) :is(.cy-section-title, .cy-module-text h3, .detail-panel h1, .detail-mini-card h2, .detail-mini-card h3, .naming-hero h1, .naming-section h2, .theory-hero-title, .subpage-hero-copy-title, .report-title) {
  font-family: Baskerville, Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html[lang="en"] body.site-en:is(.home-page, .en-oracle-final, .en-blueprint-final, .en-palm-final, .en-naming-final, .en-ritual-final, .en-wisdom-final) :is(.cy-section-copy, .cy-module-text p, .cy-more, .detail-panel p, .detail-mini-card p, .detail-panel li, .naming-intro, .naming-hero-copy p, .naming-card p, .naming-visual-card p, .naming-audience-card p, .naming-step p, .naming-plan p, .naming-list, .subtitle, .form-card label, .form-card input, .form-card textarea) {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en button,
html[lang="en"] body.site-en .detail-button,
html[lang="en"] body.site-en .naming-button,
html[lang="en"] body.site-en .upgrade-button,
html[lang="en"] body.site-en .ghost-button {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en .site-header .main-nav {
  gap: 10px !important;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en .site-header .main-nav a {
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* English product names only: keep the approved name as one semantic unit. */
html[lang="en"] body.site-en .en-product-name {
  display: inline-block !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en .home-hero-brand-title {
  font-weight: 600 !important;
  line-height: 0.96 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en .cy-section-copy .copy-line,
html[lang="en"] body.site-en .cy-about-text p > span {
  display: inline !important;
}

html[lang="en"] body.site-en .cy-section-copy .copy-line + .copy-line::before,
html[lang="en"] body.site-en .cy-about-text p > span + span::before {
  content: " ";
}

html[lang="en"] body.site-en .naming-hero h1 {
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  white-space: normal !important;
}

html[lang="en"] body.site-en .naming-hero-slogan {
  display: block !important;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en .naming-hero-subtitle {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 840px) {
  html[lang="en"] body.site-en .site-header .main-nav {
    font-size: 13px !important;
  }

  html[lang="en"] body.site-en .naming-hero h1 {
    font-size: clamp(30px, 8.5vw, 46px) !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en .naming-hero-slogan {
    font-size: clamp(22px, 6.2vw, 30px) !important;
  }
}

/* Page styles are intentionally dense; this final English scope outranks their local overrides. */
html[lang="en"] body.site-en.site-en.site-cn {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

html[lang="en"] body.site-en.site-en.site-cn:is(.home-page, .en-oracle-final, .en-blueprint-final, .en-palm-final, .en-naming-final, .en-ritual-final, .en-wisdom-final) :is(.cy-section-title, .cy-module-text h3, .detail-panel h1, .detail-mini-card h2, .detail-mini-card h3, .naming-hero h1, .naming-section h2, .theory-hero-title, .subpage-hero-copy-title, .report-title) {
  font-family: Baskerville, Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html[lang="en"] body.site-en.site-en.site-cn:is(.home-page, .en-oracle-final, .en-blueprint-final, .en-palm-final, .en-naming-final, .en-ritual-final, .en-wisdom-final) :is(.cy-section-copy, .cy-module-text p, .cy-more, .detail-panel p, .detail-mini-card p, .detail-panel li, .naming-intro, .naming-hero-copy p, .naming-card p, .naming-visual-card p, .naming-audience-card p, .naming-step p, .naming-plan p, .naming-list, .subtitle, .form-card label, .form-card input, .form-card textarea) {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav {
  gap: 10px !important;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav a {
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

@media (max-width: 1120px) and (min-width: 761px) {
  html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav {
    gap: 2px !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 54px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* English product names only: this higher-specificity scope wins over page-local rules. */
html[lang="en"] body.site-en.site-en.site-cn .en-product-name {
  display: inline-block !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en.site-en.site-cn :is(button, .detail-button, .naming-button, .upgrade-button, .ghost-button) {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en.site-en.site-cn .home-hero-brand-title {
  font-weight: 600 !important;
  line-height: 0.96 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en.site-en.site-cn .cy-section-copy .copy-line,
html[lang="en"] body.site-en.site-en.site-cn .cy-about-text p > span {
  display: inline !important;
}

html[lang="en"] body.site-en.site-en.site-cn .cy-section-copy .copy-line + .copy-line::before,
html[lang="en"] body.site-en.site-en.site-cn .cy-about-text p > span + span::before {
  content: " ";
}

html[lang="en"] body.site-en.site-en.site-cn .naming-hero h1 {
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  white-space: normal !important;
}

html[lang="en"] body.site-en.site-en.site-cn .naming-hero-slogan {
  display: block !important;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] body.site-en.site-en.site-cn .naming-hero-subtitle {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 840px) {
  html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav {
    width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 0 14px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .site-header .main-nav a {
    min-width: 0 !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .naming-hero h1 {
    font-size: clamp(30px, 7vw, 46px) !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .naming-hero {
    padding-inline: 16px !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .naming-hero-slogan {
    font-size: clamp(22px, 6.2vw, 30px) !important;
  }

  html[lang="en"] body.site-en.site-en.site-cn .naming-hero-subtitle {
    font-size: 17px !important;
  }
}

/* The naming page has an additional local override layer; keep its mobile hero inside the card. */
@media (max-width: 840px) {
  html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn main.naming-page-shell .naming-hero {
    padding-inline: 16px !important;
  }

  html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn main.naming-page-shell .naming-hero h1 {
    font-size: 29px !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn main.naming-page-shell .naming-hero-subtitle {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }
}

/* English homepage About: quiet, editorial brand treatment. */
html[lang="en"] body.home-page.site-en.site-cn main .cy-about-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr) !important;
  grid-template-areas:
    "title visual"
    "copy visual" !important;
  column-gap: 42px !important;
  row-gap: 0 !important;
  align-items: center !important;
  padding: clamp(36px, 4vw, 52px) !important;
}

/* Homepage hero: restore the approved AURA MATRIX wordmark as one visible unit. */
html[lang="en"] body.home-page.site-en.site-en.site-cn main .home-hero .home-hero-brand-title {
  display: block !important;
  width: auto !important;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-size: clamp(56px, 6.5vw, 96px) !important;
  font-weight: 600 !important;
  line-height: 0.96 !important;
}

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-section > h2 {
  grid-area: title !important;
  width: auto !important;
  margin: 0 0 20px !important;
  color: #18324a !important;
  font-family: "Cormorant Garamond", Baskerville, "Iowan Old Style", Georgia, serif !important;
  font-size: clamp(34px, 3.05vw, 46px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.015em !important;
  text-align: left !important;
}

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text {
  grid-area: copy !important;
  width: auto !important;
  max-width: 620px !important;
  text-align: left !important;
}

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text p,
html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text p:not(.about-quote),
html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text .about-quote {
  margin: 0 !important;
  color: #40586c !important;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(19px, 1.45vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.82 !important;
  letter-spacing: 0.005em !important;
  text-align: left !important;
  white-space: normal !important;
}

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text .about-quote {
  margin-top: 20px !important;
  color: #294860 !important;
  font-family: "Cormorant Garamond", Baskerville, "Iowan Old Style", Georgia, serif !important;
  font-size: clamp(21px, 1.7vw, 25px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
}

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-visual {
  grid-area: visual !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  align-self: center !important;
}

@media (max-width: 760px) {
  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-section {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "title"
      "copy"
      "visual" !important;
    gap: 0 !important;
    width: min(100% - 28px, 620px) !important;
    padding: 40px 22px 26px !important;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-section > h2,
  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text,
  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text p,
  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text .about-quote {
    text-align: left !important;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-section > h2 {
    margin-bottom: 17px !important;
    font-size: clamp(31px, 9.4vw, 38px) !important;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text p,
  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text p:not(.about-quote) {
    font-size: 19px !important;
    line-height: 1.78 !important;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-about-text .about-quote {
    margin-top: 17px !important;
    font-size: 21px !important;
    line-height: 1.48 !important;
  }

html[lang="en"] body.home-page.site-en.site-cn main .cy-about-visual {
  margin-top: 28px !important;
}
}

/* Screenshot-targeted refinements: English home, Oracle, and Blueprint only. */

html[lang="en"] body.home-page.site-en.site-cn main > .home-hero .home-hero-brand-title {
  display: none !important;
}

@media (min-width: 981px) {
  html[lang="en"] body.home-page.site-en.site-cn main .cy-services-section .cy-module-grid {
    align-items: stretch;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-services-section .cy-module-card {
    height: 100%;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-services-section .cy-module-card > .cy-module-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
  }

  html[lang="en"] body.home-page.site-en.site-cn main .cy-services-section .cy-module-card > .cy-module-text > .cy-more {
    margin-top: auto;
  }
}

html[lang="en"] body.site-en.site-cn #purchaseSection .form-card > .section-label,
html[lang="en"] body.site-en.site-cn #purchaseSection .form-card > .section-label .en-product-name {
  color: #765018 !important;
  -webkit-text-fill-color: #765018 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

html[lang="en"] body.site-en.site-cn main.detail-page-shell.subpage-glass-blueprint .detail-panel p.detail-price:not(.subtitle):not(.update-note) {
  display: inline-flex !important;
  align-items: baseline !important;
  white-space: nowrap;
  line-height: 1 !important;
}

html[lang="en"] body.site-en.site-cn main.detail-page-shell.subpage-glass-blueprint .detail-panel p.detail-price:not(.subtitle):not(.update-note) > .cy-price-amount {
  display: block;
  line-height: 1 !important;
}

/* English type scale: retain readable editorial hierarchy without narrowing content columns. */
html[lang="en"] body.site-en main.detail-page-shell .detail-panel h1 {
  font-size: clamp(44px, 3.6vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
}

html[lang="en"] body.en-wisdom-final.site-en.site-cn main.detail-page-shell .detail-panel .subtitle {
  color: #A87522 !important;
  -webkit-text-fill-color: #A87522 !important;
  font-size: clamp(30px, 2.5vw, 34px) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-panel p:not(.subtitle):not(.detail-price):not(.update-note),
html[lang="en"] body.site-en main.detail-page-shell .detail-mini-card p {
  color: #173E57 !important;
  font-size: clamp(20px, 1.45vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
}

html[lang="en"] body.site-en main.detail-page-shell .detail-mini-card h2,
html[lang="en"] body.site-en main.detail-page-shell .detail-mini-card h3 {
  color: #123B57 !important;
  font-size: clamp(27px, 2vw, 30px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

html[lang="en"] body.en-wisdom-final.site-en.site-cn main.detail-page-shell .detail-actions .detail-button,
html[lang="en"] body.en-wisdom-final.site-en.site-cn main.detail-page-shell .detail-actions .cy-primary-cta {
  display: flex !important;
  flex: 0 0 72px !important;
  width: 350px !important;
  min-width: 350px !important;
  height: 72px !important;
  min-height: 72px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  font-size: clamp(19px, 1.35vw, 21px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero h1 {
  font-size: clamp(44px, 3.8vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-slogan {
  width: min(100%, 1040px) !important;
  font-size: clamp(35px, 3.2vw, 42px) !important;
  font-weight: 650 !important;
  line-height: 1.18 !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-slogan > span {
  display: block !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-subtitle {
  width: min(100%, 1080px) !important;
  font-size: clamp(22px, 1.9vw, 27px) !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell .naming-global-use {
  display: inline-block !important;
  white-space: nowrap !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell :is(.naming-card, .naming-visual-card, .naming-audience-card, .naming-step, .naming-plan) h3 {
  font-size: clamp(25px, 2vw, 29px) !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

html[lang="en"] body.en-naming-final main.naming-page-shell :is(.naming-card, .naming-visual-card, .naming-audience-card, .naming-step, .naming-plan) p,
html[lang="en"] body.en-naming-final main.naming-page-shell .naming-intro,
html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-copy p {
  font-size: clamp(19px, 1.45vw, 21px) !important;
  color: #173E57 !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
}

html[lang="en"] body.home-page.site-en main .cy-section-title {
  font-size: clamp(38px, 3.5vw, 48px) !important;
  font-weight: 700 !important;
}

html[lang="en"] body.home-page.site-en main .cy-module-text h3 {
  color: #123B57 !important;
  font-size: clamp(27px, 2vw, 30px) !important;
  font-weight: 700 !important;
}

html[lang="en"] body.home-page.site-en main .cy-module-text p,
html[lang="en"] body.home-page.site-en main .cy-more {
  color: #35566B !important;
  font-size: clamp(20px, 1.45vw, 21px) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

@media (max-width: 840px) {
  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero h1 {
    font-size: clamp(40px, 8vw, 50px) !important;
    white-space: normal !important;
  }

  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-slogan {
    font-size: clamp(29px, 6.2vw, 36px) !important;
  }

  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero-subtitle {
    font-size: clamp(20px, 4.8vw, 23px) !important;
  }
}

/* Keep the late English page layers on the approved scale. */
html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-hero h1 {
  font-size: clamp(44px, 3.8vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-hero-slogan {
  font-size: clamp(35px, 3.2vw, 42px) !important;
  font-weight: 650 !important;
  line-height: 1.18 !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-hero-subtitle {
  font-size: clamp(22px, 1.9vw, 27px) !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-value-section .naming-card h3 {
  color: #123F5C !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell :is(.naming-card, .naming-visual-card, .naming-audience-card, .naming-step, .naming-plan) p,
html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-intro,
html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-hero-copy p {
  font-size: clamp(20px, 1.45vw, 22px) !important;
  color: #173E57 !important;
  font-weight: 500 !important;
  line-height: 1.64 !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-ritual-final main.detail-page-shell .detail-actions {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 14px !important;
}

html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-ritual-final main.detail-page-shell .detail-actions .detail-button {
  width: auto !important;
  min-width: 0 !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 18px !important;
}

@media (max-width: 1100px) {
  html[lang="en"] body.site-en .cy-footer-section .cy-service-points {
    grid-template-columns: 1fr !important;
  }

  html[lang="en"] body.site-en .cy-footer-section .cy-service-point,
  html[lang="en"] body.site-en .cy-footer-section .cy-service-point > div,
  html[lang="en"] body.site-en .cy-footer-section .cy-service-point :is(h3, p) {
    min-width: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 840px) {
  html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-naming-final main.naming-page-shell .naming-hero h1 {
    font-size: clamp(40px, 8vw, 50px) !important;
    white-space: normal !important;
  }

  html[lang="en"] body.en-wisdom-final .theory-hero-title .en-product-name {
    white-space: normal !important;
  }

  html[lang="en"] body.site-en.site-en.site-en.site-en.site-en.site-cn.en-wisdom-final .theory-hero-title .en-product-name {
    display: inline !important;
    white-space: normal !important;
  }

  html[lang="en"] body.site-en main.detail-page-shell .detail-panel h1 .en-product-name,
  html[lang="en"] body.en-naming-final main.naming-page-shell .naming-hero h1 .en-product-name {
    white-space: normal !important;
  }

  html[lang="en"] body.site-en .cy-footer-section :is(h3, p, a, span) {
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  html[lang="en"] body.en-oracle-final #purchaseSection .submit-action-btn,
  html[lang="en"] body.en-naming-final .naming-plan .naming-button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 14px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
  }
}

html[lang="en"] body.en-blueprint-final main.detail-page-shell .detail-panel h1 .en-product-name {
  white-space: normal !important;
}

/* Shared five-service footer: keep the supplied icon artwork at its native square display size. */
html[lang] body.site-cn.site-cn .cy-footer-section .cy-service-icon.footer-icon-medallion {
  width: 52px !important;
  height: 52px !important;
}

/* AURA MATRIX ONE uses a dark service footer. */
html[lang="en"] body.site-cn.en-oracle-final .cy-footer-section .cy-service-point h3,
html[lang="en"] body.site-cn.en-oracle-final .cy-footer-section .cy-wechat h3 {
  color: #D6B15C !important;
}

html[lang="en"] body.site-cn.en-oracle-final .cy-footer-section :is(.cy-service-point p, .cy-service-point p span, .cy-wechat p, .cy-wechat p span) {
  color: #E6E0D5 !important;
}

body.article-page .am-v14-choice {
  color: #B57A18 !important;
  -webkit-text-fill-color: #B57A18 !important;
  font-size: 1.14em !important;
  font-weight: 750 !important;
}

@media (max-width: 767px) {
  body.home-page .cy-services-section .cy-section-title {
    text-align: center !important;
  }

  body.home-page .cy-services-section .am-mobile-title-line {
    display: block !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }

  body.home-page .cy-services-section .am-mobile-title-separator {
    display: none !important;
  }

  body .am-prepay-member .am-member-price {
    display: inline-block !important;
    font-size: 1.2em !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects),
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) {
    --am-mobile-detail-font-size: 21px;
    --am-mobile-detail-line-height: 1.72;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  :is(.detail-panel p:not(.subtitle):not(.update-note), .detail-mini-card p),
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  :is(.detail-panel p:not(.subtitle):not(.update-note), .detail-mini-card p) {
    font-size: var(--am-mobile-detail-font-size) !important;
    line-height: var(--am-mobile-detail-line-height) !important;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  .detail-panel p:not(.subtitle):not(.update-note),
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  .detail-panel p:not(.subtitle):not(.update-note) {
    margin-bottom: 28px !important;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell .detail-actions,
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell .detail-actions {
    flex-direction: column !important;
    align-items: center !important;
    gap: 26px !important;
    margin-top: 60px !important;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  .detail-actions .detail-button,
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell
  .detail-actions .detail-button {
    width: 70% !important;
    max-width: 295px !important;
    min-width: 0 !important;
    min-height: 52px !important;
    height: auto !important;
    margin-inline: auto !important;
    padding: 13px 18px !important;
    background: linear-gradient(135deg, #E7B44A 0%, #F3D486 52%, #E4AE43 100%) !important;
    color: #102F43 !important;
    -webkit-text-fill-color: #102F43 !important;
  }

  html[lang="zh-CN"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell .detail-grid,
  html[lang="zh-Hant"] body.site-cn:is(.am-page-palm, .am-page-objects) main.detail-page-shell .detail-grid {
    margin-top: 48px !important;
    gap: 26px !important;
  }
}
