.about-hero {
  background: linear-gradient(135deg, #0a0f2c, #1a1f4b);
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-values {
  padding: 80px 20px;
}

.values-grid {
  display: grid;
  gap: 25px;
}

.team-grid {
  display: grid;
  gap: 25px;
}

.team-card {
  background: white;
  padding: 25px;
  border-radius: 14px;
}
/* ===== FOOTER PREMIUM ===== */

.footer-pro {
  background: #0b0d12;
  color: #aaa;
  padding: 80px 20px 40px;
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-pro h4 {
  color: white;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-pro a {
  display: block;
  text-decoration: none;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-pro a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid #222;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.text {
  max-width: 500px;
  line-height: 1.6;
}
.text p {
  word-break: normal;
}
.text p {
  word-break: normal;
}
