/**
 * P0–P2 页面价值留存组件 v20260613
 */
.fec-step-bar {
  position: sticky;
  top: 55px;
  z-index: 28;
  background: linear-gradient(90deg, #ecfdf5, #f0fdf4);
  border-bottom: 1px solid #a7f3d0;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08);
}
.fec-step-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.fec-step-bar__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #047857;
  white-space: nowrap;
}
.fec-step-bar__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  flex: 1;
}
.fec-step-bar__step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #d1fae5;
  background: #fff;
  color: #065f46;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.fec-step-bar__step:hover {
  border-color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}
.fec-step-bar__step--active {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
}
.fec-step-bar__step--cta {
  background: #1d2129;
  color: #fff;
  border-color: #1d2129;
}
.fec-card-compare {
  border: 1px solid #10b981 !important;
  color: #047857 !important;
  background: #ecfdf5 !important;
}

.art-mid-cta {
  margin: 1.75rem 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #a7f3d0;
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
}
.art-mid-cta__label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #047857;
  margin: 0 0 0.35rem;
}
.art-mid-cta__lead {
  font-size: 0.875rem;
  color: #374151;
  margin: 0 0 0.65rem;
  line-height: 1.55;
}
.art-mid-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.art-mid-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s;
}
.art-mid-cta__btn--primary {
  background: #10b981;
  color: #fff;
}
.art-mid-cta__btn--ghost {
  background: #fff;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.art-mid-cta__btn:hover {
  opacity: 0.92;
}

.coo-sticky-cta {
  display: none;
}
@media (max-width: 768px) {
  .coo-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
  }
  .coo-sticky-cta a {
    flex: 1;
    text-align: center;
    padding: 0.65rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
  }
  .coo-sticky-cta__primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
  }
  .coo-sticky-cta__ghost {
    background: #f3f4f6;
    color: #1d2129;
  }
  body.coo-page {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0));
  }
}

.lc-compare-next {
  max-width: 1440px;
  margin: 2rem auto 0;
  padding: 0 20px;
}
.lc-compare-next__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #f8fafc, #ecfdf5);
}
.lc-compare-next__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}
.lc-compare-next__inner a:first-child {
  background: #10b981;
  color: #fff;
}
.lc-compare-next__inner a:not(:first-child) {
  background: #fff;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.lc-compare-next__inner a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

.lc-pair-bar--post-hero {
  margin: 0 auto 1.25rem;
  max-width: 960px;
  padding: 0 1rem;
}

.platform-convert {
  margin: 2rem auto;
  max-width: 960px;
  padding: 0 1rem;
}
.platform-convert__box {
  padding: 1.25rem 1rem;
  border-radius: 14px;
  border: 1px solid #a7f3d0;
  background: linear-gradient(135deg, #ecfdf5, #fff);
}
.platform-convert__box h2 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #1d2129;
  margin: 0 0 0.35rem;
}
.platform-convert__box p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0 0 0.85rem;
}
.platform-convert__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 140px), 1fr));
  gap: 0.5rem;
}
.platform-convert__grid a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d1fae5;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #047857;
  text-decoration: none;
  text-align: center;
}
.platform-convert__grid a:hover {
  border-color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}

.study-quick-path {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  padding: 0 1rem;
}
.study-quick-path__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: 0.5rem;
}
.study-quick-path__grid a {
  padding: 0.75rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1d2129;
  text-decoration: none;
  text-align: center;
}
.study-quick-path__grid a:hover {
  border-color: #10b981;
  color: #047857;
}

.biz-pricing-cont-link {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #f0fdf4;
  border: 1px dashed #a7f3d0;
  font-size: 0.8125rem;
}
.biz-pricing-cont-link a {
  color: #047857;
  font-weight: 700;
}

.dev-purchase-bar {
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px dashed #a7f3d0;
  background: linear-gradient(135deg, #ecfdf5, #fff);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}
.dev-purchase-bar__lead {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #047857;
  flex: 1 1 220px;
}
.dev-purchase-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.dev-purchase-bar__actions a {
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.dev-purchase-bar__actions a:first-child {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
}

.partner-top-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  justify-content: center;
  padding: 0.65rem 1rem;
  margin: 0 auto;
  max-width: 960px;
  background: #f0fdf4;
  border-bottom: 1px solid #d1fae5;
}
.partner-top-rail a {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  color: #047857;
  background: #fff;
  border: 1px solid #a7f3d0;
}
.partner-top-rail a:hover {
  border-color: #10b981;
  color: #059669;
}

.cont-ai-mid-convert {
  max-width: 960px;
  margin: 0.75rem auto 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid #fde68a;
  background: linear-gradient(135deg, #fffbeb, #fff);
}
.cont-ai-mid-convert p {
  margin: 0 0 0.6rem;
  font-size: 0.8125rem;
  color: #374151;
}
.cont-ai-mid-convert__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.cont-ai-mid-convert__actions a {
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.cont-ai-mid-convert__primary {
  background: #10b981 !important;
  color: #fff !important;
  border-color: #10b981 !important;
}

.fec-filter-result-hint {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #64748b;
  text-align: center;
}
.fec-filter-result-hint strong {
  color: #047857;
}
.fec-filter-result-hint a {
  color: #059669;
  font-weight: 700;
}

.fec-sticky-compare {
  display: none;
}
@media (max-width: 768px) {
  .fec-step-bar {
    top: 55px;
  }
  .fec-step-bar__inner {
    padding: 0.4rem 0.75rem;
  }
  .fec-step-bar__label {
    width: 100%;
  }
  .fec-sticky-compare {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
  }
  .fec-sticky-compare a {
    flex: 1;
    text-align: center;
    padding: 0.65rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
  }
  .fec-sticky-compare__primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
  }
  .fec-sticky-compare__ghost {
    background: #f3f4f6;
    color: #1d2129;
  }
  body.fec-has-sticky-compare {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0));
  }
}

/* 私域转化出口条 · 采购 + 企微 + 电话 + 实施 */
.biz-private-exit {
  max-width: 1100px;
  margin: 1.5rem auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.biz-private-exit__inner {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 2px solid #10b981;
  background: linear-gradient(135deg, #ecfdf5, #fff);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.08);
}
.biz-private-exit__lead {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
}
.biz-private-exit__lead strong {
  color: #047857;
}
.biz-private-exit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 130px), 1fr));
  gap: 0.5rem;
}
.biz-private-exit__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #a7f3d0;
  background: #fff;
  color: #047857;
}
.biz-private-exit__primary {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.biz-private-exit__coo {
  background: #eff6ff !important;
  border-color: #bfdbfe !important;
  color: #1d4ed8 !important;
}

.hub-private-nudge {
  max-width: 960px;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #f0fdf4;
  border: 1px dashed #a7f3d0;
  font-size: 0.8125rem;
  color: #374151;
  text-align: center;
  line-height: 1.6;
}
.hub-private-nudge a {
  color: #047857;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.25rem;
}
.hub-private-nudge a:hover {
  text-decoration: underline;
}

.biz-private-sticky {
  display: none;
}
@media (max-width: 768px) {
  .biz-private-sticky {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 46;
    gap: 0.35rem;
    padding: 0.5rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
  }
  .biz-private-sticky a {
    flex: 1;
    text-align: center;
    padding: 0.6rem 0.35rem;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .biz-private-sticky__pricing {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
  }
  .biz-private-sticky__coo {
    background: #eff6ff;
    color: #1d4ed8;
  }
  .biz-private-sticky__phone {
    background: #f3f4f6;
    color: #1d2129;
  }
  body.has-biz-private-sticky {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0));
  }
  body.fec-has-sticky-compare.has-biz-private-sticky {
    padding-bottom: calc(8rem + env(safe-area-inset-bottom, 0));
  }
  .fec-sticky-compare {
    bottom: calc(4.25rem + env(safe-area-inset-bottom, 0));
  }
}

.fec-desktop-biz-exit {
  display: none;
  max-width: 960px;
  margin: 0.75rem auto 0;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .fec-desktop-biz-exit {
    display: block;
  }
}
