.tas-latest-insights {
  padding: clamp(10px, 6vw, 24px) 0;
  background: linear-gradient(135deg, var(--surface-muted, #f8f9fa) 0%, var(--white) 100%);
}

.tas-latest-insights__badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  margin-bottom: 0.75rem;
  background: rgba(var(--primary-rgb), 0.08);
  border-radius: 20px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.tas-latest-insights__badge svg,
.tas-latest-insights__badge i {
  width: 12px;
  height: 12px;
  margin-right: 0.35rem;
}

.tas-latest-insights__title {
  color: var(--primary);
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  font-weight: 700;
}

.tas-latest-insights__subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.tas-latest-insights__card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light, #e9ecef);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.tas-latest-insights__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.12);
  border-color: var(--primary);
}

.tas-latest-insights__image {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.tas-latest-insights__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.tas-latest-insights__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
  pointer-events: none;
  z-index: 1;
}

.tas-latest-insights__cat-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--primary);
  color: var(--white);
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.tas-latest-insights__card-title {
  color: var(--primary);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tas-latest-insights__excerpt {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tas-latest-insights__meta {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.tas-latest-insights__meta i {
  margin-right: 0.25rem;
}

.tas-latest-insights__view-all {
  margin-top: 1.5rem;
}

.tas-latest-insights__link {
  text-decoration: none;
  color: inherit;
}
