.aboutPage___Cqz_R {
  padding: 48px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero___AFHWp {
  text-align: center;
  padding: 64px 24px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  border-radius: 16px;
  margin-bottom: 64px;
}
.heroTitle___ZcY7I {
  font-size: 36px !important;
  color: #e2e8f0 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .heroTitle___ZcY7I {
    font-size: 30px !important;
  }
}
.heroDesc___hJ3kJ {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto !important;
}
.heroSubtitle___mAr_p {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto !important;
  line-height: 1.6;
}
.section___nfIax {
  margin-bottom: 48px;
}
.featuresSection___QfmVg {
  margin-bottom: 64px;
}
.teamSection___DQciC {
  margin-bottom: 64px;
}
.contactSection___ZCYMo {
  margin-bottom: 48px;
}
.sectionTitle___GIyNg {
  text-align: center;
  font-size: 24px !important;
  color: #e2e8f0 !important;
  margin-bottom: 32px !important;
}
.featuresGrid___p1m5L {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .featuresGrid___p1m5L {
    grid-template-columns: 1fr;
  }
}
.featureCard___AnT2e {
  background: rgba(20, 20, 35, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  padding: 48px 32px;
  transition: all 0.3s ease;
}
.featureCard___AnT2e:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
  border-color: #00ffff;
}
.featureCard___AnT2e h4 {
  color: #e2e8f0;
  margin: 16px 0 8px;
}
.featureCard___AnT2e .ant-typography {
  color: #94a3b8;
}
.featureIcon___f533t {
  font-size: 48px;
  color: #80ffff;
}
.featureTitle___sAMAi {
  color: #e2e8f0 !important;
  font-size: 18px !important;
  margin: 16px 0 8px !important;
}
.featureDescription___ca5sA {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
}
.teamGrid___ws4Qt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .teamGrid___ws4Qt {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .teamGrid___ws4Qt {
    grid-template-columns: 1fr;
  }
}
.teamCard___RMny1 {
  background: rgba(20, 20, 35, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  padding: 48px 24px;
  transition: all 0.3s ease;
}
.teamCard___RMny1:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
  border-color: #00ffff;
}
.teamAvatar___MHXKa {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #00ffff 0%, #ff00ff 100%);
}
.teamAvatar___MHXKa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teamAvatar___MHXKa .avatarPlaceholder____VBNk {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
}
.teamName___wwN9x {
  color: #e2e8f0 !important;
  margin-bottom: 4px !important;
}
.teamRole___mSTt2 {
  color: #80ffff !important;
  font-weight: 500;
  margin-bottom: 8px !important;
}
.teamDesc___CbAp6 {
  color: #94a3b8 !important;
  font-size: 14px;
}
.teamDescription___lyam6 {
  color: #94a3b8 !important;
  font-size: 14px;
  line-height: 1.5;
}
.contactCard___GAhjY {
  background: rgba(20, 20, 35, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  padding: 32px;
  max-width: 600px;
  margin: 0 auto;
}
.contactCard___GAhjY .ant-card-head {
  padding: 0;
  border-bottom: none;
}
.contactCard___GAhjY .ant-card-body {
  padding: 0;
}
.contactCard___GAhjY h3 {
  color: #e2e8f0;
  margin-bottom: 24px;
}
.contactCard___GAhjY .ant-typography {
  color: #94a3b8;
  margin-bottom: 16px;
}
.cardHeader___ayxpX {
  padding: 0;
}
.cardBody___UosOR {
  padding: 0;
}
.contactText___W0KPA {
  padding: 24px;
}
.contactInfo___qYbj5 {
  margin: 24px 0 !important;
  line-height: 1.8;
}
.contactInfo___qYbj5 a {
  color: #80ffff;
}
.contactInfo___qYbj5 a:hover {
  color: #00ffff;
}
.contactButtons___dDqS1 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactButtons___dDqS1 {
    flex-direction: column;
    align-items: center;
  }
  .contactButtons___dDqS1 button {
    min-width: 200px;
  }
}

