/* ============================================================
   AN Career — Temizlenmiş & Birleştirilmiş Stiller
   ============================================================ */


/* ─────────────────────────────────────────────
   1. ORTAK TOKEN'LAR + PREMIUM TIMELINE KAPSAYICI
───────────────────────────────────────────── */
.an-career-premium-timeline {
  --gold:        #a59160;
  --gold-dark:   #806a35;
  --gold-line:   rgba(165, 145, 96, .38);
  --gold-border: rgba(165, 145, 96, .28);
  --text:        #111827;
  --muted:       #5d6472;

  position: relative;
  margin: 44px auto 54px;
  overflow: hidden;
  color: var(--text);
}


/* ─────────────────────────────────────────────
   2. TEMEL PROJE GRID & KARTLAR
───────────────────────────────────────────── */
.an-career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.an-career-project {
  background: #0d0d0d;
  color: #f5f1e8;
  border: 1px solid rgba(165, 145, 96, .28);
  overflow: hidden;
}

.an-career-project-card { border-radius: 18px; }
.an-career-project-full { border-radius: 24px; }

.an-career-project-image img {
  width: 100%;
  height: auto;
  display: block;
}

.an-career-project-card .an-career-project-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.an-career-project-body { padding: 24px; }

.an-career-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.an-career-project-meta span,
.an-career-badge {
  border: 1px solid rgba(165, 145, 96, .34);
  color: #c5a15b;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
}

.an-career-project h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 26px;
  line-height: 1.18;
}

.an-career-project p {
  color: #bdb7ad;
  margin: 0 0 16px;
}

.an-career-project-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}

.an-career-project-facts li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  color: #dcd5c8;
}

.an-career-project-facts strong {
  color: #c5a15b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.an-career-project-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.an-career-project-evidence a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
}


/* ─────────────────────────────────────────────
   3. METİN BLOĞU
───────────────────────────────────────────── */
.an-career-text-block {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 20px;
  margin-top: 20px;
}

.an-career-text-block h4 {
  color: #c5a15b;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
}


/* ─────────────────────────────────────────────
   4. YATAY KAYDIRMALı TİMLİNE (Eski Stil)
───────────────────────────────────────────── */
.an-career-horizontal-wrap {
  position: relative;
  margin: 24px 0;
  padding: 24px 54px;
}

.an-career-horizontal {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 34px 0 18px;
  position: relative;
}

.an-career-horizontal::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  height: 1px;
  background: rgba(165, 145, 96, .45);
}

.an-career-horizontal::-webkit-scrollbar       { height: 8px; }
.an-career-horizontal::-webkit-scrollbar-thumb {
  background: rgba(165, 145, 96, .55);
  border-radius: 99px;
}

.an-career-tl-card {
  scroll-snap-align: start;
  flex: 0 0 340px;
  background: #0d0d0d;
  color: #f5f1e8;
  border: 1px solid rgba(165, 145, 96, .28);
  border-radius: 22px;
  padding: 28px;
  position: relative;
  min-height: 310px;
}

.an-career-tl-dot {
  position: absolute;
  left: 28px;
  top: -15px;
  width: 18px;
  height: 18px;
  background: #c5a15b;
  border: 4px solid #0d0d0d;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(165, 145, 96, .6);
}

.an-career-tl-card time {
  display: block;
  color: #c5a15b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.an-career-tl-card h3     { margin: 0 0 10px; color: #fff; font-size: 26px; line-height: 1.15; }
.an-career-tl-card strong { display: block; color: #d9d1c5; margin-bottom: 12px; }
.an-career-tl-card p      { color: #bdb7ad; margin: 14px 0 0; line-height: 1.65; }

.an-career-tl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.an-career-tl-meta span {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 5px 9px;
  color: #bdb7ad;
  font-size: 12px;
}

.an-career-tl-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.an-career-tl-links a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  text-decoration: none;
}

.an-career-tl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(165, 145, 96, .45);
  background: #0d0d0d;
  color: #c5a15b;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.an-career-tl-prev { left: 0; }
.an-career-tl-next { right: 0; }

.an-career-tl-logo {
  height: 58px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.an-career-tl-logo img {
  max-height: 58px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}


/* ─────────────────────────────────────────────
   5. DİKEY TİMLİNE
───────────────────────────────────────────── */
.an-career-timeline {
  border-left: 1px solid rgba(165, 145, 96, .35);
  display: grid;
  gap: 22px;
}

.an-career-timeline-item {
  position: relative;
  padding-left: 28px;
}

.an-career-timeline-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 7px;
  width: 11px;
  height: 11px;
  background: #c5a15b;
  border-radius: 50%;
}

.an-career-timeline-item time { color: #c5a15b; font-weight: 700; }
.an-career-timeline-item h3   { margin: 5px 0; }


/* ─────────────────────────────────────────────
   6. KANITLAR / EVIDENCE
───────────────────────────────────────────── */
.an-career-evidence {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.an-career-evidence-item {
  background: #0d0d0d;
  color: #fff;
  border: 1px solid rgba(165, 145, 96, .28);
  padding: 20px;
  border-radius: 16px;
}

.an-career-evidence-item span { color: #c5a15b; font-weight: 700; }
.an-career-evidence-item h3   { margin: 8px 0 14px; font-size: 20px; }
.an-career-evidence-item a    { color: #fff; text-decoration: underline; }


/* ─────────────────────────────────────────────
   7. GALERİ
───────────────────────────────────────────── */
.an-career-project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.an-career-project-gallery a { display: block; }

.an-career-project-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* figure wrapper kullanılıyorsa */
.an-career-project-gallery figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.an-career-project-gallery figure img {
  height: 160px;
  object-fit: cover;
  border-radius: 0;
}


/* ─────────────────────────────────────────────
   8. PREMİUM TİMLİNE — BAŞLIK ALANI
───────────────────────────────────────────── */
.an-career-premium-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 44px;
  padding: 0 20px;
}

.an-career-premium-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.an-career-premium-eyebrow span {
  display: block;
  width: 72px;
  height: 1px;
  background: var(--gold);
}

.an-career-premium-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 700;
}

.an-career-premium-head p {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}


/* ─────────────────────────────────────────────
   9. PREMİUM TİMLİNE — NAVİGASYON RAYLARI
───────────────────────────────────────────── */
.an-career-premium-nav-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 14px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden;
}

/* Sabit yatay ray — ok düğmelerinin arkasından geçer */
.an-career-premium-nav-wrap::before {
  content: "";
  position: absolute;
  left: 88px;
  right: 88px;
  top: calc(100% - 45px);
  height: 5px;
  background: var(--gold-line);
  z-index: 0;
  pointer-events: none;
}

.an-career-premium-line {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 54px;
  min-height: 92px;
  padding: 0 38px 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-inline: 50%;
  overscroll-behavior-x: contain;
}

.an-career-premium-line::-webkit-scrollbar { display: none; }
.an-career-premium-line::before            { display: none !important; }

.an-career-premium-node {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  min-width: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
}

.an-career-premium-year {
  min-height: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: 0;
  color: #9b8552;
  transition: color .25s ease, opacity .25s ease;
}

.an-career-premium-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(165, 145, 96, .75);
  background: #fff;
  color: var(--gold);
  line-height: 1;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.an-career-premium-icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Aktif node */
.an-career-premium-node.is-active .an-career-premium-year {
  opacity: 1;
  color: var(--gold);
}

.an-career-premium-node.is-active .an-career-premium-icon {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 12px 28px rgba(165, 145, 96, .18);
  transform: scale(1.12);
}


/* ─────────────────────────────────────────────
   10. PREMİUM TİMLİNE — OK DÜĞMELERİ
───────────────────────────────────────────── */
.an-career-premium-arrow {
  position: relative;
  z-index: 4;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--gold);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease;
  top:8px;
  color:#000000 !important;
  font-size: 36px;
  padding-bottom: 5px;
}

.an-career-premium-arrow svg { width: 28px; height: 28px; }

.an-career-premium-arrow:hover {
  background: var(--gold);
  color: #FFFFFF !important;
  transform: translateY(-1px);
}


/* ─────────────────────────────────────────────
   11. PREMİUM TİMLİNE — PANEL / TRACK
───────────────────────────────────────────── */
.an-career-premium-panels {
  max-width: 1120px;
  margin: 34px auto 0;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  min-height: 0;
  transition: height .28s ease;
  min-height: 500px;
}

.an-career-premium-track {
  display: flex;
  gap: 42px;
  align-items: flex-start;
  will-change: transform;
  transition: transform .58s cubic-bezier(.22, .61, .36, 1);
}

.an-career-premium-panel {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* JS hidden toggle'a rağmen display: block korunur */
.an-career-premium-panel[hidden] { display: block !important; }


/* ─────────────────────────────────────────────
   12. PREMİUM TİMLİNE — KART YAPISI
───────────────────────────────────────────── */
.an-career-premium-card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 34%) 1fr;
  min-height: 340px;
  background: #fff;
  border: 1px solid var(--gold-border);
  border-radius: 16px;
  overflow: hidden;
}

/* Sol bilgi paneli */
.an-career-premium-side {
  padding: 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(165, 145, 96, .22);
  background: rgba(255, 255, 255, .76);
}

/* Logo */
.an-career-premium-logo {
  min-height: 84px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.an-career-premium-logo img {
  max-width: 190px;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.an-career-premium-logo-text {
  width: 100%;
  max-width: 280px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .02em;
  border: 1px solid rgba(165, 145, 96, .24);
  border-radius: 14px;
  background: rgba(165, 145, 96, .045);
}

/* Faktlar listesi */
.an-career-premium-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
}

.an-career-premium-facts li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: center;
}

.an-career-premium-fact-icon {
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 2px;
}

.an-career-premium-type {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 24px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(165, 145, 96, .12);
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 600;
}

/* Sağ ana içerik paneli */
.an-career-premium-main {
  padding: 44px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.an-career-premium-main time {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.an-career-premium-main h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.08;
  font-weight: 700;
  max-width: 760px;
}

.an-career-premium-role    { margin-top: 12px; color: var(--gold); font-size: 20px; line-height: 1.3; }
.an-career-premium-company { margin-top: 8px; color: var(--muted); font-size: 15px; font-weight: 600; }

.an-career-premium-main p {
  margin: 24px 0 0;
  color: #182033;
  font-size: 17px;
  line-height: 1.68;
  max-width: 720px;
}

.an-career-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.an-career-premium-actions a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: var(--gold-dark);
  text-decoration: none;
  font-weight: 700;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.an-career-premium-actions a:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}


/* ─────────────────────────────────────────────
   13. RESPONSIVE — max-width: 900px
───────────────────────────────────────────── */
@media (max-width: 900px) {

  /* Grid'ler tek sütuna düşer */
  .an-career-grid,
  .an-career-evidence { grid-template-columns: 1fr; }

  /* Eski yatay timeline */
  .an-career-horizontal-wrap { padding: 18px 0; }
  .an-career-tl-nav          { display: none; }
  .an-career-tl-card         { flex-basis: 82vw; }

  /* Galeri */
  .an-career-project-gallery              { grid-template-columns: 1fr 1fr; }
  .an-career-project-gallery figure img,
  .an-career-project-gallery img          { height: 130px; }

  /* Premium — başlık */
  .an-career-premium-timeline             { margin: 34px auto; }
  .an-career-premium-head                 { margin-bottom: 32px; }
  .an-career-premium-eyebrow span         { width: 38px; }
  .an-career-premium-head p               { font-size: 16px; }

  /* Premium — nav ray + oklar */
  .an-career-premium-nav-wrap {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    padding: 0 12px;
  }
  .an-career-premium-nav-wrap::before     { left: 62px; right: 62px; top: calc(100% - 41px); }

  .an-career-premium-arrow                { width: 40px; height: 40px; }
  .an-career-premium-arrow svg            { width: 16px; height: 16px; }

  .an-career-premium-line                 { gap: 28px; min-height: 82px; padding: 0 28px 22px; }
  .an-career-premium-node                 { min-width: 74px; }
  .an-career-premium-icon                 { width: 38px; height: 38px; }
  .an-career-premium-icon svg             { width: 19px; height: 19px; }
  .an-career-premium-year                 { font-size: 12px; }

  /* Premium — panel & track */
  .an-career-premium-panels               { padding: 0 14px; margin-top: 24px; }
  .an-career-premium-track                { gap: 24px; }

  /* Premium — kart tek kolon */
  .an-career-premium-card                 { grid-template-columns: 1fr; min-height: 0; }
  .an-career-premium-side {
    border-right: 0;
    border-bottom: 1px solid rgba(165, 145, 96, .22);
    padding: 28px 24px;
  }
  .an-career-premium-main                 { padding: 30px 24px; }

  /* Premium — logo */
  .an-career-premium-logo {
    justify-content: flex-start;
    min-height: 60px;
    margin-bottom: 18px;
    font-size: 32px;
  }
  .an-career-premium-logo img             { max-width: 165px; max-height: 76px; }
  .an-career-premium-logo-text            { max-width: 220px; min-height: 66px; }

  /* Premium — tipografi */
  .an-career-premium-facts                { font-size: 14px; }
  .an-career-premium-main h3              { font-size: 30px; }
  .an-career-premium-main p               { font-size: 16px; line-height: 1.62; margin-top: 20px; }
  .an-career-premium-role                 { font-size: 18px; }
  .an-career-premium-company              { font-size: 14px; }
}
/* ─────────────────────────────────────────────
   PRODUCTS
───────────────────────────────────────────── */
.an-career-product {
  background: #0d0d0d;
  color: #f5f1e8;
  border: 1px solid rgba(165, 145, 96, .28);
  overflow: hidden;
  border-radius: 18px;
}

.an-career-product-full { border-radius: 24px; }

.an-career-product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.an-career-product-card .an-career-product-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.an-career-product-body { padding: 24px; }

.an-career-product-logo {
  margin-bottom: 18px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.an-career-product-logo img {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
}

.an-career-product h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 26px;
  line-height: 1.18;
}

.an-career-product p {
  color: #bdb7ad;
  margin: 0 0 16px;
}
