.guide-feature {
  width: 100%;
}

.guide-feature-card {
  display: block;
  padding: 28px 28px 26px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.guide-feature-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(33, 67, 92, 0.08);
}

.guide-feature-kicker {
  display: block;
  margin-bottom: 10px;
  color: #21435c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.guide-feature-title {
  margin: 0 0 10px;
  color: #172334;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.guide-feature-card:hover .guide-feature-title {
  color: #e94560;
}

.guide-feature-lead {
  max-width: 760px;
  margin: 0 0 14px;
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.55;
}

.guide-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e94560;
  font-size: 16px;
  font-weight: 700;
}

.guide-feature-home-wrap {
  padding: 12px 0 28px;
}

.guide-feature--home {
  padding: 8px 0 8px;
}

.guide-feature--home .guide-feature-card {
  padding: 32px 34px 30px;
}

.guide-feature--home .guide-feature-title {
  font-size: 32px;
}

.materials .jump-box ul li {
  height: auto;
  min-height: 72px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .guide-feature-card,
  .guide-feature--home .guide-feature-card {
    padding: 22px 18px 20px;
  }

  .guide-feature-title,
  .guide-feature--home .guide-feature-title {
    font-size: 22px;
  }
}
