body { overflow-x: hidden; }
.shzy-home {
  --shzy-ink: #111322;
  --shzy-muted: #5d6272;
  --shzy-line: #e6e8ef;
  --shzy-soft: #f5f6fa;
  --shzy-accent: #302fba;
  --shzy-accent-dark: #242394;
  color: var(--shzy-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.shzy-home *, .shzy-home *::before, .shzy-home *::after { box-sizing: border-box; }
.shzy-home a { color: inherit; text-decoration: none; }
.shzy-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.shzy-kicker { margin: 0 0 18px; color: var(--shzy-accent); font-size: 14px; font-weight: 650; letter-spacing: .12em; }
.shzy-hero { min-height: 650px; position: relative; overflow: hidden; display: grid; align-items: center; border-bottom: 1px solid var(--shzy-line); background: #f7f7f8; }
.shzy-hero__media, .shzy-hero__media picture, .shzy-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.shzy-hero__media img { object-fit: cover; object-position: center; }
.shzy-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 36%, rgba(255,255,255,.26) 67%, rgba(255,255,255,0) 100%); }
.shzy-hero__content { position: relative; z-index: 1; padding: 100px 0 88px; }
.shzy-hero h1 { max-width: 760px; margin: 0; color: var(--shzy-ink); font-size: clamp(44px, 5.2vw, 76px); font-weight: 720; line-height: 1.08; letter-spacing: -.045em; }
.shzy-hero__lead { max-width: 610px; margin: 28px 0 0; color: #353a4a; font-size: 19px; line-height: 1.75; }
.shzy-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.shzy-button { min-width: 148px; min-height: 50px; padding: 13px 24px; border: 1px solid var(--shzy-accent); border-radius: 3px; font: inherit; font-size: 16px; font-weight: 650; line-height: 1.25; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.shzy-button:hover { transform: translateY(-1px); }
.shzy-button:focus-visible { outline: 3px solid rgba(48,47,186,.28); outline-offset: 3px; }
.shzy-button--primary { color: #fff; background: var(--shzy-accent); }
.shzy-button--primary:hover { background: var(--shzy-accent-dark); }
.shzy-button--secondary { color: var(--shzy-accent); background: rgba(255,255,255,.88); }
.shzy-button--secondary:hover { background: #fff; }
.shzy-button--light { color: var(--shzy-accent); background: #fff; border-color: #fff; }
.shzy-button--outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.75); }
.shzy-hero__note { max-width: 600px; margin: 22px 0 0; color: #686d7a; font-size: 13px; line-height: 1.7; }
.shzy-section { padding: 104px 0; }
.shzy-section + .shzy-section { border-top: 1px solid var(--shzy-line); }
.shzy-section__intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 72px; align-items: end; margin-bottom: 58px; }
.shzy-section__intro h2, .shzy-personal-layout__intro h2, .shzy-cta h2 { margin: 0; color: var(--shzy-ink); font-size: clamp(32px, 4vw, 54px); line-height: 1.16; letter-spacing: -.035em; }
.shzy-section__intro > p, .shzy-personal-layout__intro > p { margin: 0; color: var(--shzy-muted); font-size: 16px; line-height: 1.85; }
.shzy-service-list, .shzy-personal-list, .shzy-process { margin: 0; padding: 0; list-style: none; }
.shzy-service-list { border-top: 1px solid var(--shzy-ink); }
.shzy-service-list li { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--shzy-line); }
.shzy-service-list__number { color: var(--shzy-accent); font-size: 15px; font-weight: 700; }
.shzy-service-list h3 { margin: 0 0 7px; font-size: 22px; line-height: 1.35; }
.shzy-service-list h3 a:hover { color: var(--shzy-accent); }
.shzy-service-list p { margin: 0; color: var(--shzy-muted); font-size: 15px; line-height: 1.75; }
.shzy-text-link { color: var(--shzy-accent) !important; font-size: 15px; font-weight: 650; white-space: nowrap; }
.shzy-text-link:hover { color: var(--shzy-accent-dark) !important; text-decoration: underline; text-underline-offset: 4px; }
.shzy-section--personal { background: var(--shzy-soft); }
.shzy-personal-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 90px; }
.shzy-personal-layout__intro { position: sticky; top: 30px; align-self: start; }
.shzy-personal-layout__intro > p { margin: 24px 0; }
.shzy-personal-list { border-top: 1px solid var(--shzy-ink); }
.shzy-personal-list li { border-bottom: 1px solid #d8dbe5; }
.shzy-personal-list a { display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr) 24px; gap: 24px; align-items: center; min-height: 102px; padding: 22px 0; }
.shzy-personal-list a:hover span { color: var(--shzy-accent); }
.shzy-personal-list span { font-size: 20px; font-weight: 680; }
.shzy-personal-list small { color: var(--shzy-muted); font-size: 14px; line-height: 1.7; }
.shzy-personal-list b { color: var(--shzy-accent); font-size: 22px; font-weight: 500; }
.shzy-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--shzy-ink); border-bottom: 1px solid var(--shzy-line); }
.shzy-trust-grid article { min-height: 250px; padding: 30px 28px 30px 0; }
.shzy-trust-grid article + article { padding-left: 28px; border-left: 1px solid var(--shzy-line); }
.shzy-trust-grid h3 { margin: 0 0 24px; color: var(--shzy-accent); font-size: 16px; }
.shzy-trust-grid p { margin: 0 0 12px; color: var(--shzy-muted); font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.shzy-trust-grid strong { color: var(--shzy-ink); }
.shzy-section--process { padding-top: 88px; padding-bottom: 88px; background: #fbfbfc; }
.shzy-process { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--shzy-line); }
.shzy-process li { position: relative; padding: 28px 20px 0 0; }
.shzy-process li:not(:last-child)::after { content: ""; position: absolute; top: 37px; left: 42px; right: 12px; border-top: 1px dashed #b9bdca; }
.shzy-process span { position: relative; z-index: 1; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--shzy-accent); font-size: 10px; }
.shzy-process strong { display: block; margin-top: 20px; font-size: 16px; }
.shzy-process small { display: block; margin-top: 8px; color: var(--shzy-muted); font-size: 13px; line-height: 1.6; }
.shzy-insights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--shzy-ink); }
.shzy-insights article { padding: 28px 24px 0 0; }
.shzy-insights article + article { padding-left: 24px; border-left: 1px solid var(--shzy-line); }
.shzy-insights__meta { margin: 0 0 16px !important; color: #777c88 !important; font-size: 12px !important; line-height: 1.6 !important; }
.shzy-insights h3 { margin: 0; font-size: 18px; line-height: 1.55; }
.shzy-insights h3 a:hover { color: var(--shzy-accent); }
.shzy-insights article > p:last-child { margin: 14px 0 0; color: var(--shzy-muted); font-size: 14px; line-height: 1.75; }
.shzy-cta { padding: 58px 0; color: #fff; background: var(--shzy-accent); }
.shzy-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; }
.shzy-cta h2 { color: #fff; font-size: clamp(28px, 3vw, 42px); }
.shzy-cta p { margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; }
.shzy-cta .shzy-actions { margin: 0; flex-wrap: nowrap; }
@media (max-width: 991px) {
  .shzy-hero { min-height: 590px; }
  .shzy-hero__media::after { background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.76) 62%, rgba(255,255,255,.2)); }
  .shzy-section { padding: 82px 0; }
  .shzy-section__intro { gap: 42px; }
  .shzy-personal-layout { gap: 54px; }
  .shzy-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shzy-trust-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--shzy-line); }
  .shzy-trust-grid article:nth-child(4) { border-top: 1px solid var(--shzy-line); }
  .shzy-process { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 0; }
  .shzy-process li:nth-child(3)::after { display: none; }
  .shzy-insights { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 0; }
  .shzy-insights article:nth-child(3) { padding-left: 0; border-left: 0; }
}
@media (max-width: 767px) {
  .shzy-shell { width: min(100% - 36px, 620px); }
  .shzy-kicker { margin-bottom: 14px; font-size: 12px; }
  .shzy-hero { min-height: auto; display: block; padding-top: 0; background: #fff; }
  .shzy-hero__media { position: relative; height: 42vw; min-height: 210px; max-height: 330px; }
  .shzy-hero__media::after { background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 42%); }
  .shzy-hero__content { padding: 18px 0 62px; }
  .shzy-hero h1 { font-size: clamp(36px, 10vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
  .shzy-hero__lead { margin-top: 22px; font-size: 16px; line-height: 1.75; }
  .shzy-actions { gap: 10px; margin-top: 28px; }
  .shzy-button { flex: 1 1 140px; min-width: 0; }
  .shzy-hero__note { font-size: 12px; }
  .shzy-section { padding: 68px 0; }
  .shzy-section__intro { display: block; margin-bottom: 38px; }
  .shzy-section__intro > p { margin-top: 20px; }
  .shzy-section__intro h2, .shzy-personal-layout__intro h2 { font-size: 36px; }
  .shzy-service-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 24px 0; }
  .shzy-service-list .shzy-text-link { grid-column: 2; justify-self: start; }
  .shzy-service-list h3 { font-size: 19px; }
  .shzy-personal-layout { display: block; }
  .shzy-personal-layout__intro { position: static; margin-bottom: 40px; }
  .shzy-personal-list a { grid-template-columns: 1fr 24px; gap: 16px; }
  .shzy-personal-list small { grid-column: 1; }
  .shzy-personal-list b { grid-column: 2; grid-row: 1 / span 2; }
  .shzy-trust-grid { grid-template-columns: 1fr; }
  .shzy-trust-grid article { min-height: 0; padding: 28px 0; }
  .shzy-trust-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--shzy-line); }
  .shzy-trust-grid h3 { margin-bottom: 16px; }
  .shzy-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shzy-process li:nth-child(2n)::after { display: none; }
  .shzy-process li:nth-child(3)::after { display: block; }
  .shzy-insights { grid-template-columns: 1fr; }
  .shzy-insights article { padding: 24px 0; border-bottom: 1px solid var(--shzy-line); }
  .shzy-insights article + article { padding-left: 0; border-left: 0; }
  .shzy-cta { padding: 48px 0 86px; }
  .shzy-cta__inner { display: block; }
  .shzy-cta .shzy-actions { margin-top: 28px; }
}
@media (prefers-reduced-motion: reduce) { .shzy-button { transition: none; } }
