/* Kurumsal Sayfa - Geliştirilmiş Tipografi */

/* Ana Başlık Tasarımı */
.chy-title-1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #1a202c !important;
  margin-bottom: 2rem !important;
  text-align: center;
  position: relative;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chy-title-1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 2px;
}

/* Alt Başlık Tasarımı */
.chy-subtitle-1 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #6366f1 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem !important;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}

.chy-subtitle-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 40px;
  height: 2px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 1px;
}

/* İçerik Metni Tasarımı */
.kurumsal-intro-text {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: left;
}

.kurumsal-intro-text p {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: #4a5568 !important;
  margin-bottom: 2rem !important;
  text-align: justify;
  font-weight: 400;
  position: relative;
  padding-left: 2rem;
  padding-right: 1rem;
}

.kurumsal-intro-text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 4px;
  height: calc(100% - 1rem);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 2px;
}

.kurumsal-intro-text p:first-child::before {
  background: linear-gradient(135deg, #10b981, #059669);
}

.kurumsal-intro-text p:nth-child(2)::before {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.kurumsal-intro-text p:nth-child(3)::before {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.kurumsal-intro-text p:last-child::before {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

/* Vurgu Kelimeleri */
.kurumsal-intro-text strong,
.kurumsal-intro-text b {
  color: #2d3748;
  font-weight: 700;
  background: linear-gradient(135deg, #f7fafc, #edf2f7);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Özel Vurgular */
.kurumsal-intro-text em {
  color: #6366f1;
  font-weight: 600;
  font-style: normal;
}

/* Container Düzenlemeleri */
.chy-about-1-content {
  position: relative;
  padding: 3rem 2rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 2rem auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

.chy-about-1-content::before {
  display: none;
}

/* Ana Container Düzenlemeleri */
.chy-container-1 {
  max-width: 1200px !important;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col-lg-10 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
  .chy-title-1 {
    font-size: 3rem !important;
  }
  
  .kurumsal-intro-text p {
    font-size: 1.0625rem !important;
    padding-left: 1.5rem;
  }
  
  .chy-about-1-content {
    max-width: 100%;
    margin: 1rem;
  }
}

@media (max-width: 768px) {
  .chy-title-1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }
  
  .chy-subtitle-1 {
    font-size: 1rem !important;
  }
  
  .kurumsal-intro-text {
    margin-bottom: 2rem;
  }
  
  .kurumsal-intro-text p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
  }
  
  .chy-about-1-content {
    padding: 2rem 1rem;
    margin: 0.5rem;
    border-radius: 20px;
    max-width: calc(100% - 1rem);
  }
  
  .chy-container-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 480px) {
  .chy-title-1 {
    font-size: 2rem !important;
  }
  
  .chy-subtitle-1 {
    font-size: 0.9rem !important;
  }
  
  .kurumsal-intro-text p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    padding-left: 1rem;
    padding-right: 0.25rem;
  }
  
  .chy-about-1-content {
    padding: 1.5rem 0.75rem;
    margin: 0.25rem;
    border-radius: 16px;
    max-width: calc(100% - 0.5rem);
  }
  
  .chy-container-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* Animasyon Efektleri */
@keyframes titleSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.chy-title-1 {
  animation: titleSlideIn 0.8s ease-out forwards;
}

.chy-subtitle-1 {
  animation: titleSlideIn 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

.kurumsal-intro-text p {
  animation: textFadeIn 0.6s ease-out forwards;
  opacity: 0;
}

.kurumsal-intro-text p:nth-child(1) { animation-delay: 0.4s; }
.kurumsal-intro-text p:nth-child(2) { animation-delay: 0.6s; }
.kurumsal-intro-text p:nth-child(3) { animation-delay: 0.8s; }
.kurumsal-intro-text p:nth-child(4) { animation-delay: 1s; }

/* Hover Efektleri */
.kurumsal-intro-text p:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.kurumsal-intro-text p:hover::before {
  width: 6px;
  transition: width 0.3s ease;
}

/* Okunabilirlik İyileştirmeleri */
.kurumsal-intro-text p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Seçim Rengi */
::selection {
  background: rgba(99, 102, 241, 0.2);
  color: #1a202c;
}

::-moz-selection {
  background: rgba(99, 102, 241, 0.2);
  color: #1a202c;
}
