body {
  background: #16181b;
  color: #f6f6f6;
  font-family:  'Inter', Arial, sans-serif;
}
.features-header {
  text-align: center;
  margin: 46px 0 22px 0;
}
.features-title {
  font-family:  'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 2.2px;
  margin: 0;
  text-shadow: 0 2px 28px #e6394685;
  position: relative;
  z-index: 2;
}
.red-line {
  width: 120px; height: 6px;
  background: #e63946;
  margin: 0 auto 12px auto;
  border-radius: 14px;
  box-shadow: 0 0 12px 3px #e63946aa;
  position: relative;
  z-index: 2;
}
.features-desc {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 10px;
  font-family:  'Inter', Arial, sans-serif;
}
.talent-section {
  max-width: 1060px;
  margin: 0 auto 55px auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.talent-block {
  background: #0f0c0c;
  border-radius: 18px;
  box-shadow: 0 2px 15px #340e111d;
  padding: 32px 25px 20px 25px;
  margin-bottom: 0;
}
.talent-title {
  display: flex; align-items: center; gap: 16px; margin-bottom: 17px;
}
.talent-title i {
  font-size: 2.2rem;
  color: #e63946;
  text-shadow: 0 0 15px #e63946, 0 0 7px #fff2;
  transition: text-shadow 0.26s, color 0.22s, transform 0.19s;
}
.talent-title i:hover {
  color: #fff;
  text-shadow: 0 0 21px #e63946, 0 0 8px #fff4;
  transform: scale(1.11) rotate(-6deg);
}
.talent-title h3 {
  font-family:  'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.23rem;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0;
}
.talent-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 10px;
}
.talent-card {
  background: #261a1c;
  border-radius: 14px;
  box-shadow: 0 1px 10px #e6394635;
  padding: 22px 15px 16px 15px;
  display: flex; flex-direction: column; align-items: center;
  transition: transform 0.18s cubic-bezier(.43,1.3,.47,1.1), box-shadow 0.19s;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.talent-card:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 5px 20px #e63946b8;
  background: #2d181a;
}
.talent-card i {
  font-size: 2.3rem;
  color: #e63946;
  margin-bottom: 13px;
  text-shadow: 0 0 13px #e63946, 0 0 4px #fff3;
  transition: text-shadow 0.21s, color 0.22s;
}
.talent-card:hover i {
  color: #fff;
  text-shadow: 0 0 22px #e63946, 0 0 10px #fff3;
}
.talent-card h4 {
  font-family:  'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  color: #fff;
  margin-bottom: 7px;
  text-align: center;
  letter-spacing: 1px;
}
.talent-card p {
  font-size: 1.01rem;
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 12px;
  font-family: 'İnter', sans-serif;
  font-weight: 400;
}
.talent-btn {
  display: inline-block;
  padding: 7px 18px;
  background: #e63946;
  color: #fff;
  border: none;
  border-radius: 13px;
  font-family:  'Inter', Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 7px;
  box-shadow: 0 1px 10px #e6394630;
  transition: background 0.17s, box-shadow 0.18s, color 0.13s;
}
.talent-btn:hover {
  background: #fff;
  color: #e63946;
  box-shadow: 0 3px 16px #e63946b5;
}
.talent-card img.talent-img {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  box-shadow: 0 1px 8px #e6394628;
  margin-bottom: 11px;
}
.platform-card {
  min-height: 230px;
}
@media (max-width: 700px) {
  .talent-section { padding: 0 2px;}
  .talent-block { padding: 12px 4px 7px 4px;}
}
