.tg-gor-hero {
  --ink: #0b1220;
  --muted: #5b6478;
  --line: rgba(11, 18, 32, 0.12);
  --blue: #1b5de7;
  --navy: #0b1220;
  --paper: #eef1f6;
  position: relative;
  min-height: clamp(520px, 78vh, 720px);
  padding: clamp(108px, 12vw, 132px) 0 clamp(32px, 4vw, 44px);
  overflow: hidden;
  background: var(--paper);
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  color: var(--ink);
}

.tg-gor-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tg-gor-hero__video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.tg-gor-hero__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(238, 241, 246, 0.88) 0%,
    rgba(238, 241, 246, 0.62) 38%,
    rgba(238, 241, 246, 0.22) 62%,
    rgba(238, 241, 246, 0.08) 100%
  );
}

.tg-gor-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.92;
  filter: saturate(1.05);
}

.tg-gor-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(clamp(520px, 78vh, 720px) - clamp(108px, 12vw, 132px) - clamp(32px, 4vw, 44px));
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.tg-gor-hero__copy {
  max-width: min(640px, 100%);
}

.tg-gor-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.tg-gor-hero__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--blue);
  border-radius: 1px;
}

.tg-gor-hero__title {
  margin: 0 0 18px;
  max-width: 14ch;
  font-family: var(--tp-ff-playfair, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--navy) !important;
}

.tg-gor-hero__title em {
  font-style: italic;
  font-weight: 700;
}

.tg-gor-hero__lead {
  margin: 0 0 28px;
  max-width: 52ch;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
  color: var(--muted);
}

.tg-gor-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.tg-gor-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 2px;
  background: var(--blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.tg-gor-hero__cta:hover {
  background: #1554d4;
  color: #fff !important;
}

.tg-gor-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted) !important;
  text-decoration: none !important;
}

.tg-gor-hero__link:hover {
  color: var(--navy) !important;
}

.tg-gor-hero__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: auto;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
}

.tg-gor-hero__nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tg-gor-hero__nav a:hover {
  color: var(--blue) !important;
}

.tg-gor-hero__nav-sep {
  font-size: 11px;
  color: rgba(11, 18, 32, 0.28);
  user-select: none;
}

.tg-gor-hero + .tg-svc .tg-svc__body {
  padding-top: 48px;
}

.tg-svc__article[id],
.tg-svc__note[id] {
  scroll-margin-top: 112px;
}

@media (prefers-reduced-motion: reduce) {
  .tg-gor-hero__video {
    display: none;
  }

  .tg-gor-hero__video-wrap {
    background: url("../video/gorusler/banner-poster.jpg") center / cover no-repeat;
  }

  .tg-gor-hero--hizmet .tg-gor-hero__video-wrap {
    background-image: url("../video/hizmetler/banner-poster.jpg");
  }
}

@media (max-width: 991px) {
  .tg-gor-hero {
    min-height: clamp(460px, 70vh, 620px);
  }

  .tg-gor-hero__video-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(238, 241, 246, 0.9) 0%,
      rgba(238, 241, 246, 0.55) 45%,
      rgba(238, 241, 246, 0.2) 100%
    );
  }

  .tg-gor-hero__title {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .tg-gor-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tg-gor-hero__cta {
    justify-content: center;
  }

  .tg-gor-hero__nav {
    gap: 8px 12px;
  }
}
