/* OPC 创业孵化页：绿色生态成长风格 */
body { background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 20%, #f7fbff 100%); }
.btn-green { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(22,163,74,0.26); }

.hero-incubator { padding: 56px 0 64px; position: relative; }
.hero-incubator-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-tag.green { background: #ecfdf5; border-color: #a7f3d0; color: var(--green); }
.hero-incubator h1 { font-size: 46px; line-height: 1.15; margin: 0 0 20px; color: var(--ink); }
.hero-incubator h1 .accent { background: linear-gradient(135deg, var(--green), var(--teal)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 17px; line-height: 1.8; color: #3f5068; max-width: 520px; margin: 0 0 28px; }
.hero-lead strong { color: var(--blue-950); }
.hero-actions { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stats .stat { display: flex; flex-direction: column; }
.hero-stats .num { font-size: 26px; font-weight: 800; color: var(--green); line-height: 1; }
.hero-stats .lbl { font-size: 12px; color: var(--muted); margin-top: 6px; }

/* 成长曲线卡片 */
.growth-card { background: #fff; border: 1px solid #bbf7d0; border-radius: 16px; padding: 28px; box-shadow: 0 20px 48px rgba(22,163,74,0.1); }
.growth-header { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.growth-icon { font-size: 24px; }
.growth-title { font-weight: 700; font-size: 16px; color: var(--ink); }
.growth-stages { display: flex; justify-content: space-between; align-items: flex-end; position: relative; padding: 0 8px; }
.growth-stage { display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; z-index: 2; }
.stage-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,163,74,0.15); }
.growth-stage.s1 .stage-dot { background: #d1d5db; box-shadow: 0 0 0 5px rgba(156,163,175,0.15); }
.growth-stage.s5 .stage-dot { background: var(--gold); box-shadow: 0 0 0 5px rgba(251,191,36,0.2); }
.stage-label { font-size: 12px; font-weight: 700; color: var(--ink); }
.growth-curve { position: absolute; bottom: 40px; left: 8%; right: 8%; height: 60px; border-bottom-left-radius: 100%; border-bottom-right-radius: 0; border: 2px solid var(--green); border-top: none; border-right: none; opacity: 0.3; }
.growth-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 20px; padding-top: 16px; border-top: 1px dashed #d1fae5; }

/* 四大服务卡片 */
.incubator-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.incubator-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px 24px; box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; }
.incubator-card::before { content: ""; position: absolute; }
.incubator-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(22,163,74,0.1); border-color: #a7f3d0; }
.incubator-icon { font-size: 32px; margin-bottom: 14px; }
.incubator-card h3 { font-size: 17px; margin: 0 0 10px; }
.incubator-card p { color: #55677f; font-size: 14px; line-height: 1.65; margin: 0; }

/* 绿色 band */
.band-green { background: linear-gradient(135deg, #064e3b 0%, #065f46 100%); color: #fff; }

/* 路径流 */
.path-flow { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.path-node { text-align: center; }
.node-circle { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.15); border: 2px solid rgba(167,243,208,0.4); display: grid; place-items: center; font-size: 22px; font-weight: 800; color: #fff; margin: 0 auto 12px; transition: all 0.3s; }
.path-node:hover .node-circle { background: var(--green); border-color: var(--green); transform: scale(1.1); }
.node-circle.gold { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.node-label { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.node-desc { font-size: 12px; color: #a7f3d0; }
.path-arrow { color: rgba(167,243,208,0.5); font-size: 20px; font-weight: 300; }

/* CTA */
.cta-simple { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 900px; margin: 0 auto; }
.cta-text .kicker { color: var(--green); font-weight: 800; font-size: 13px; margin-bottom: 8px; }
.cta-text h2 { font-size: 28px; margin: 0 0 12px; }
.cta-text p { color: var(--muted); font-size: 15px; margin: 0; }
.cta-form-simple { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-card); }
.cta-form-simple .field { border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; font-size: 14px; font-family: inherit; }
.cta-form-simple .btn { width: 100%; }

@media (max-width: 900px) {
  .hero-incubator-grid, .cta-simple { grid-template-columns: 1fr; }
  .incubator-grid { grid-template-columns: 1fr 1fr; }
  .path-flow { flex-direction: column; }
  .path-arrow { transform: rotate(90deg); }
}
