/* Hakkımızda — policy hero + content card */

.kok-about-layout {
  margin-top: 2rem;
  max-width: 760px;
  padding-bottom: var(--section-spacing, 4rem);
}

.kok-about-card {
  background: #fff;
  border: 1px solid rgba(44, 62, 80, 0.1);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(44, 62, 80, 0.08);
  padding: 2.25rem 2.5rem 2.5rem;
  color: #2c3e50;
}

.kok-about-card p {
  font-size: 0.975rem;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  color: #2c3e50;
}

.kok-about-card p:last-child {
  margin-bottom: 0;
}

.kok-about-lead {
  font-size: 1.05rem !important;
  font-weight: 500;
  line-height: 1.75 !important;
  color: #3a9e92 !important;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem !important;
  border-bottom: 1px solid #e8f7f5;
}

@media (max-width: 575.98px) {
  .kok-about-layout {
    margin-top: 1.5rem;
  }

  .kok-about-card {
    padding: 1.35rem 1.15rem 1.5rem;
  }

  .kok-about-lead {
    font-size: 1rem !important;
  }
}
