.blog-banner .hero-simple-nemo .image {
  background-image: url("/static/images/blogs/human-ai-redesigning-how-we-learn-banner.jpg");
}

.border-blue {
  border-left: 6px solid #0045E6 !important;
}

.key-issue-item {
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-issue-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 69, 230, 0.08);
  border-color: rgba(0, 69, 230, 0.2);
}

.key-issue-item h4 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #0045E6 !important;
  font-weight: 800;
  background: linear-gradient(135deg, #0045E6 0%, #0099FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.shift-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 20px !important;
  background: #ffffff;
}

.shift-card:hover {
  border-color: #0045E6 !important;
  box-shadow: 0 20px 50px rgba(0, 69, 230, 0.12) !important;
  transform: translateY(-8px);
}

.shift-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 69, 230, 0.1) 0%, rgba(0, 153, 255, 0.1) 100%);
  border-radius: 16px;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #0045E6;
}

.shift-card h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.highlight-stat {
  border: 1px dashed #0045E6;
  background: rgba(0, 69, 230, 0.02) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease;
}

.shift-card:hover .highlight-stat {
  background: rgba(0, 69, 230, 0.05) !important;
  border-style: solid;
}

/* Typography Enhancements */
.blog-banner .subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .key-issue-item h4 {
    font-size: 2.5rem;
  }
}

.info-card .info-card-description {
  text-align: left !important;
}
