body.shanghai-page {
  background:
    radial-gradient(circle at top right, rgba(24, 84, 147, 0.12), transparent 32%),
    linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.shanghai-page .site-header {
  background: rgba(247, 251, 255, 0.82);
}

.sh-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 84px;
  overflow: hidden;
}

.sh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(247, 251, 255, 0.92) 0%, rgba(230, 240, 248, 0.72) 46%, rgba(19, 67, 112, 0.15) 100%),
    radial-gradient(circle at 82% 18%, rgba(184, 134, 43, 0.22), transparent 22%);
}

.sh-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 110px;
  width: min(44vw, 560px);
  aspect-ratio: 1 / 1.2;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(22, 52, 87, 0.08) 0%, rgba(22, 52, 87, 0.24) 100%),
    linear-gradient(160deg, #dbe9f6 0%, #90b2d5 54%, #3d6187 100%);
  clip-path: polygon(16% 0%, 82% 0%, 100% 28%, 100% 100%, 0% 100%, 0% 12%);
  box-shadow: var(--shadow-lg);
}

.sh-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: start;
}

.sh-hero .hero-copy p {
  margin-bottom: 26px;
}

.shanghai-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.shanghai-features {
  display: grid;
  gap: 14px;
  margin: 0 0 34px;
}

.shanghai-features li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shanghai-features li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  box-shadow: 0 0 0 6px rgba(18, 79, 142, 0.08);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sh-form {
  position: relative;
  z-index: 1;
}

.sh-form .form-shell {
  background: rgba(255, 255, 255, 0.92);
}

.sh-form h2 {
  margin: 10px 0 12px;
  font-size: 1.8rem;
}

.sh-form ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
}

.sh-form li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(18, 79, 142, 0.14);
}

.sh-pain-card {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 247, 252, 0.96) 100%);
}

.sh-pain-card h3,
.sh-help-card h3,
.sh-case-card h3,
.sh-park-card h3 {
  margin: 16px 0 12px;
  font-size: 1.35rem;
}

.icon-tile {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--primary);
  background: rgba(18, 79, 142, 0.08);
  font-size: 1.15rem;
  font-weight: 700;
}

.sh-help-zone {
  background:
    linear-gradient(180deg, rgba(15, 58, 104, 0.98), rgba(10, 42, 79, 0.98));
  color: rgba(255, 255, 255, 0.88);
}

.sh-help-zone .section-header,
.sh-help-zone .muted,
.sh-help-zone h2,
.sh-help-zone h3 {
  color: inherit;
}

.sh-help-card {
  min-height: 240px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.sh-help-card .stat-value {
  color: #f1d08a;
}

.sh-case-card {
  display: grid;
  gap: 16px;
}

.case-line {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink-700);
}

.case-line strong {
  min-width: 72px;
  color: var(--primary);
}

.sh-park-card {
  overflow: hidden;
}

.park-banner {
  height: 160px;
  margin: -28px -28px 22px;
  background:
    linear-gradient(135deg, rgba(18, 79, 142, 0.86), rgba(184, 134, 43, 0.78)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.park-banner::after {
  content: "";
  display: block;
  height: 100%;
  background:
    linear-gradient(transparent 82%, rgba(255, 255, 255, 0.18) 82%, rgba(255, 255, 255, 0.18) 85%, transparent 85%),
    linear-gradient(90deg, transparent 22%, rgba(255, 255, 255, 0.15) 22%, rgba(255, 255, 255, 0.15) 24%, transparent 24%, transparent 60%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0.15) 62%, transparent 62%);
}

.sh-final {
  background:
    linear-gradient(120deg, rgba(15, 58, 104, 0.98), rgba(22, 77, 133, 0.92));
  color: rgba(255, 255, 255, 0.9);
}

.sh-final .section-header h2,
.sh-final .section-header p {
  color: inherit;
}

.sh-final-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.final-points {
  display: grid;
  gap: 14px;
}

.final-points li {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .sh-hero {
    min-height: auto;
    padding: 92px 0 48px;
  }

  .sh-hero::after {
    display: none;
  }

  .sh-hero-grid,
  .sh-final-grid,
  .shanghai-stats {
    grid-template-columns: 1fr;
  }

  .shanghai-stats {
    gap: 12px;
    margin: 20px 0;
  }

  .shanghai-features {
    gap: 10px;
    margin-bottom: 22px;
  }

  .shanghai-features li {
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 5px);
  }

  .sh-form h2 {
    font-size: 1.5rem;
  }

  .sh-form li {
    font-size: 0.92rem;
  }

  .sh-pain-card,
  .sh-help-card {
    min-height: auto;
  }

  .sh-case-card {
    gap: 12px;
  }

  .park-banner {
    height: 126px;
    margin: -22px -22px 18px;
  }
}
