.kurumsal-gelecek-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.kurumsal-baslik-blok {
  text-align: center;
  margin-bottom: 60px;
}

.kurumsal-baslik {
  font-size: 36px;
  color: #1e2a38;
  margin-bottom: 20px;
  position: relative;
}

.kurumsal-baslik::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #41aaff;
  margin: 10px auto 0;
  border-radius: 2px;
}

.kurumsal-aciklama {
  font-size: 16px;
  color: #444;
  max-width: 900px;
  margin: auto;
  line-height: 1.8;
}

.kurumsal-kutu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.kurumsal-kutu {
  background-color:  #ffffff4d;
  border: 1px solid #dde3ea;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 30px 40px;
  width: 100%;
  max-width: 480px;
  transition: 0.3s ease;
}

.kurumsal-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.kurumsal-kutu-baslik {
  font-size: 20px;
  color: #41aaff;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e6ed7e;
  padding-bottom: 10px;
}

.kurumsal-kutu-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}
