.blog-index__insights {
  margin-top: 34px;
  display: grid;
  gap: 18px;
}

.blog-index__insights-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.blog-index__insights-title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
}

.blog-index__insights-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-index__insights-controls--mobile {
  display: none;
}

.blog-index__insights-progress {
  display: none;
  flex: 1;
  height: 3px;
  background: #e6e6e6;
  border-radius: 999px;
  overflow: hidden;
}

.blog-index__insights-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #2b5cff;
}

.blog-index__insights-buttons {
  display: inline-flex;
  gap: 8px;
  flex-shrink: 0;
}

.blog-index__insights-btn {
  width: 44px;
  height: 32px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(235, 235, 235, 0.8);
  color: #0f0f0f;
}

.blog-index__insights-btn.is-primary {
  background: #2b5cff;
  color: #ffffff;
}

.blog-index__insights-btn:disabled {
  background: rgba(200, 200, 200, 0.5);
  color: rgba(15, 15, 15, 0.4);
  cursor: default;
}

.blog-index__insights-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}

.blog-index__insights-track::-webkit-scrollbar {
  display: none;
}

.blog-index__insights-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 210px;
  scroll-snap-align: start;
  color: #ffffff;
}

.blog-index__insights-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-index__insights-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
}

.blog-index__insights-card-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  gap: 10px;
}

.blog-index__insights-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.blog-index__insights-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blog-index__insights-card-tag {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.blog-index__insights-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #2b5cff;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.blog-index__insights-card-btn:hover {
  color: #ffffff;
  transform: scale(1.04);
}

.blog-index__insights-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.blog-index__insights-note {
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}

.blog-index__insights-note-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.blog-index__insights-note-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.blog-index__insights-note-date {
  font-size: 10px;
  color: #8c8c8c;
  white-space: nowrap;
}

.blog-index__insights-note-text {
  margin: 0;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 1.35;
}

.blog-index__insights-note-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #2b5cff;
  text-decoration: none;
}

.blog-index__insights--feature {
  gap: 22px;
}

.blog-index__insights-feature {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 260px;
  background: #1b1b1b;
  color: #ffffff;
}

.blog-index__insights-feature img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-index__insights-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 60%);
}

.blog-index__insights-feature-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 28px 32px 26px;
}

.blog-index__insights-feature-top {
  justify-self: end;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f0f0f;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.blog-index__insights-feature-body {
  max-width: 520px;
}

.blog-index__insights-feature-title {
  margin: 0 0 12px;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
  line-height: 1.1;
}

.blog-index__insights-feature-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.blog-index__insights-feature-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #2b5cff;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.blog-index__insights-feature-link:hover {
  color: #ffffff;
  transform: scale(1.04);
}

.blog-index__insights-controls--bottom {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
