.tg-contact {
  padding: 40px 0 100px;
  background: #fff;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
}

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

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

.tg-contact__kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0b1220;
}

.tg-contact__head h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.tg-contact__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: 28px 48px;
  align-items: stretch;
}

.tg-contact__media {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #111827;
  min-height: 280px;
}

.tg-contact__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.tg-contact__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 8px 4px;
  border-left: 1px solid rgba(11, 18, 32, 0.12);
  padding-left: 28px;
}

.tg-contact__panel p {
  margin: 0 0 16px;
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5568;
}

.tg-contact__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 8px;
  padding: 13px 20px;
  border: 1px solid #0b1220;
  background: #0b1220;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tg-contact__cta:hover {
  background: #0f6b55;
  border-color: #0f6b55;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .tg-contact {
    padding: 24px 0 72px;
  }

  .tg-contact__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tg-contact__media {
    min-height: 220px;
    max-height: 280px;
  }

  .tg-contact__panel {
    border-left: 0;
    padding-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(11, 18, 32, 0.12);
  }
}
