/* 产品/方案/博客详情页 — 侧边留资 + 相关推荐 */
@media (min-width: 992px) {
  body.t101-has-sidebar-lead #fh5co-blog > .container > .row:first-child,
  body.t101-has-sidebar-lead #fh5co-blog > .container > .row.animate-box:first-of-type {
    max-width: calc(100% - 320px);
  }
}
#t101-sidebar-lead {
  position: fixed;
  right: 16px;
  top: 120px;
  width: 280px;
  z-index: 9000;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.12);
  padding: 18px;
  font-family: Inter, 'Noto Sans SC', system-ui, sans-serif;
}
#t101-sidebar-lead h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 4px;
}
#t101-sidebar-lead .sub {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
}
#t101-sidebar-lead input,
#t101-sidebar-lead textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
#t101-sidebar-lead textarea { min-height: 64px; resize: vertical; }
#t101-sidebar-lead button[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px;
  background: linear-gradient(135deg, #c9a227, #b8922a);
  color: #0a1628;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
#t101-sidebar-lead .links {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}
#t101-sidebar-lead .links a {
  display: block;
  font-size: 12px;
  color: #2563eb;
  text-decoration: none;
  padding: 4px 0;
}
#t101-sidebar-lead .ok {
  display: none;
  font-size: 13px;
  color: #059669;
  text-align: center;
  margin-top: 8px;
}
#t101-sidebar-lead.t101-done form { display: none; }
#t101-sidebar-lead.t101-done .ok { display: block; }
@media (max-width: 991px) {
  #t101-sidebar-lead {
    position: static;
    width: auto;
    margin: 20px 15px;
    right: auto;
    top: auto;
  }
}
