/* ABOUT HERO */
.about-hero {
  background: linear-gradient(135deg, #f0ecff 0%, #e8f7f2 50%, #eafff4 100%);
  padding: 70px 0 56px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34,197,94,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.about-hero-content {
  max-width: 860px;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}

.about-badge {
  display: inline-block;
  background: linear-gradient(90deg, #8B5CF6, #22C55E);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-hero-title {
  font-family: 'Nunito', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #2d1f66;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.about-hero-text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 40px;
  max-width: 100%;
}

.about-vision-box {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(139,92,246,0.15);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(139,92,246,0.08);
  text-align: left;
}

.vision-item {
  flex: 1;
  padding: 28px 32px;
  transition: background 0.3s;
}

.vision-item:hover {
  background: rgba(139,92,246,0.03);
}

.vision-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.vision-item h3 {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8B5CF6;
  margin-bottom: 12px;
}

.vision-item p {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.8;
}

.vision-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(139,92,246,0.2), transparent);
  margin: 24px 0;
}

@media (max-width: 600px) {
  .about-hero-title {
    font-size: 2rem;
  }

  .about-vision-box {
    flex-direction: column;
    text-align: left;
  }

  .vision-divider {
    width: auto;
    height: 1px;
    margin: 0 24px;
    background: linear-gradient(to right, transparent, rgba(139,92,246,0.2), transparent);
  }

  .vision-item {
    padding: 24px 20px;
  }
}
  
  /* HİKAYEMİZ */
  .about-story {
    padding: 80px 0;
    background: white;
  }
  
  .story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  
  .story-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .section-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8B5CF6;
    background: rgba(139,92,246,0.08);
    padding: 4px 12px;
    border-radius: 20px;
    width: fit-content;
  }
  
  .story-text h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #2d1f66;
    line-height: 1.3;
  }
  
  .story-text p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.8;
  }
  
  .story-image-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(139,92,246,0.12);
  }
  
  .story-image-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
  }
  
  /* DEĞERLERİMİZ */
.about-values {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0ecff 0%, #e8f7f2 50%, #eafff4 100%);
}

.about-values h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #2d1f66;
  margin: 12px 0 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.values-grid-last {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.values-grid-last .value-card {
  width: calc(50% - 8px);
}

.value-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.value-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #2d1f66;
}

.value-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Her kart için pastel arka plan rengi */
.value-card:nth-child(1) { background: rgba(220, 240, 255, 0.7); border-color: rgba(100, 160, 240, 0.2); }
.value-card:nth-child(2) { background: rgba(220, 255, 235, 0.7); border-color: rgba(60, 200, 120, 0.2); }
.value-card:nth-child(3) { background: rgba(255, 240, 220, 0.7); border-color: rgba(240, 160, 80, 0.2); }
.value-card:nth-child(4) { background: rgba(240, 220, 255, 0.7); border-color: rgba(160, 100, 240, 0.2); }
.value-card:nth-child(5) { background: rgba(240, 255, 220, 0.7); border-color: rgba(140, 200, 60, 0.2); }
.value-card:nth-child(6) { background: rgba(255, 220, 220, 0.7); border-color: rgba(240, 100, 100, 0.2); }
.value-grid-last .value-card { background: rgba(255, 220, 240, 0.7); border-color: rgba(240, 100, 160, 0.2); }

@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid-last .value-card { width: 100%; }
}

@media (max-width: 600px) {
  .values-grid { grid-template-columns: 1fr; }
  .values-grid-last .value-card { width: 100%; }
}
  
  /* RAKAMLARLA BİZ */
  .about-stats {
    padding: 80px 0;
    background: #2d1f66;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
  }
  
  .stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .stat-number {
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(90deg, #a78bfa, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
  }
  
  /* EKİBİMİZ */
  .about-team {
    padding: 80px 0;
    background: white;
  }
  
  .about-team h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #2d1f66;
    margin: 12px 0 40px;
  }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .team-card {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    transition: 0.3s;
  }
  
  .team-card:hover {
    border-color: rgba(139,92,246,0.3);
    box-shadow: 0 8px 28px rgba(139,92,246,0.1);
    transform: translateY(-4px);
  }
  
  .team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(34,197,94,0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 900;
    color: #6d28d9;
    border: 2px solid rgba(139,92,246,0.2);
  }
  
  .team-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(139,92,246,0.2);
  }
  
  .team-name {
    font-size: 1rem;
    font-weight: 800;
    color: #2d1f66;
  }
  
  .team-role {
    font-size: 0.85rem;
    color: #8B5CF6;
    font-weight: 600;
  }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
    .story-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  
    .values-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .team-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .about-hero-title {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 600px) {
    .values-grid,
    .stats-grid,
    .team-grid {
      grid-template-columns: 1fr;
    }
  }