/* Ana sayfa — Uygulama / tg-about bölümü */
.tg-about {
  padding: clamp(72px, 8vw, 100px) 0;
  background: #fff;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
}

.tg-about__inner {
  max-width: 1524px;
  margin: 0 auto;
  padding: 0 24px;
}

.tg-about__head {
  max-width: 920px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-about__kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b5de7;
}

.tg-about__head h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #0b1220 !important;
}

.tg-about__grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

.tg-about__media {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: #f6f7fb;
}

.tg-about__media--tall {
  min-height: 100%;
}

.tg-about__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}

.tg-about__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 2px;
  background: #f6f7fb;
}

.tg-about__label {
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b5de7;
}

.tg-about__panel p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6478;
}

.tg-about__panel p:last-of-type {
  margin-bottom: 0;
}

.tg-about__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 20px;
  padding: 12px 18px;
  border: 1px solid rgba(27, 93, 231, 0.28);
  border-radius: 2px;
  background: #fff;
  color: #1b5de7 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tg-about__cta:hover {
  background: rgba(27, 93, 231, 0.06);
  border-color: rgba(27, 93, 231, 0.45);
  color: #164fc4 !important;
}

.tg-about__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.tg-about__meta li {
  padding: 16px 18px;
  border-right: 1px solid rgba(11, 18, 32, 0.1);
  font-size: 13px;
  line-height: 1.5;
  color: #5b6478;
}

.tg-about__meta li:last-child {
  border-right: none;
}

.tg-about__meta strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0b1220;
}

@media (max-width: 991.98px) {
  .tg-about__grid {
    grid-template-columns: 1fr;
  }

  .tg-about__media img {
    min-height: 280px;
  }

  .tg-about__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-about__meta li:nth-child(2) {
    border-right: none;
  }

  .tg-about__meta li:nth-child(1),
  .tg-about__meta li:nth-child(2) {
    border-bottom: 1px solid rgba(11, 18, 32, 0.1);
  }
}

@media (max-width: 575.98px) {
  .tg-about__meta {
    grid-template-columns: 1fr;
  }

  .tg-about__meta li {
    border-right: none;
    border-bottom: 1px solid rgba(11, 18, 32, 0.1);
  }

  .tg-about__meta li:last-child {
    border-bottom: none;
  }
}
