/* Ana sayfa — tg-ab üzerine ek düzen */

.tg-home {
  --tg-h2-size: clamp(36px, 5.2vw, 64px);
  --tg-h2-weight: 500;
  --tg-h2-lh: 1.12;
  --tg-h2-ls: -0.045em;
  max-width: 100%;
  overflow-x: hidden;
}

.tg-home-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tg-home-hero-copy p {
  margin: 0;
  max-width: 42rem;
  font-size: 20px;
  line-height: 1.7;
}

.tg-home-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tg-home-hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  border-radius: 2px;
  background: #fff;
  color: #0b1220 !important;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tg-home-hero-links a:hover {
  background: #0b1220;
  border-color: #0b1220;
  color: #fff !important;
}

.tg-home-hero-links a:last-child {
  background: #0b1220;
  border-color: #0b1220;
  color: #fff !important;
}

.tg-home-hero-links a:last-child:hover {
  background: #1b5de7;
  border-color: #1b5de7;
}

.tg-home-more {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--blue, #1b5de7);
  text-decoration: none;
}

.tg-home-more:hover {
  color: #164fc4;
}

.tg-home-mores {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
}

.tg-home-mores .tg-home-more {
  margin-top: 0;
}

.tg-ab-section--navy .tg-home-more,
.tg-ab-split__panel .tg-home-more {
  color: #8bb4ff;
}

.tg-ab-section--navy .tg-home-more:hover,
.tg-ab-split__panel .tg-home-more:hover {
  color: #fff;
}

.tg-ab-tile .tg-home-tile-go {
  display: inline-flex;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue, #1b5de7);
  text-decoration: none;
}

.tg-ab-tile .tg-home-tile-go:hover {
  color: #164fc4;
}

#kuresel-ag .tg-ab-bento {
  gap: 12px;
  background: transparent;
  border: none;
  overflow: visible;
}

#kuresel-ag .tg-ab-tile--photo {
  position: relative;
  min-height: 0;
  padding: 0;
  border: none;
  background: #0b1220;
  overflow: hidden;
}

#kuresel-ag .tg-ab-tile--photo:hover {
  background: #0b1220;
}

#kuresel-ag .tg-ab-bento .tg-ab-tile--photo:nth-child(3n) {
  border-right: none;
}

#kuresel-ag .tg-ab-tile__media {
  margin: 0;
  aspect-ratio: 3 / 4;
  min-height: 420px;
  height: 100%;
  overflow: hidden;
  background: #0b1220;
}

#kuresel-ag .tg-ab-tile__media > img,
.tg-photo-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-photo-card {
  position: relative;
  overflow: hidden;
}

.tg-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 20, 0.34) 0%,
    rgba(8, 12, 20, 0.12) 36%,
    rgba(8, 12, 20, 0.82) 100%
  );
  pointer-events: none;
}

.tg-photo-card__ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 16px;
  color: #fff;
  pointer-events: none;
}

.tg-photo-card__index {
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.tg-photo-card__copy {
  max-width: 100%;
}

.tg-photo-card__logo {
  display: block;
  position: relative;
  inset: auto;
  width: auto !important;
  height: 16px !important;
  max-width: 88px;
  margin: 0 0 12px;
  object-fit: contain;
}

.tg-photo-card__title {
  margin: 0 0 10px;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff !important;
}

.tg-photo-card__rule {
  display: block;
  width: 34px;
  height: 1px;
  margin: 0 0 10px;
  background: rgba(255, 255, 255, 0.85);
}

.tg-photo-card__lead {
  margin: 0 0 28px;
  max-width: 32ch;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tg-ab-tile p.tg-photo-card__title,
.tg-ab-tile p.tg-photo-card__lead,
.tg-ab-tile p.tg-photo-card__keys {
  flex: none;
}

.tg-ab-tile p.tg-photo-card__lead {
  margin: 0 0 28px;
}

.tg-ab-tile p.tg-photo-card__keys,
.tg-photo-card p.tg-photo-card__keys {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin: 0;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.tg-ab-section--navy .tg-ab-tile p.tg-photo-card__keys {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
}

.tg-photo-card__keys span {
  white-space: nowrap;
}

.tg-photo-card__hit {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.tg-ab-split__media.tg-photo-card .tg-photo-card__ui {
  padding: 22px 24px 20px;
}

.tg-ab-split__media.tg-photo-card .tg-photo-card__title {
  font-size: clamp(28px, 2.6vw, 40px);
}

.tg-ab-split__media.tg-photo-card .tg-photo-card__lead {
  font-size: 15px;
  max-width: 36ch;
}

@media (max-width: 991.98px) {
  #kuresel-ag .tg-ab-tile__media {
    min-height: 340px;
    aspect-ratio: 4 / 5;
  }
}

.tg-ab-section--navy .tg-ab-tile .tg-home-tile-go {
  color: #8bb4ff;
}

.tg-ab-section--navy .tg-ab-tile .tg-home-tile-go:hover {
  color: #fff;
}

.tg-home-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 340px;
  margin-bottom: 28px;
  border: 1px solid rgba(11, 18, 32, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 247, 251, 0.96));
  box-shadow:
    0 18px 50px rgba(11, 18, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tg-home-featured figure {
  position: relative;
  margin: 0;
  min-height: 280px;
  background: #0b1220;
}

.tg-home-featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.8s ease;
}

.tg-home-featured:hover img {
  transform: scale(1.08);
}

.tg-home-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.4vw, 48px);
}

.tg-home-featured__body h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1220 !important;
}

.tg-home-featured__body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #5b6478;
}

.tg-home-featured__body a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(27, 93, 231, 0.18);
  border-radius: 999px;
  background: rgba(27, 93, 231, 0.08);
  font-size: 14px;
  font-weight: 700;
  color: #1b5de7 !important;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tg-home-featured__body a:hover {
  background: #1b5de7;
  border-color: #1b5de7;
  color: #fff !important;
}

.tg-home-note {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5b6478;
}

.tg-ab-section--navy .tg-home-note {
  color: rgba(255, 255, 255, 0.72);
}

.tg-home-view__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px 64px;
  align-items: end;
  margin-bottom: 40px;
}

.tg-home-view__title h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff !important;
}

.tg-home-view__lead p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.tg-home-view__lead p + p {
  margin-top: 16px;
}

.tg-home-view__nodes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}

.tg-home-view__nodes li {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.tg-home-view__nodes li:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(139, 180, 255, 0.35);
}

.tg-home-view__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 42px;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(27, 93, 231, 0.22);
  color: #8bb4ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tg-home-view__nodes h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff !important;
}

.tg-home-view__nodes p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.tg-home-view__quote {
  position: relative;
  margin: 36px 0 0;
  padding: 22px 28px 22px 32px;
  border: 0;
  border-left: 3px solid #1b5de7;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.04);
}

.tg-home-view__quote p {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #fff;
}

#perspektif .tg-home-mores {
  margin-top: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .tg-home-view__nodes li,
  .tg-home-view__nodes li:hover {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1099.98px) {
  .tg-home-view__nodes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .tg-home-view__head {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .tg-home-view__title h2 {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .tg-home-view__nodes {
    grid-template-columns: 1fr;
  }

  .tg-home-view__nodes li:hover {
    transform: none;
  }

  .tg-home-view__quote {
    padding: 18px 18px 18px 20px;
  }
}

.tp-hero-cst-bottom-btn ul {
  gap: 28px;
}

#about .tg-ab-split {
  min-height: 0;
}

#about .tg-ab-split__media > img {
  object-position: center 35%;
}

#about .tg-home-split .tg-ab-kicker {
  font-size: 17px;
  letter-spacing: 0.16em;
  gap: 12px;
  margin-bottom: 18px;
  color: #1b5de7;
}

#about .tg-home-split .tg-ab-kicker i {
  width: 28px;
  height: 2px;
  background: #1b5de7;
}

#about .tg-home-split .tg-ab-split__panel h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  margin-bottom: 22px;
}

#about .tg-home-split .tg-ab-split__panel .tg-ab-prose p {
  font-size: 18px;
  line-height: 1.75;
}

#about .tg-home-split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

#about .tg-home-split-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(11, 18, 32, 0.14);
  border-radius: 2px;
  background: #fff;
  color: #0b1220 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#about .tg-home-split-actions a:first-child {
  background: #1b5de7;
  border-color: #1b5de7;
}

#about .tg-home-split-actions a:hover {
  background: #1b5de7;
  border-color: #1b5de7;
}

@media (max-width: 991.98px) {
  #about .tg-home-split-actions a {
    flex: 1 1 auto;
  }
}

#uzmanliklar .tg-ab-intro__photo {
  min-height: 380px;
  aspect-ratio: 4 / 3;
}

#uzmanliklar .tg-ab-intro__photo img {
  object-position: center 40%;
}

@media (min-width: 992px) {
  .tg-home-hero-links {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .tp-hero-cst-right {
    display: none;
  }

  .tg-home-featured {
    grid-template-columns: 1fr;
  }

  .tg-home-featured figure {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .tg-ab-bento .tg-ab-tile,
  .tg-ab-bento--2 .tg-ab-tile,
  .tg-ab-bento--3 .tg-ab-tile {
    grid-column: auto;
  }
}

/* Homepage process — cards + timeline, not a table */
.tg-home-process {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tg-home-process__step {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tg-home-process__rail {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 16px;
}

.tg-home-process__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0b1220;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(27, 93, 231, 0.18);
}

.tg-home-process__step:not(:last-child) .tg-home-process__rail::after {
  content: "";
  flex: 1 1 auto;
  height: 2px;
  margin-left: 10px;
  margin-right: -18px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1b5de7, rgba(27, 93, 231, 0.18));
}

.tg-home-process__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 22px 20px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f6f7fb 100%);
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 10px 30px rgba(11, 18, 32, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tg-home-process__step:hover .tg-home-process__card {
  transform: translateY(-4px);
  border-color: rgba(27, 93, 231, 0.28);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
}

.tg-home-process__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(27, 93, 231, 0.08);
  color: #1b5de7;
}

.tg-home-process__icon svg {
  width: 20px;
  height: 20px;
}

.tg-home-process__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #0b1220 !important;
}

.tg-home-process__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5b6478;
}

@media (prefers-reduced-motion: reduce) {
  .tg-home-process__card,
  .tg-home-process__step:hover .tg-home-process__card {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1099.98px) {
  .tg-home-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tg-home-process__step:not(:last-child) .tg-home-process__rail::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .tg-home-process {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 22px;
    border-left: 2px solid rgba(27, 93, 231, 0.16);
  }

  .tg-home-process__rail {
    margin-bottom: 10px;
    min-height: 36px;
  }

  .tg-home-process__num {
    position: relative;
    left: -19px;
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    box-shadow: 0 0 0 4px #fff;
  }

  .tg-home-process__card {
    margin-left: 18px;
    margin-bottom: 16px;
    padding: 18px 18px 20px;
  }

  .tg-home-process__step:last-child .tg-home-process__card {
    margin-bottom: 0;
  }

  .tg-home-process__step:hover .tg-home-process__card {
    transform: none;
  }

  .tg-home-process__icon {
    margin-bottom: 10px;
  }
}

.tg-home-close {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(88px, 12vw, 148px) 0;
}

.tg-home-cta {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tg-home-cta h2 {
  margin: 0 auto;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: var(--tg-h2-size);
  font-weight: var(--tg-h2-weight);
  line-height: var(--tg-h2-lh);
  letter-spacing: var(--tg-h2-ls);
  color: #0b1220 !important;
}

.tg-home-cta h2 span {
  position: relative;
  display: inline;
  font-style: normal;
  font-weight: inherit;
  white-space: nowrap;
}

.tg-home-cta h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 3px;
  border-radius: 2px;
  background: #1b5de7;
}

.tg-home-cta p {
  margin: 22px auto 0;
  max-width: 42rem;
  font-size: 18px;
  line-height: 1.75;
  color: #5b6478;
}

.tg-home-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 36px;
  padding: 0 36px;
  border: 0;
  border-radius: 999px;
  background: #0b1220;
  color: #fff !important;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tg-home-cta__btn:hover {
  background: #161d2e;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(11, 18, 32, 0.34);
}

@media (prefers-reduced-motion: reduce) {
  .tg-home-cta__btn,
  .tg-home-cta__btn:hover {
    transform: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .tg-home-cta h2 span {
    white-space: normal;
  }

  #uzmanliklar .tg-ab-intro__photo {
    outline: none;
    outline-offset: 0;
  }

  .tg-home-split__index {
    overflow: hidden;
  }
}

@media (max-width: 575.98px) {
  .tg-home-cta p {
    font-size: 16px;
  }

  .tg-home-cta__btn {
    width: 100%;
    max-width: 280px;
  }
}

.tg-home-sectors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.tg-home-sector {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-height: 0;
  padding: 18px 16px 20px;
  border-radius: 0;
  border: 1px solid rgba(11, 18, 32, 0.08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.04);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tg-home-sector:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 93, 231, 0.28);
  box-shadow: 0 14px 32px rgba(11, 18, 32, 0.08);
}

.tg-home-sector span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1b5de7;
}

.tg-home-sector h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #0b1220 !important;
}

@media (prefers-reduced-motion: reduce) {
  .tg-home-sector,
  .tg-home-sector:hover {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1099.98px) {
  .tg-home-sectors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .tg-home-sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Homepage editorial splits — white page, image + copy */
.tg-home .tg-ab-section:has(.tg-home-split) {
  background: #fff;
}

.tg-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: #fff;
  box-shadow: none;
}

.tg-home-split.tg-ab-split--flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.tg-ab-section--paper .tg-home-split {
  box-shadow: none;
}

.tg-home-split .tg-ab-split__media {
  min-height: clamp(380px, 42vw, 560px);
  border-radius: 20px;
  overflow: hidden;
  background: #eef1f6;
}

.tg-home-split .tg-ab-split__media:not(.tg-photo-card)::after {
  content: none;
}

.tg-home-split .tg-ab-split__media > img {
  transform: none;
  transition: transform 0.7s ease;
}

.tg-home-split:hover .tg-ab-split__media > img {
  transform: scale(1.04);
}

.tg-home-split .tg-ab-split__tag {
  z-index: 2;
  left: 20px;
  bottom: 20px;
  padding: 8px 12px;
  border: 0;
  border-radius: 2px;
  background: rgba(11, 18, 32, 0.72);
  backdrop-filter: blur(8px);
  letter-spacing: 0.12em;
}

.tg-home-split .tg-ab-split__panel {
  position: relative;
  justify-content: center;
  padding: clamp(8px, 1vw, 16px) 0;
  background: #fff;
  color: #0b1220;
}

.tg-home-split .tg-ab-split__panel::before {
  display: none;
}

.tg-home-split .tg-ab-kicker,
.tg-home-split .tg-ab-kicker--light {
  margin-bottom: 16px;
  color: #1b5de7;
  letter-spacing: 0.14em;
}

.tg-home-split .tg-ab-kicker i,
.tg-home-split .tg-ab-kicker--light i {
  width: 28px;
  background: #1b5de7;
}

.tg-home-split .tg-ab-split__panel h2 {
  max-width: 16ch;
  margin-bottom: 18px;
  font-family: var(--tp-ff-playfair, "Playfair Display", Georgia, serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0b1220 !important;
}

.tg-home-split .tg-ab-split__panel .tg-ab-prose p,
.tg-home-split .tg-ab-split__panel p {
  font-size: 16px;
  line-height: 1.75;
  color: #5b6478;
}

.tg-home-split .tg-ab-split__panel .tg-ab-prose p:first-child {
  font-size: 17px;
  color: #3d4556;
}

.tg-home-split .tg-ab-split__panel .tg-home-more,
.tg-ab-split__panel .tg-home-more {
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #1b5de7 !important;
}

.tg-home-split .tg-ab-split__panel .tg-home-more:hover,
.tg-ab-split__panel .tg-home-more:hover {
  background: none;
  color: #0b1220 !important;
}

.tg-home .tg-ab-intro__photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
}

.tg-home .tg-ab-intro__photo img {
  transform: none;
  transition: transform 0.7s ease;
}

.tg-home .tg-ab-intro:hover .tg-ab-intro__photo img {
  transform: scale(1.04);
}

.tg-home .tg-ab-section--navy .tg-ab-intro__photo {
  box-shadow: none;
}

#about .tg-home-split .tg-ab-split__panel h2 {
  max-width: 14ch;
  font-size: clamp(32px, 3.8vw, 48px);
  color: #0b1220 !important;
}

#about .tg-home-split .tg-ab-split__panel .tg-ab-prose p {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .tg-home-split,
  .tg-home-split.tg-ab-split--flip,
  .tg-home-featured {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tg-home-split .tg-ab-split__media {
    min-height: 320px;
  }

  .tg-home-split .tg-ab-split__panel {
    padding: 4px 0 8px;
  }

  .tg-home-split .tg-ab-split__panel h2,
  #about .tg-home-split .tg-ab-split__panel h2 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-home-split .tg-ab-split__media > img,
  .tg-home-split:hover .tg-ab-split__media > img,
  .tg-home-featured img,
  .tg-home-featured:hover img,
  .tg-home .tg-ab-intro__photo img,
  .tg-home .tg-ab-intro:hover .tg-ab-intro__photo img {
    transform: none;
    transition: none;
  }
}

/* Expertise chapter — one editorial sequence, not four template splits */
.tg-home .tg-ab-section.tg-home-focus {
  background: #fff;
  padding: clamp(22px, 3.4vw, 44px) 0;
}

.tg-home #uzmanliklar.tg-home-focus {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(36px, 4vw, 56px);
}

.tg-home #hukuk.tg-home-focus {
  padding-bottom: clamp(64px, 8vw, 96px);
}

#uzmanliklar .tg-home-focus__intro {
  margin-bottom: 0;
  gap: clamp(28px, 4.5vw, 72px);
  align-items: center;
}

#uzmanliklar .tg-home-focus__intro .tg-ab-intro__title-wide {
  max-width: 13ch;
  font-family: var(--tp-ff-playfair, "Playfair Display", Georgia, serif);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.038em;
}

#uzmanliklar .tg-home-focus__intro .tg-ab-prose {
  margin-top: 18px !important;
}

#uzmanliklar .tg-home-focus__intro .tg-ab-prose p {
  max-width: 38ch;
  font-size: 17px;
  line-height: 1.7;
  color: #5b6478;
}

.tg-home-focus__axis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: min(100%, 420px);
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-home-focus__axis li {
  margin: 0;
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-home-focus__axis li:nth-child(odd) {
  border-right: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-home-focus__axis a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-height: 56px;
  padding: 14px 16px 14px 0;
  color: #0b1220 !important;
  text-decoration: none;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

.tg-home-focus__axis li:nth-child(even) a {
  padding-left: 16px;
}

.tg-home-focus__axis a span {
  font-family: var(--tp-ff-playfair, "Playfair Display", Georgia, serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1b5de7;
}

.tg-home-focus__axis a:hover {
  color: #1b5de7 !important;
}

#uzmanliklar .tg-ab-intro__photo {
  min-height: clamp(360px, 42vw, 520px);
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  overflow: hidden;
  outline: 1px solid rgba(11, 18, 32, 0.1);
  outline-offset: 12px;
  box-shadow: 0 28px 64px rgba(11, 18, 32, 0.12);
}

#uzmanliklar .tg-ab-intro__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 12, 20, 0.5) 100%);
  pointer-events: none;
}

.tg-home-focus__photo-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 8px 12px;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(11, 18, 32, 0.62);
  backdrop-filter: blur(10px);
}

.tg-home-focus .tg-home-split {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: clamp(28px, 5vw, 80px);
  min-height: 0;
}

.tg-home-focus .tg-home-split.tg-ab-split--flip {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.tg-home-focus .tg-home-split .tg-ab-split__media {
  min-height: clamp(420px, 46vw, 600px);
  border-radius: 2px;
  box-shadow: 0 22px 56px rgba(11, 18, 32, 0.12);
}

.tg-home-focus .tg-photo-card::after {
  background: linear-gradient(
    180deg,
    rgba(8, 12, 20, 0.12) 0%,
    rgba(8, 12, 20, 0.04) 46%,
    rgba(8, 12, 20, 0.42) 100%
  );
}

.tg-home-focus .tg-photo-card__copy {
  display: none;
}

.tg-home-focus .tg-photo-card__ui {
  justify-content: flex-start;
  padding: 20px;
}

.tg-home-focus .tg-photo-card__index {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 18, 32, 0.52);
  backdrop-filter: blur(12px);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.tg-home-focus .tg-ab-split__panel {
  padding: 4px 0;
}

.tg-home-split__index {
  display: block;
  margin: 0 0 10px;
  font-family: var(--tp-ff-playfair, "Playfair Display", Georgia, serif);
  font-size: clamp(64px, 8vw, 104px);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.07em;
  color: rgba(27, 93, 231, 0.1);
  -webkit-text-stroke: 1px rgba(27, 93, 231, 0.28);
  user-select: none;
}

.tg-home-focus .tg-home-split .tg-ab-split__panel h2 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.5vw, 46px);
}

.tg-home-focus .tg-home-split .tg-ab-split__panel .tg-ab-prose p:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  color: #1c2433;
}

.tg-home-focus .tg-home-split .tg-ab-split__panel .tg-home-more {
  position: relative;
  margin-top: 22px;
  padding-bottom: 6px;
}

.tg-home-focus .tg-home-split .tg-ab-split__panel .tg-home-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.tg-home-focus .tg-home-split .tg-ab-split__panel .tg-home-more:hover::after {
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .tg-home #uzmanliklar.tg-home-focus {
    padding-top: 48px;
  }

  #uzmanliklar .tg-home-focus__intro .tg-ab-intro__title-wide {
    max-width: none;
  }

  #uzmanliklar .tg-ab-intro__photo {
    min-height: 280px;
    aspect-ratio: 4 / 3;
    outline-offset: 8px;
  }

  .tg-home-focus .tg-home-split,
  .tg-home-focus .tg-home-split.tg-ab-split--flip {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tg-home-focus .tg-home-split .tg-ab-split__media {
    min-height: 280px;
  }

  .tg-home-focus .tg-home-split .tg-ab-split__panel h2 {
    max-width: none;
  }

  .tg-home-split__index {
    font-size: 64px;
  }
}

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

  .tg-home-focus__axis li:nth-child(odd) {
    border-right: 0;
  }

  .tg-home-focus__axis li:nth-child(even) a {
    padding-left: 0;
  }

  #uzmanliklar .tg-ab-intro__photo {
    outline: none;
  }
}

.tg-home h1,
.tg-home h2 {
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif) !important;
  font-size: var(--tg-h2-size) !important;
  font-weight: var(--tg-h2-weight) !important;
  line-height: var(--tg-h2-lh) !important;
  letter-spacing: var(--tg-h2-ls) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tp-hero-area,
.tp-hero-cst-bottom,
.tp-hero-cst-bottom-shape,
.tp-hero-cst-bottom-slider,
#service-bg-img,
.service-bg {
  max-width: 100%;
  overflow: hidden;
}

.service-media-video {
  overflow: hidden;
}

.tp-hero-cst-bottom-shape svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
