/* NUMBER 4 : ANA TEXT KUTUSU */

.ai-gf-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background-color: #1a1a1a; /* Tüm kutuya gri zemin */
  border: 1px solid #333;     /* İnce kenarlık */
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
  color: #ddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); /* Dışa gölge */
}

.gf-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.gf-title .highlight {
  color: #dd4791;
}

.ai-gf-section h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #dd4791;
  font-weight: 600;
}

.ai-gf-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #ccc;
}

.gf-quotes {
  border-left: 3px solid #dd4791;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #1f1f1f;
  border-radius: 8px;
  padding: 15px;
}

.gf-quotes p {
  font-style: italic;
  color: #bbb;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .ai-gf-section {
    padding: 25px;
  }
  .gf-title {
    font-size: 26px;
  }
  .ai-gf-section h3 {
    font-size: 18px;
  }
}






/* ------------------------------------------------------------ */