.icu {
  --icu: #6b3fa0;
  --icu-gold: #d4b06a;
  --icu-ink: #1c1228;
  --icu-muted: rgba(28, 18, 40, 0.58);
  --icu-line: rgba(107, 63, 160, 0.16);
  background: #1a1224;
  color: #f7f1e8;
}
.icu-inner { width: 100%; max-width: 1180px; margin: 0 auto; }
.icu-sec { padding: 80px 24px; background: #1a1224; }
.icu-sec--soft { background: #24182f; }
.icu-sec--stage {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(107, 63, 160, 0.35), transparent 55%),
    #140e1c;
}
.icu-sec--poster { background: #120c18; }
.icu-sec h2 {
  margin: 0 0 36px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}
.icu-sec h2,
.icu-hero-copy h1 { font-family: "Songti SC", "STSong", "SimSun", serif; }

.icu-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.icu-hero-bg,
.icu-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.icu-hero-bg img { object-fit: cover; object-position: center 30%; }
.icu-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 10, 28, 0.94) 0%, rgba(20, 10, 28, 0.78) 40%, rgba(20, 10, 28, 0.2) 68%, rgba(20, 10, 28, 0.08) 100%);
}
.icu-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 640px;
  padding: 52px 24px 60px;
}
.icu-crumb { margin-bottom: 14px; font-size: 13px; color: rgba(247, 241, 232, 0.55); }
.icu-crumb a { color: inherit; }
.icu-crumb span { margin: 0 6px; }
.icu-kicker {
  margin: 0 0 12px;
  color: var(--icu-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.icu-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.28;
}
.icu-hero-copy h1 em { font-style: normal; color: var(--icu-gold); }
.icu-hero-sub {
  margin: 0 0 22px;
  max-width: 500px;
  color: rgba(247, 241, 232, 0.7);
  font-size: 16px;
  line-height: 1.75;
}
.icu-values { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.icu-values li {
  padding: 4px 0;
  border-bottom: 1px solid var(--icu-gold);
  color: var(--icu-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.icu-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.icu-btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  background: var(--icu-gold);
  color: #1c1228;
  font-size: 16px;
  font-weight: 800;
}
.icu-btn:hover { color: #1c1228; }
.icu-link { color: var(--icu-gold); font-weight: 700; }
.icu-checks { display: flex; gap: 16px; margin: 16px 0 0; color: rgba(247, 241, 232, 0.5); font-size: 13px; }

.icu-pains { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.icu-pains li {
  min-height: 280px;
  padding: 8px 0 0;
  border-top: 2px solid var(--icu-gold);
}
.icu-pains b {
  display: block;
  margin-bottom: 16px;
  color: var(--icu-gold);
  font-size: clamp(56px, 6vw, 80px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.icu-pains h3 { margin: 0 0 10px; font-size: 20px; }
.icu-pains p { margin: 0; color: rgba(247, 241, 232, 0.62); font-size: 14px; line-height: 1.7; }

.icu-path { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.icu-path li {
  padding: 24px 20px;
  background: #24182f;
  border-left: 3px solid var(--icu-gold);
}
.icu-path em { display: block; margin-bottom: 8px; color: var(--icu-gold); font-style: normal; font-size: 12px; letter-spacing: 0.16em; }
.icu-path strong { display: block; margin-bottom: 8px; font-size: 18px; }
.icu-path span { color: rgba(247, 241, 232, 0.58); font-size: 14px; line-height: 1.6; }

.icu-plays {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.icu-plays article {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 28px 18px;
  background: #1e1528;
  border: 1px solid rgba(212, 176, 106, 0.28);
}
.icu-plays span {
  writing-mode: vertical-rl;
  align-self: flex-end;
  margin-bottom: 20px;
  color: var(--icu-gold);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.icu-plays h3 { margin: 0 0 12px; font-size: 18px; }
.icu-plays p { flex: 1; margin: 0 0 16px; color: rgba(247, 241, 232, 0.6); font-size: 14px; line-height: 1.7; }
.icu-plays a { color: var(--icu-gold); font-weight: 700; }

.icu-tix { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.icu-tix article {
  padding: 0 0 18px;
  background: #f7f1e8;
  color: var(--icu-ink);
}
.icu-tix header {
  padding: 10px 16px;
  background: var(--icu);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.icu-tix h3 { margin: 16px 16px 12px; font-size: 18px; }
.icu-tix dl { margin: 0 16px; }
.icu-tix div { padding: 8px 0; border-top: 1px dashed rgba(28, 18, 40, 0.16); }
.icu-tix dt { color: var(--icu-muted); font-size: 12px; }
.icu-tix dd { margin: 4px 0 0; font-size: 14px; font-weight: 700; }

.icu-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; text-align: center; }
.icu-steps span { display: block; margin-bottom: 12px; color: var(--icu-gold); font-weight: 800; }
.icu-steps img { width: min(100%, 220px); margin: 0 auto; }
.icu-steps strong { display: block; margin-top: 14px; font-size: 16px; }

.icu-views { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.icu-views .iphone { width: min(32%, 200px); }
.icu-views .iphone-body { max-width: none; }
.icu-views figcaption { margin-top: 10px; text-align: center; font-size: 13px; font-weight: 700; }

.icu-scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.icu-scenes article { background: #1a1224; }
.icu-scenes img { width: 100%; height: 170px; object-fit: cover; }
.icu-scenes span,
.icu-scenes h3,
.icu-scenes p { display: block; margin-left: 18px; margin-right: 18px; }
.icu-scenes span { margin-top: 16px; color: var(--icu-gold); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.icu-scenes h3 { margin-top: 6px; margin-bottom: 8px; font-size: 18px; }
.icu-scenes p { margin-bottom: 18px; color: rgba(247, 241, 232, 0.58); font-size: 14px; line-height: 1.65; }

.icu-faq-wrap { max-width: 760px; }
.icu-faq-wrap h2 { text-align: left; }
.icu-faq details { border-bottom: 1px solid rgba(247, 241, 232, 0.12); }
.icu-faq summary { padding: 16px 0; font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.icu-faq summary::-webkit-details-marker { display: none; }
.icu-faq summary::after { content: "+"; float: right; color: var(--icu-gold); }
.icu-faq details[open] summary::after { content: "x"; }
.icu-faq p { margin: 0 0 16px; color: rgba(247, 241, 232, 0.6); font-size: 14px; line-height: 1.7; }
.icu-more { margin: 28px 0 0; text-align: center; }
.icu-more a { color: var(--icu-gold); font-weight: 700; }

@media (max-width: 1080px) {
  .icu-hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .icu-pains,
  .icu-path,
  .icu-plays,
  .icu-tix,
  .icu-steps,
  .icu-scenes { grid-template-columns: 1fr 1fr; }
  .icu-plays article { min-height: 0; }
  .icu-plays span { writing-mode: horizontal-tb; align-self: flex-start; letter-spacing: 0.12em; }
}
@media (max-width: 720px) {
  .icu-sec { padding: 52px 16px; }
  .icu-pains,
  .icu-path,
  .icu-plays,
  .icu-tix,
  .icu-steps,
  .icu-scenes { grid-template-columns: 1fr; }
}
