/* Turga Kariyer — tg-about ile uyumlu kariyer bileşenleri */
.tg-cr-split-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(520px, 72vh, 720px);
  background: var(--navy, #0b1220);
}

.tg-cr-split-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(7rem, 14vw, 9rem) clamp(24px, 5vw, 64px) clamp(3rem, 6vw, 4rem);
  color: #fff;
}

.tg-cr-split-hero__content {
  max-width: 520px;
  width: 100%;
}

.tg-cr-split-hero__panel h1 {
  margin: 0 0 18px;
  max-width: 12ch;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff !important;
}

.tg-cr-split-hero__panel h1 em {
  font-style: normal;
  color: #7eb0ff;
}

.tg-cr-split-hero__lead {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.tg-cr-split-hero__panel .tg-ab-stat strong {
  color: #fff;
}

.tg-cr-split-hero__panel .tg-ab-stat span {
  color: rgba(255, 255, 255, 0.65);
}

.tg-cr-split-hero__panel .tg-ab-stat + .tg-ab-stat {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.tg-cr-split-hero__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.tg-cr-split-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: inherit;
}

.tg-cr-split-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.05), rgba(11, 18, 32, 0.55));
}

.tg-cr-split-hero__note {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.tg-cr-quote {
  position: absolute;
  left: clamp(20px, 4vw, 36px);
  right: clamp(20px, 4vw, 36px);
  bottom: clamp(20px, 4vw, 36px);
  z-index: 2;
  margin: 0;
  max-width: 420px;
  padding: 20px 22px;
  border-radius: 2px;
  background: rgba(11, 18, 32, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.tg-cr-quote p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.tg-cr-split-hero__panel .tg-cr-btn {
  width: fit-content;
  align-self: flex-start;
}

.tg-cr-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 20px;
  border-radius: 2px;
  background: var(--blue, #1b5de7);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.tg-cr-btn:hover {
  background: #164fc4;
}

.tg-cr-btn--light {
  background: #fff;
  color: var(--navy, #0b1220) !important;
}

.tg-cr-btn--light:hover {
  background: var(--paper, #f6f7fb);
}

/* Timeline */
.tg-cr-timeline {
  position: relative;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.tg-cr-timeline__item {
  position: relative;
  padding: 0 0 40px;
}

.tg-cr-timeline__item:last-child {
  padding-bottom: 0;
}

.tg-cr-timeline__item::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue, #1b5de7);
  box-shadow: 0 0 0 4px rgba(27, 93, 231, 0.2);
}

.tg-cr-timeline__year {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.tg-cr-timeline__item h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #fff !important;
}

.tg-cr-timeline__item p {
  margin: 0;
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
}

/* Benefit mosaic */
.tg-cr-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  overflow: hidden;
}

.tg-cr-mosaic__tile {
  position: relative;
  min-height: 280px;
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-bottom: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  color: #fff;
  overflow: hidden;
}

.tg-cr-mosaic__tile:nth-child(2n) {
  border-right: none;
}

.tg-cr-mosaic__tile:nth-last-child(-n + 2) {
  border-bottom: none;
}

.tg-cr-mosaic__tile--navy {
  background: var(--navy, #0b1220);
}

.tg-cr-mosaic__tile--blue {
  background: linear-gradient(145deg, #1b5de7, #0f2b6f);
}

.tg-cr-mosaic__tile--img {
  background-size: cover;
  background-position: center;
}

.tg-cr-mosaic__tile--img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.15), rgba(11, 18, 32, 0.82));
}

.tg-cr-mosaic__tile > * {
  position: relative;
  z-index: 1;
}

.tg-cr-mosaic__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 18px;
}

.tg-cr-mosaic__tile h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  color: #fff !important;
}

.tg-cr-mosaic__tile p {
  margin: 0;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* Jobs */
.tg-cr-jobs {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 16px;
  align-items: stretch;
}

.tg-cr-jobs__main {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--navy, #0b1220);
  color: #fff;
}

.tg-cr-jobs__main h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #fff !important;
}

.tg-cr-jobs__main p {
  margin: 0 0 24px;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.tg-cr-jobs__aside {
  padding: 28px;
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--paper, #f6f7fb);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tg-cr-jobs__aside h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy, #0b1220) !important;
}

.tg-cr-jobs__aside p,
.tg-cr-jobs__aside li {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted, #5b6478);
}

.tg-cr-jobs__aside ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.tg-cr-jobs__aside a {
  color: var(--blue, #1b5de7);
  text-decoration: none;
  font-weight: 600;
}

.tg-cr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tg-cr-chip {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

/* Steps */
.tg-cr-steps {
  display: grid;
  gap: 16px;
}

.tg-cr-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--white, #fff);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.tg-cr-step:hover {
  border-color: rgba(27, 93, 231, 0.25);
}

.tg-cr-step--highlight {
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  background: var(--navy, #0b1220);
  border-color: transparent;
}

.tg-cr-step--highlight h3,
.tg-cr-step--highlight p {
  color: #fff !important;
}

.tg-cr-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 2px;
  background: var(--paper, #f6f7fb);
  font-size: 22px;
  font-weight: 700;
  color: var(--blue, #1b5de7);
}

.tg-cr-step--highlight .tg-cr-step__num {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.tg-cr-step__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue, #1b5de7);
}

.tg-cr-step--highlight .tg-cr-step__label {
  color: rgba(255, 255, 255, 0.55);
}

.tg-cr-step h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy, #0b1220) !important;
}

.tg-cr-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted, #5b6478);
}

/* Sector paths */
.tg-cr-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tg-cr-path {
  padding: 20px;
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--white, #fff);
}

.tg-cr-path h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy, #0b1220) !important;
}

.tg-cr-path p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted, #5b6478);
}

@media (max-width: 991.98px) {
  .tg-cr-split-hero,
  .tg-cr-jobs {
    grid-template-columns: 1fr;
  }

  .tg-cr-mosaic {
    grid-template-columns: 1fr;
  }

  .tg-cr-mosaic__tile {
    border-right: none;
  }

  .tg-cr-mosaic__tile:not(:last-child) {
    border-bottom: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  }

  .tg-cr-paths {
    grid-template-columns: 1fr 1fr;
  }

  .tg-cr-step--highlight {
    grid-template-columns: 72px 1fr;
  }

  .tg-cr-step--highlight .tg-cr-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.tg-cr-job-list {
  display: grid;
  gap: 12px;
}

.tg-cr-job {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--white, #fff);
}

.tg-cr-job h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy, #0b1220) !important;
}

.tg-cr-job__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--muted, #5b6478);
}

.tg-cr-job__meta span {
  font-weight: 600;
  color: var(--navy, #0b1220);
}

.tg-cr-job a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 2px;
  background: var(--blue, #1b5de7);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tg-cr-job a:hover {
  background: #164fc4;
}

.tg-cr-job-empty {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line, rgba(11, 18, 32, 0.12));
  border-radius: 2px;
  background: var(--paper, #f6f7fb);
}

.tg-cr-job-empty h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.tg-cr-job-empty[hidden],
.tg-cr-job-list[hidden] {
  display: none;
}

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

@media (max-width: 575.98px) {
  .tg-cr-paths {
    grid-template-columns: 1fr;
  }

  .tg-cr-step {
    grid-template-columns: 1fr;
  }

  .tg-cr-step__num {
    width: 56px;
    height: 56px;
  }
}
