/* Ana sayfa — Küresel Çözümler & Teşvik Mimarisi */
.tg-global {
  padding: clamp(72px, 8vw, 100px) 0;
  background: #fff;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
}

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

.tg-global__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.tg-global__visual h2 {
  margin: 0 0 clamp(28px, 4vw, 48px);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0b1220 !important;
}

.tg-global__pills {
  position: relative;
  min-height: 260px;
  max-width: 380px;
}

.tg-global__spiral {
  position: absolute;
  left: -12px;
  top: 18px;
  width: 120px;
  height: 120px;
  opacity: 0.35;
  pointer-events: none;
}

.tg-global__pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.12);
}

.tg-global__pill--green {
  left: 0;
  top: 42px;
  z-index: 1;
  background: #d4f06a;
  color: #0b1220;
  transform: rotate(-8deg);
}

.tg-global__pill--orange {
  left: 72px;
  top: 88px;
  z-index: 2;
  background: #f59e0b;
  color: #fff;
  transform: rotate(4deg);
}

.tg-global__pill--navy {
  right: 0;
  top: 24px;
  z-index: 3;
  background: #0b1220;
  color: #fff;
  transform: rotate(6deg);
}

.tg-global__pill--front {
  right: 18px;
  top: 118px;
  z-index: 4;
  transform: rotate(-3deg);
}

.tg-global__intro {
  margin: 0 0 28px;
  max-width: 58ch;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  color: #5b6478;
}

.tg-global__accordion {
  border-top: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-global__item {
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-global__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: #b8bec8;
  transition: color 0.2s ease;
}

.tg-global__trigger:hover {
  color: #6b7280;
}

.tg-global__trigger[aria-expanded="true"] {
  color: #0b1220;
}

.tg-global__icon {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.tg-global__icon::before,
.tg-global__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.tg-global__icon::before {
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.tg-global__icon::after {
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.tg-global__trigger[aria-expanded="true"] .tg-global__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.tg-global__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.tg-global__panel.is-open {
  grid-template-rows: 1fr;
}

.tg-global__panel-inner {
  overflow: hidden;
}

.tg-global__panel-inner p {
  margin: 0;
  padding: 0 0 24px;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6478;
}

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

  .tg-global__pills {
    margin-bottom: 8px;
  }

  .tg-global__intro {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .tg-global__pills {
    min-height: 220px;
    max-width: 100%;
  }

  .tg-global__pill--green {
    left: 0;
    top: 36px;
  }

  .tg-global__pill--orange {
    left: 48px;
    top: 78px;
  }

  .tg-global__pill--navy {
    right: 0;
    top: 16px;
  }

  .tg-global__pill--front {
    right: 8px;
    top: 108px;
  }

  .tg-global__trigger {
    padding: 18px 0;
  }
}
