@charset "utf-8";

:root {
  --bg: #f3f7fb;
  --paper: #ffffff;
  --paper-2: #f7fbff;
  --ink: #1d2736;
  --muted: #637083;
  --line: rgba(7, 82, 143, 0.12);
  --brand: #07528f;
  --brand-strong: #073b6d;
  --brand-soft: #eaf5fc;
  --gold: #0a9bd8;
  --gold-soft: #e8f7fd;
  --accent: #df5d58;
  --accent-soft: #fff0ef;
  --wechat: #1f8f4d;
  --shadow: 0 14px 34px rgba(7, 59, 109, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(10, 155, 216, 0.11), transparent 30%),
    radial-gradient(circle at 88% 0, rgba(7, 82, 143, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);
  color: var(--ink);
  font: 16px/1.7 "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, #052b4d, #07528f);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.topbar__inner,
.header__inner,
.hero,
.content-grid,
.footer__grid,
.page-grid {
  display: flex;
  gap: 20px;
}

.topbar__inner {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.topbar__note {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(21, 58, 91, 0.08);
}

.header__inner {
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand__badge {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--brand-strong), var(--gold));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(21, 58, 91, 0.22);
}

.brand__title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand__sub {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s ease;
}

.nav a:hover,
.nav a.is-active {
  background: var(--brand-soft);
  color: var(--brand);
}

.header__phone {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--gold));
  border: 1px solid rgba(10, 155, 216, 0.24);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(21, 58, 91, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.mobile-menu-toggle.is-open {
  background: var(--brand);
  color: #fff;
}

.hero-shell,
.page-shell {
  padding: 32px 0 22px;
}

.hero {
  align-items: stretch;
}

.hero__main,
.hero__side,
.service-card,
.article-card,
.feature-strip,
.timeline,
.region-box,
.faq,
.content-panel,
.sidebar-panel,
.contact-band,
.crumbs {
  background: var(--paper);
  border: 1px solid rgba(21, 58, 91, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero__main {
  flex: 1.2;
  background:
    linear-gradient(130deg, rgba(255,255,255,0.1), rgba(255,255,255,0) 55%),
    linear-gradient(140deg, #063b69 0%, #07528f 52%, #0a9bd8 100%);
  color: #fff;
  padding: 42px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.hero__main::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -40px;
  top: -50px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 68%);
}

.hero__eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

h1,
.page-title {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero__lead,
.page-lead {
  max-width: 700px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.page-lead {
  color: var(--muted);
}

.hero__actions,
.content-actions,
.contact-band__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 4px;
}

.hero-product-strip a {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-product-strip a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

.hero-product-strip img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  padding: 8px;
}

.hero-product-strip span {
  display: block;
  padding: 10px 8px 12px;
  font-size: 13px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.btn--gold {
  background: linear-gradient(135deg, #0a9bd8, #07528f);
  color: #fff;
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn--brand {
  background: var(--brand);
  color: #fff;
}

.btn--soft {
  background: var(--brand-soft);
  color: var(--brand);
}

.btn--wechat {
  background: var(--wechat);
  color: #fff;
}

.quick-consult {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(31, 143, 77, 0.1), rgba(10, 155, 216, 0.12));
  border: 1px solid rgba(31, 143, 77, 0.16);
}

.wechat-contact {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin: 20px 0;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(31, 143, 77, 0.11), rgba(255, 253, 250, 0.95));
  border: 1px solid rgba(31, 143, 77, 0.18);
}

.wechat-contact__qr {
  min-height: 210px;
}

.wechat-contact__body {
  display: grid;
  gap: 12px;
}

.wechat-contact__body h2,
.wechat-contact__body h3 {
  margin: 0;
  color: var(--brand);
  font-size: 26px;
  line-height: 1.25;
}

.wechat-contact__body p {
  margin: 0;
  color: var(--muted);
}

.wechat-contact__id {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
  color: #1f8f4d;
  font-size: 22px;
  font-weight: 900;
}

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

.wechat-contact__meta span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.78);
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.quick-consult strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 18px;
}

.quick-consult p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.quick-consult__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

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

.business-route a {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.1);
  color: var(--brand);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(21, 58, 91, 0.06);
}

.business-route span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.hero__stats,
.service-grid,
.timeline__grid,
.keyword-cloud,
.region-grid,
.intent-grid,
.scenario-grid,
.content-feed,
.link-grid {
  display: grid;
  gap: 16px;
}

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

.stat {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  color: #e8f7fd;
}

.stat span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.hero__side {
  width: min(100%, 360px);
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
}

.panel-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.panel-desc {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.side-list,
.meta-list {
  display: grid;
  gap: 12px;
}

.side-item,
.meta-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.side-item strong,
.meta-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand);
  font-size: 15px;
}

.side-item span,
.meta-item span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 34px 0;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.section__head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
}

.section__head p {
  margin: 6px 0 0;
  color: var(--muted);
  max-width: 700px;
}

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

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

.intent-card,
.scenario-card {
  display: block;
  min-height: 154px;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #fff, var(--paper-2)),
    radial-gradient(circle at 100% 0, rgba(10, 155, 216, 0.12), transparent 34%);
  border: 1px solid rgba(7, 82, 143, 0.08);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.intent-card:hover,
.scenario-card:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 155, 216, 0.28);
}

.intent-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.intent-card strong,
.scenario-card strong {
  display: block;
  color: var(--brand-strong);
  font-size: 22px;
  line-height: 1.25;
}

.intent-card p,
.scenario-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.scenario-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
}

.product-grid {
  display: grid;
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.56fr) 168px;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(21, 58, 91, 0.08);
  background:
    radial-gradient(circle at 0 0, rgba(21, 58, 91, 0.06), transparent 32%),
    linear-gradient(180deg, #fff, var(--paper-2));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand), var(--gold));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-card:hover::before {
  opacity: 1;
}

.product-card__head {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.product-card__icon {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,0.9), transparent 38%),
    linear-gradient(145deg, #edf6fd, #ffffff);
  color: var(--brand);
  font-size: 34px;
  font-weight: 800;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(21, 58, 91, 0.13);
}

.product-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__icon span {
  display: none;
  width: 100%;
  height: 100%;
  place-items: center;
}

.product-card__icon img[src=""] {
  display: none;
}

.product-card__icon img[src=""] + span {
  display: grid;
}

.product-card__title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.3;
}

.product-card__sub {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__sub span {
  color: #9aa5b3;
}

.product-card__tags {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.1);
  color: var(--muted);
  font-weight: 700;
}

.product-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.product-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
  text-align: left;
}

.product-metric strong {
  display: block;
  margin-top: 0;
  color: var(--brand-strong);
  font-size: 18px;
  line-height: 1.35;
  text-align: right;
}

.product-metric span {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.product-card__action {
  display: grid;
  gap: 10px;
}

.product-card__action .btn {
  min-height: 46px;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-tile {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, var(--paper-2));
  border: 1px solid rgba(21, 58, 91, 0.08);
  box-shadow: var(--shadow);
}

.product-tile__image {
  display: block;
  background:
    radial-gradient(circle at 80% 10%, rgba(10, 155, 216, 0.18), transparent 34%),
    var(--brand-soft);
}

.product-tile__image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  padding: 12px;
}

.product-tile__image span {
  display: grid;
  min-height: 160px;
  place-items: center;
  color: var(--brand);
  font-size: 42px;
  font-weight: 900;
}

.product-tile__body,
.product-tile__facts,
.product-tile__actions {
  padding: 0 18px;
}

.product-tile__body {
  padding-top: 18px;
}

.product-tile__body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.28;
}

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

.product-tile__facts {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.product-tile__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 18px;
}

.product-tile__actions a {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.product-tile__actions a:first-child {
  background: var(--brand);
  color: #fff;
}

.product-center-head {
  margin-bottom: 16px;
}

.loan-board {
  overflow: hidden;
  border-radius: 24px;
  background: #f4f9fd;
  border: 1px solid rgba(21, 58, 91, 0.08);
  box-shadow: var(--shadow);
}

.loan-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid rgba(21, 58, 91, 0.1);
  background: #fff;
}

.loan-tab {
  min-height: 58px;
  border: 0;
  border-right: 1px solid rgba(21, 58, 91, 0.08);
  background: #fff;
  color: #263341;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.loan-tab:last-child {
  border-right: 0;
}

.loan-tab.is-active {
  position: relative;
  background: linear-gradient(135deg, var(--brand), var(--gold));
  color: #fff;
}

.loan-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 44%;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(15, 58, 91, 0.24);
}

.loan-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0;
}

.loan-panels {
  padding: 18px;
}

.loan-panel {
  display: none;
}

.loan-panel.is-active {
  display: block;
}

.loan-row-list {
  display: grid;
  gap: 14px;
}

.loan-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1.25fr) minmax(210px, 0.85fr) 92px;
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(7, 82, 143, 0.08);
  box-shadow: 0 10px 24px rgba(7, 59, 109, 0.07);
}

.loan-row__icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 82, 143, 0.12);
}

.loan-row__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 999px;
}

.loan-row__icon span {
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
}

.loan-row__main h3 {
  margin: 0 0 8px;
  color: #101b2a;
  font-size: 22px;
  line-height: 1.25;
}

.loan-row__main p {
  margin: 0 0 12px;
  color: #5d6c80;
}

.loan-row__main p span {
  color: #a3adbb;
}

.loan-row__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.loan-row__tags span {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(7, 82, 143, 0.12);
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
}

.loan-row__price {
  display: grid;
  gap: 8px;
  color: #263341;
}

.loan-row__price span {
  display: block;
  padding: 7px 9px;
  border-radius: 12px;
  background: #f7fbff;
  border: 1px solid rgba(7, 82, 143, 0.06);
}

.loan-row__price strong {
  color: #df5d58;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.loan-row__actions {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.loan-row__actions a {
  display: grid;
  width: 76px;
  min-height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.loan-row__actions a:last-child {
  background: var(--wechat);
  color: #fff;
}

.loan-aside {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0 20px 20px;
  background: #fff;
  border-left: 1px solid rgba(21, 58, 91, 0.1);
}

.loan-aside__title {
  margin: 0 -20px;
  padding: 18px 16px;
  background: linear-gradient(135deg, var(--brand), var(--gold));
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.loan-aside .consult-qr {
  min-height: 190px;
  margin-top: 2px;
}

.loan-aside__wechat {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f2faf5;
  color: var(--wechat);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.loan-aside .btn {
  width: 100%;
}

.loan-aside__tips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.loan-aside__tips span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eef7fb;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 340px;
  gap: 18px;
}

.product-summary {
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(130deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 55%),
    linear-gradient(140deg, #0f2f4b 0%, #1d496c 52%, #28597c 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.product-summary .page-meta,
.product-summary .page-lead {
  color: rgba(255,255,255,0.82);
}

.product-summary .page-title {
  margin-bottom: 14px;
  color: #fff;
}

.product-summary__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-summary__badges span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 13px;
}

.product-side {
  padding: 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
  border: 1px solid rgba(21, 58, 91, 0.08);
  box-shadow: var(--shadow);
}

.product-side h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.product-visual {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 10%, rgba(10, 155, 216, 0.18), transparent 34%),
    linear-gradient(145deg, #ffffff, #edf6fd);
  box-shadow: inset 0 0 0 1px rgba(21, 58, 91, 0.08);
}

.product-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  padding: 12px;
}

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

.product-fact {
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.product-fact span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.product-fact strong {
  display: block;
  margin-top: 6px;
  color: var(--brand-strong);
  font-size: 22px;
  line-height: 1.35;
}

.product-sections {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.product-block {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
  box-shadow: var(--shadow);
}

.product-block h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.product-checklist {
  display: grid;
  gap: 10px;
}

.product-checklist div {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--paper-2);
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.product-checklist strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand);
}

.service-card,
.article-card,
.feature-strip,
.timeline,
.region-box,
.contact-band,
.content-panel,
.sidebar-panel,
.crumbs {
  padding: 24px;
}

.service-card__tag,
.tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.service-card h3,
.article-card h3,
.sidebar-panel h3,
.content-panel h2 {
  margin: 0 0 10px;
}

.service-card p,
.article-card p,
.content-panel p,
.crumbs,
.page-meta,
.list-desc {
  color: var(--muted);
}

.service-card ul,
.article-body ul,
.article-body ol {
  margin: 0 0 18px;
  padding-left: 20px;
}

.service-card a,
.article-title,
.article-list a {
  color: var(--ink);
  transition: color 0.2s ease;
}

.service-card a:hover,
.article-title:hover,
.article-list a:hover,
.link-grid a:hover {
  color: var(--accent);
}

.content-grid {
  align-items: stretch;
}

.feature-strip {
  flex: 1.1;
}

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

.summary-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 58, 91, 0.08);
  background: linear-gradient(180deg, #fff, var(--paper-2));
  box-shadow: var(--shadow);
}

.summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 16px;
}

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

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px dashed rgba(21, 58, 91, 0.14);
}

.feature-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--brand);
  font-weight: 800;
  font-size: 13px;
}

.news-stack {
  width: min(100%, 420px);
  display: grid;
  gap: 16px;
}

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

.article-panel {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7, 82, 143, 0.08);
  box-shadow: var(--shadow);
}

.article-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.article-panel__head h3 {
  margin: 0;
  color: var(--brand-strong);
  font-size: 22px;
}

.article-panel__head a {
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.article-mini-list {
  display: grid;
  gap: 10px;
}

.article-row {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px dashed rgba(7, 82, 143, 0.14);
}

.article-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.article-row__meta,
.article-card__meta,
.page-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}

.article-row h4,
.article-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.42;
}

.article-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.article-row a:hover {
  color: var(--brand);
}

.feature-list .article-card {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border: 0;
  border-top: 1px dashed rgba(7, 82, 143, 0.14);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.feature-list .article-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-list .article-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.feature-list .article-card p {
  margin: 0;
  line-height: 1.7;
}

.article-card__meta,
.page-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
}

.region-box {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,251,255,0.96)),
    radial-gradient(circle at top right, rgba(10,155,216,0.09), transparent 34%);
}

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

.region-grid a,
.keyword-cloud a,
.link-grid a {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
  color: #334155;
  font-weight: 700;
  transition: 0.2s ease;
  text-align: center;
}

.region-grid a:hover,
.keyword-cloud a:hover,
.link-grid a:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

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

.step {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, var(--paper-2));
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.step strong {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  margin-bottom: 12px;
}

.step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

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

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

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}

.crumbs a {
  color: var(--brand);
}

.crumbs span {
  color: var(--muted);
}

.page-grid {
  align-items: start;
}

.content-panel {
  flex: 1;
}

.sidebar {
  width: min(100%, 320px);
  display: grid;
  gap: 16px;
  position: sticky;
  top: 96px;
}

.page-title {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 12px;
}

.list-desc {
  margin: 0 0 20px;
  font-size: 15px;
}

.content-switch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 4px;
}

.content-switch a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.content-switch a.is-active,
.content-switch a:hover {
  background: var(--brand);
  color: #fff;
}

.page-highlight {
  margin-bottom: 24px;
}

.page-highlight .tag {
  margin-bottom: 16px;
}

.content-feed {
  grid-template-columns: 1fr;
}

.post-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(21, 58, 91, 0.08);
  background: linear-gradient(180deg, #fff, var(--paper-2));
  box-shadow: var(--shadow);
}

.post-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.post-card__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
}

.pager {
  margin-top: 22px;
}

.pager a,
.pager span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.article-body {
  font-size: 17px;
  line-height: 1.9;
  color: #263341;
}

.article-body p {
  margin: 0 0 1.3em;
}

.article-body h2,
.article-body h3 {
  margin: 1.8em 0 0.7em;
  line-height: 1.35;
  color: var(--brand-strong);
}

.article-body h2 {
  font-size: 28px;
}

.article-body h3 {
  font-size: 22px;
}

.article-body blockquote {
  margin: 1.5em 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: var(--gold-soft);
  border-radius: 16px;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  background: #fff;
}

.article-body td,
.article-body th {
  padding: 12px;
  border: 1px solid rgba(21, 58, 91, 0.12);
}

.article-nav {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed rgba(21, 58, 91, 0.14);
}

.faq {
  overflow: hidden;
}

.faq__item + .faq__item {
  border-top: 1px solid rgba(21, 58, 91, 0.08);
}

.faq__q {
  width: 100%;
  padding: 22px 24px;
  background: none;
  border: 0;
  text-align: left;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq__q span:last-child {
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
}

.faq__a {
  display: none;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 15px;
}

.faq__item.is-open .faq__a {
  display: block;
}

.contact-band {
  background:
    linear-gradient(135deg, rgba(5,43,77,0.98), rgba(7,82,143,0.96)),
    linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
  color: #fff;
}

.contact-band h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.contact-band p {
  margin: 0 0 18px;
  max-width: 760px;
  color: rgba(255,255,255,0.76);
}

.footer {
  margin-top: 34px;
  padding: 36px 0 50px;
  background: #142739;
  color: rgba(255,255,255,0.78);
}

.footer__grid {
  align-items: start;
  justify-content: space-between;
}

.footer__brand {
  max-width: 320px;
}

.footer__brand h3,
.footer__col h4 {
  margin: 0 0 12px;
  color: #fff;
}

.footer__col {
  min-width: 180px;
}

.footer__links {
  display: grid;
  gap: 8px;
}

.footer__bottom {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

.icp-link {
  color: rgba(255,255,255,0.72);
}

.icp-link:hover {
  color: #e8f7fd;
}

.mobile-dock {
  display: none;
}

.consult-float {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 70;
  display: grid;
  gap: 10px;
}

.consult-float a,
.consult-float button {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 14px 28px rgba(21, 58, 91, 0.22);
  cursor: pointer;
}

.consult-float__wechat {
  background: #1f8f4d;
}

.consult-float__phone {
  background: var(--brand);
}

.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(15, 29, 43, 0.62);
}

.consult-modal.is-open {
  display: grid;
}

.consult-modal__panel {
  position: relative;
  width: min(100%, 720px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 29, 43, 0.26);
  overflow: hidden;
}

.consult-modal__head {
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #fff;
}

.consult-modal__kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
}

.consult-modal__head h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.2;
}

.consult-modal__head p {
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.consult-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.consult-modal__body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 30px 30px;
}

.consult-modal__body--single {
  grid-template-columns: 1fr;
}

.consult-qr {
  min-height: 220px;
  border-radius: 18px;
  border: 1px dashed rgba(31, 143, 77, 0.34);
  background:
    linear-gradient(45deg, rgba(31, 143, 77, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(31, 143, 77, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(31, 143, 77, 0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(31, 143, 77, 0.08) 75%),
    #f2faf5;
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: #257044;
  font-weight: 800;
}

.consult-qr img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.consult-qr__placeholder {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 143, 77, 0.18);
  box-shadow: 0 14px 28px rgba(31, 143, 77, 0.12);
}

.consult-qr__placeholder strong {
  display: block;
  color: var(--brand);
  font-size: 24px;
}

.consult-detail__wechat span {
  font-size: 22px;
  font-weight: 900;
  color: #1f8f4d;
}

.consult-detail {
  display: grid;
  gap: 14px;
}

.consult-detail__item {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--paper-2);
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.consult-detail__item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand);
}

.consult-detail__item span {
  color: var(--muted);
}

.consult-choice {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(21, 58, 91, 0.08);
}

.consult-choice strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
}

.consult-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.consult-choice__grid a {
  padding: 10px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.consult-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.consult-tip {
  padding: 14px 30px 22px;
  color: var(--muted);
  font-size: 13px;
  background: #fff;
}

@media (max-width: 1080px) {
  .hero,
  .content-grid,
  .footer__grid,
  .page-grid {
    flex-direction: column;
  }

  .hero__side,
  .news-stack,
  .sidebar {
    width: 100%;
  }

  .service-grid,
  .business-route,
  .article-duo,
  .content-switch,
  .intent-grid,
  .scenario-grid,
  .product-facts,
  .product-showcase,
  .loan-layout,
  .summary-grid,
  .timeline__grid,
  .region-grid,
  .keyword-cloud,
  .link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

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

  .product-metric {
    display: block;
    min-height: 0;
    text-align: center;
  }

  .product-metric strong {
    margin-top: 4px;
    text-align: center;
  }

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

  .loan-layout {
    grid-template-columns: 1fr;
  }

  .loan-aside {
    border-left: 0;
    border-top: 1px solid rgba(21, 58, 91, 0.1);
  }

  .loan-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .loan-row__price,
  .loan-row__actions {
    grid-column: 2;
  }

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

  .loan-row__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .loan-row__actions a {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }

  .header__inner {
    position: relative;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 56px;
    padding: 8px 0;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 9px;
  }

  .brand__badge {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: 18px;
    box-shadow: none;
  }

  .brand__title {
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .brand__sub {
    display: none;
  }

  .header__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 46px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 54px;
    min-height: 40px;
    line-height: 1;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    width: 100%;
    max-height: min(62vh, 420px);
    overflow-y: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(21, 58, 91, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 46px rgba(21, 58, 91, 0.18);
    backdrop-filter: none;
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    padding: 11px 10px;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: none;
  }

  .hero-shell,
  .page-shell {
    padding: 12px 0 10px;
  }

  h1,
  .page-title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hero__lead,
  .page-lead {
    font-size: 15px;
  }

  .hero__main,
  .hero__side,
  .product-summary,
  .product-side,
  .service-card,
  .article-card,
  .feature-strip,
  .timeline,
  .region-box,
  .content-panel,
  .sidebar-panel,
  .contact-band,
  .crumbs {
    padding: 20px;
  }

  .hero__stats {
    grid-template-columns: 1fr;
  }

  .hero-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section,
  .page-shell {
    padding: 24px 0;
  }

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

  .feature-row {
    grid-template-columns: 1fr;
  }

  .product-hero {
    grid-template-columns: 1fr;
  }

  .wechat-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(calc(100% - 24px), var(--container));
  }

  .header {
    box-shadow: 0 4px 18px rgba(7, 59, 109, 0.06);
    backdrop-filter: none;
  }

  .header__inner {
    min-height: 54px;
    padding: 7px 0;
  }

  .header__phone {
    width: 44px;
    min-width: 44px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    border-radius: 16px;
  }

  .header__phone::before {
    content: "电话";
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-menu-toggle {
    width: 54px;
    min-width: 54px;
    height: 40px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 16px;
    line-height: 1;
  }

  .brand {
    gap: 8px;
  }

  .brand__badge {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 18px;
  }

  .brand__title {
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }

  .page-shell {
    padding: 10px 0 16px;
  }

  .page-shell > .wrap:first-child {
    width: 100%;
  }

  .crumbs {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 9px 12px;
    border-radius: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    box-shadow: none;
    scrollbar-width: none;
  }

  .crumbs::-webkit-scrollbar {
    display: none;
  }

  .page-shell > .wrap[style*="margin-top:18px"],
  .wrap.page-grid[style*="margin-top:18px"] {
    margin-top: 10px !important;
  }

  .service-grid,
  .business-route,
  .article-duo,
  .content-switch,
  .intent-grid,
  .scenario-grid,
  .product-facts,
  .product-showcase,
  .loan-row__price,
  .product-metrics,
  .summary-grid,
  .timeline__grid,
  .region-grid,
  .keyword-cloud,
  .link-grid {
    grid-template-columns: 1fr;
  }

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

  .hero__main,
  .hero__side,
  .service-card,
  .article-card,
  .feature-strip,
  .timeline,
  .region-box,
  .faq,
  .content-panel,
  .sidebar-panel,
  .contact-band,
  .summary-card,
  .intent-card,
  .scenario-card,
  .loan-row {
    box-shadow: 0 8px 20px rgba(7, 59, 109, 0.06);
  }

  .mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: none;
    box-shadow: 0 -8px 22px rgba(21, 58, 91, 0.1);
  }

  .mobile-dock .btn {
    min-height: 44px;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: none;
  }

  .product-hero {
    gap: 10px;
  }

  .product-summary {
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(7, 59, 109, 0.08);
  }

  .product-summary .page-title {
    margin-bottom: 10px;
    color: var(--brand-strong);
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .product-summary .page-meta {
    gap: 6px;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
  }

  .product-summary .page-meta span:nth-child(3) {
    display: none;
  }

  .product-summary .page-lead {
    margin-bottom: 12px;
    color: #526173;
    font-size: 14px;
    line-height: 1.65;
  }

  .product-summary__badges {
    gap: 6px;
    margin-bottom: 12px;
  }

  .product-summary__badges span {
    padding: 5px 9px;
    border: 1px solid rgba(7, 82, 143, 0.1);
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 12px;
  }

  .product-summary__badges span:first-child {
    display: none;
  }

  .product-summary .content-actions {
    display: none;
  }

  .product-summary .product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .product-summary .product-fact {
    padding: 10px;
    border-radius: 14px;
    background: var(--paper-2);
  }

  .product-summary .product-fact strong {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.25;
  }

  .product-side {
    padding: 14px;
    border-radius: 18px;
    box-shadow: none;
  }

  .product-side .product-visual,
  .product-side .meta-list,
  .product-side .panel-desc,
  .product-side h3 {
    display: none;
  }

  .product-side .quick-consult {
    margin-top: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .product-side .quick-consult p {
    margin-bottom: 10px;
  }

  .product-side .quick-consult__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-side .quick-consult__actions .btn {
    width: 100%;
    min-height: 42px;
  }

  .page-highlight {
    display: none;
  }

  .product-block {
    padding: 18px;
    border-radius: 18px;
    box-shadow: none;
  }

  .product-block h2 {
    font-size: 22px;
  }

  .product-checklist div {
    padding: 12px;
    border-radius: 14px;
  }

  .product-card {
    padding: 18px;
    border-radius: 22px;
  }

  .product-card__head {
    align-items: flex-start;
    gap: 14px;
  }

  .product-card__icon {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
    border-radius: 24px;
  }

  .product-card__title {
    font-size: 22px;
  }

  .product-card__sub {
    -webkit-line-clamp: 2;
  }

  .product-card__action {
    grid-template-columns: 1fr;
  }

  .consult-float {
    display: none;
  }

  .consult-modal__body {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .consult-modal__head {
    padding: 22px 18px;
  }

  .consult-modal__head h2 {
    font-size: 23px;
  }

  .consult-modal__panel {
    border-radius: 20px;
  }

  .consult-qr {
    min-height: 160px;
  }

  .consult-qr__placeholder {
    width: 136px;
    height: 136px;
    border-radius: 16px;
  }

  .consult-choice__grid {
    grid-template-columns: 1fr;
  }

  .loan-board {
    border-radius: 18px;
  }

  .loan-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .loan-tab {
    flex: 0 0 112px;
    min-height: 50px;
    font-size: 15px;
  }

  .loan-panels {
    padding: 12px;
  }

  .loan-row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .loan-row__icon {
    width: 58px;
    height: 58px;
  }

  .loan-row__icon img {
    width: 54px;
    height: 54px;
  }

  .loan-row__main h3 {
    font-size: 18px;
  }

  .loan-row__main p {
    font-size: 13px;
  }

  .loan-row__tags span {
    font-size: 12px;
  }

  .loan-row__price strong {
    font-size: 18px;
  }

  .loan-row__price {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .loan-row__price span {
    padding: 8px;
    text-align: center;
  }

  .loan-row__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-panel {
    padding: 18px;
  }

  .article-panel__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .loan-aside {
    padding: 0 14px 16px;
  }

  .loan-aside__title {
    margin: 0 -14px;
    font-size: 20px;
  }

  .wechat-contact__meta {
    grid-template-columns: 1fr;
  }

  .wechat-contact__body h2,
  .wechat-contact__body h3 {
    font-size: 22px;
  }

  .quick-consult__actions .btn,
  .contact-band__actions .btn,
  .content-actions .btn,
  .hero__actions .btn {
    width: 100%;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }
}
