/*
 * @kanway-css-index
 * 文件: css/solutions/solutions-nav-preview.css
 * 引用: Solutions-Nav-Preview-*.html
 */

.sol-preview-page {
  padding: 0 0 72px;
  clear: both;
}

.sol-preview-banner {
  margin: 0 0 24px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #495057;
  background: #fff8f0;
  border: 1px solid #f0dcc4;
  border-radius: 10px;
}

.sol-preview-banner strong {
  color: #1a1a1a;
}

.sol-preview-banner a {
  font-weight: 600;
  color: #1d5198;
}

.sol-preview-head {
  margin: 36px 0 20px;
  max-width: 1450px;
}

.sol-preview-head h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
}

.sol-preview-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #6c757d;
}

/* 拟议顶部下拉示意 */
.sol-nav-mock-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.sol-nav-mock {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #e1e5ea;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(29, 81, 152, 0.08);
  overflow: hidden;
}

.sol-nav-mock__title {
  margin: 0;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #1d5198;
}

.sol-nav-mock ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.sol-nav-mock li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #343a40;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.sol-nav-mock li a:hover {
  background: #e8f0fa;
  color: #1d5198;
}

.sol-nav-mock li.sol-nav-mock__label {
  padding: 10px 16px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #868e96;
  background: #f8f9fb;
  border-top: 1px solid #e9ecef;
}

.sol-nav-mock li.sol-nav-mock__label:first-child {
  border-top: none;
}

.sol-nav-mock li.sol-nav-mock__divider {
  height: 1px;
  margin: 6px 0;
  background: #e9ecef;
  padding: 0;
}

.sol-nav-mock li a small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #868e96;
}

/* 拟议页面内 p2 面包屑示意 */
.sol-p2-mock {
  margin-bottom: 32px;
  padding: 16px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.sol-p2-mock__label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #868e96;
}

.sol-p2-mock .p2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}

.sol-p2-mock .p2 a {
  display: inline-block;
  padding: 6px 14px;
  margin-right: 4px;
  font-size: 14px;
  color: #495057;
  text-decoration: none;
  border-radius: 4px;
}

.sol-p2-mock .p2 a.cur {
  background: #1d5198;
  color: #fff;
}

.sol-p2-mock .p2 .sol-p2-group {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #868e96;
}

.sol-p2-mock--a .p2 {
  align-items: center;
}

/* 分组卡片入口 */
.sol-preview-group {
  margin-bottom: 40px;
}

.sol-preview-group__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  padding-left: 12px;
  border-left: 4px solid #1d5198;
}

.sol-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sol-preview-card {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #e1e5ea;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.sol-preview-card:hover {
  border-color: #1d5198;
  box-shadow: 0 6px 20px rgba(29, 81, 152, 0.1);
  transform: translateY(-2px);
  color: inherit;
}

.sol-preview-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.sol-preview-card p {
  margin: 0;
  font-size: 12px;
  color: #868e96;
  line-height: 1.5;
}

.sol-preview-card .sol-preview-card__tag {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #1d5198;
  background: rgba(29, 81, 152, 0.08);
  border-radius: 4px;
}

.sol-preview-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}

.sol-preview-switch a {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #1d5198;
  color: #1d5198;
  background: #fff;
}

.sol-preview-switch a.is-active {
  background: #1d5198;
  color: #fff;
}

.sol-preview-switch a:hover {
  background: #e8f0fa;
}

.sol-preview-switch a.is-active:hover {
  background: #153a6b;
  color: #fff;
}

.sol-stub-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #e67700;
  background: #fff4e6;
  border: 1px solid #ffc078;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .sol-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sol-preview-grid {
    grid-template-columns: 1fr;
  }

  .sol-nav-mock-wrap {
    flex-direction: column;
  }
}
