/* Ana sayfa hero — sağ CTA paneli */
.tp-hero-cst-right {
  display: flex;
  justify-content: flex-end;
}

.tg-hero-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.06);
}

.tg-hero-panel__meta {
  padding: 16px 18px 14px;
}

.tg-hero-panel__label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0b1220;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
  line-height: 1.3;
}

.tg-hero-panel__regions {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(11, 18, 32, 0.68);
  line-height: 1.4;
}

.tg-hero-panel__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: #0b1220;
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.tg-hero-panel__cta:hover {
  background: #1b5de7;
  color: #fff !important;
}

.tg-hero-panel__cta svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.tg-hero-panel__cta:hover svg {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .tp-hero-cst-right {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .tg-hero-panel {
    max-width: 100%;
  }
}

/* Hero alt şerit — sektör sekmeleri + tagline */
.tp-hero-cst-bottom-right span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 10px;
  max-width: 36ch;
  margin-left: auto;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.45;
  color: #fff;
}

.tp-hero-cst-bottom-right svg {
  flex-shrink: 0;
}

.tp-hero-cst-bottom-right a {
  color: #b4e717 !important;
  text-decoration: none;
  font-weight: 800;
}

.tp-hero-cst-bottom-right a:hover {
  color: #d4ff4a !important;
}

.tp-hero-cst-bottom-btn ul li {
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.tp-hero-cst-bottom-btn ul li:hover,
.tp-hero-cst-bottom-btn ul li.active {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .tp-hero-cst-bottom-right span {
    justify-content: flex-start;
    max-width: none;
    margin-left: 0;
    margin-top: 8px;
  }
}
