/* =========================================================
   SERVICE DETAIL & INDEX â€” Hizmet sayfalarÄ±
   Light/dark alternasyon, mevcut section ritmi ile paralel
   ========================================================= */

/* ---------- Shared hero ---------- */
.svc-page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.svc-page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.svc-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-8);
}

.svc-page-hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-15);
  font-weight: 600;
  color: var(--color-text-soft);
  text-decoration: none;
  transition: color var(--transition-ui);
}

.svc-page-hero-phone svg {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
}

.svc-page-hero-phone:hover {
  color: var(--color-text);
}

/* ---------- Shared section typography ---------- */
.svc-detail-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  letter-spacing: var(--section-title-tracking);
}

.svc-detail-title--light {
  color: var(--color-text);
}

/* ---------- Intro (light) ---------- */
.svc-detail-intro {
  position: relative;

  background: var(--section-bg-light);
  color: var(--color-light-text);
  overflow: hidden;
  isolation: isolate;
}

.svc-detail-intro-inner,
.svc-detail-route-inner{
  position: relative;
  z-index: 2;
}

.svc-detail-intro .sec-deco:nth-of-type(1){
  width: 700px;
  max-width: 72vw;
  position: absolute;
  transform: rotateX(180deg) rotate(-20deg);
  top: -220px;
  right: -280px;
  left: auto;
  filter: drop-shadow(12px 24px 36px white);
  opacity: 0.14;
  mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  -webkit-mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.svc-detail-intro-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: var(--section-stage-gap);
  align-items: center;
}

.svc-detail-intro-copy .svc-detail-title {
  margin-bottom: var(--space-8);
}

.svc-detail-prose p {
  margin: 0 0 var(--space-5);
  font-size: var(--fs-18);
  line-height: 1.65;
  color: var(--color-light-text-subtle);
}

.svc-detail-prose p:last-child {
  margin-bottom: 0;
}

.svc-detail-meta-row {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-8);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-light-line);
}

.svc-detail-meta {
  margin: 0;
  font-size: var(--fs-15);
  line-height: 1.6;
  color: var(--color-light-text-subtle);
  max-width: 36ch;
}

.svc-detail-meta-label {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-display);
    font-size: var(--fs-16);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--call-fab-surface);
}

.svc-detail-figure {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.svc-detail-figure-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: 100%;
}

.svc-detail-figure-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 250px;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 30px 60px -28px rgba(26, 29, 36, 0.22),
    inset 0 0 0 1px rgba(26, 29, 36, 0.06);
}

/* üst blok: x y x y */
.svc-detail-figure-frame--top {
  border-radius: 72px 120px 72px 120px;
}

/* alt blok: y x y x */
.svc-detail-figure-frame--bottom {
  border-radius: 120px 72px 120px 72px;
}
/* ---------- Route / process (light cinematic stage) ---------- */
.svc-detail-route {
  position: relative;

  background: var(--section-bg-light);
  color: var(--color-light-text);
  overflow-x: visible;
  overflow-y: hidden;
  isolation: isolate;
}

.svc-detail-route::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-light-line) 28%,
    rgba(255, 107, 31, 0.42) 50%,
    var(--color-light-line) 72%,
    transparent
  );
  z-index: 1;
}

.svc-detail-route::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 72% 55% at 82% 18%, rgba(255, 107, 31, 0.07), transparent 58%),
    radial-gradient(ellipse 55% 48% at 8% 92%, rgba(255, 184, 28, 0.05), transparent 52%);
  pointer-events: none;
  z-index: 0;
}

.svc-detail-route .sec-deco:nth-of-type(1) {
  width: 820px;
  max-width: 72vw;
  position: absolute;
  transform: rotateX(180deg) rotate(35deg);
  bottom: -280px;
  left: -420px;
  right: auto;
  top: auto;
  filter: drop-shadow(12px 24px 36px white);
  opacity: 0.1;
  mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  -webkit-mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.svc-detail-route-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: var(--section-head-gap);
  align-items: end;
  margin-bottom: var(--space-22);
}

.svc-detail-route-head .kicker {
  margin-bottom: var(--space-6);
}

.svc-detail-route-head .svc-detail-title {
  margin: 0;
}

.svc-detail-route-lead {
  margin: 0;
  font-size: var(--fs-18);
  line-height: 1.65;
  color: var(--color-light-text-subtle);
  max-width: var(--section-desc-width);
  padding-bottom: 6px;
}

/* Faz koridoru — sabit grid, GPU-dostu geçişler */
.svc-detail-route-corridor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
  padding-top: var(--space-4);
}

.svc-detail-route-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(var(--route-steps, 4), minmax(0, 1fr));
  gap: var(--space-5);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.svc-detail-route-lane {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  min-width: 0;
  cursor: pointer;
}

.svc-detail-route-lane-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e4e7ee;
  box-shadow:
    0 16px 36px -26px rgba(26, 29, 36, 0.2),
    inset 0 0 0 1px rgba(26, 29, 36, 0.06);
  transition: opacity 260ms ease, box-shadow 260ms ease;
  border-radius: var(--radius-xl);
}

.svc-detail-route-lane:not(.is-active) .svc-detail-route-lane-media {
  opacity: 0.82;
}

.svc-detail-route-lane.is-active .svc-detail-route-lane-media {
  opacity: 1;
  box-shadow:
    0 22px 44px -22px rgba(26, 29, 36, 0.28),
    inset 0 0 0 2px rgba(255, 107, 31, 0.45);
}

.svc-detail-route-lane-shot {
  position: absolute;
  inset: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 260ms ease;
}

.svc-detail-route-lane:not(.is-active) .svc-detail-route-lane-shot {
  opacity: 0.55;
}

.svc-detail-route-lane.is-active .svc-detail-route-lane-shot {
  opacity: 1;
}

.svc-detail-route-lane-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 55%,
    rgba(26, 29, 36, 0.45) 100%
  );
  pointer-events: none;
}

.svc-detail-route-lane-cap {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
    padding: 0 var(--space-2);
    min-height: 3.25rem;
}

.svc-detail-route-lane-num {
flex-shrink: 0;
    font-family: var(--font-display);
    font-size: var(--fs-40);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--color-light-muted-faint);
    font-variant-numeric: tabular-nums;
    transition: color 220ms ease;
  }

.svc-detail-route-lane.is-active .svc-detail-route-lane-num {
  color: var(--color-primary);
}

.svc-detail-route-lane-title {
     margin: 0;
     font-family: var(--font-sans);
     font-size: var(--fs-24);
     font-weight: 600;
     letter-spacing: -0.01em;
     line-height: 1.3;
     color: var(--color-light-text-faint);
     transition: color 220ms ease;
}

.svc-detail-route-lane.is-active .svc-detail-route-lane-title {
  color: var(--color-light-text);
}

.svc-detail-route-brief {
  display: grid;
  grid-template-columns: minmax(140px, auto) minmax(0, 1fr);
  gap: var(--space-10) var(--space-12);
  align-items: start;
  padding: var(--space-11) var(--space-12);
  background: var(--color-light-text);
  color: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 28px 56px -32px rgba(26, 29, 36, 0.35);
}

.svc-detail-route-brief-head {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-right: var(--space-8);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}


.svc-detail-route-brief-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-28);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
}

.svc-detail-route-brief-body {
  min-height: 4.5rem;
}

.svc-detail-route-brief-desc {
  margin: 0;
  font-size: var(--fs-20);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  max-width: 56ch;
  transition: opacity 200ms ease;
}

/* ---------- Gallery (dark asymmetric image grid) ---------- */
.svc-detail-gallery {

  background: var(--section-bg-dark);
  color: var(--color-text);
  overflow: hidden;
}

.svc-detail-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: var(--section-head-gap);
  align-items: end;
  margin-bottom: var(--space-22);
}

.svc-detail-gallery-head .kicker {
  margin-bottom: var(--space-6);
}

.svc-detail-gallery-head .svc-detail-title {
  margin: 0;
  color: var(--color-text);
}

.svc-detail-gallery-lead {
  margin: 0;
  font-size: var(--fs-18);
  line-height: 1.65;
  color: var(--color-text-soft);
  max-width: var(--section-desc-width);
  padding-bottom: 6px;
}

.svc-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, 150px);
  gap: var(--space-3);
  grid-auto-flow: dense;
}

.svc-detail-gallery-item {
  position: relative;
  margin: 0;
  min-height: 0;
  background: var(--color-surface);
  overflow: hidden;
  isolation: isolate;
}

.svc-detail-gallery-button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  border-radius: inherit;
}

.svc-detail-gallery-button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.svc-detail-gallery-button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1), filter 320ms ease;
  will-change: transform;
}

.svc-detail-gallery-cue {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 18, 27, 0.72);
  color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transform: translateY(8px) scale(0.94);
  transition: opacity 260ms ease, transform 260ms ease, background 260ms ease, border-color 260ms ease, color 260ms ease;
  pointer-events: auto;
}

.svc-detail-gallery-cue svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svc-detail-gallery-item--1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: var(--radius-xl) var(--radius-md) var(--radius-md) var(--radius-xl);
}

.svc-detail-gallery-item--2 {
  grid-column: 1;
  grid-row: 3 / span 2;
  border-radius: var(--radius-md);
}

.svc-detail-gallery-item--3 {
  grid-column: 2;
  grid-row: 1;
  border-radius: var(--radius-md) var(--radius-xl) var(--radius-md) var(--radius-md);
}

.svc-detail-gallery-item--4 {
  grid-column: 2;
  grid-row: 2 / span 3;
  border-radius: var(--radius-xl) var(--radius-md) var(--radius-xl) var(--radius-md);
}

.svc-detail-gallery-item--5 {
  grid-column: 3;
  grid-row: 1 / span 3;
  border-radius: var(--radius-md) var(--radius-xl) var(--radius-xl) var(--radius-md);
}

.svc-detail-gallery-item--6 {
  grid-column: 3;
  grid-row: 4;
  border-radius: var(--radius-md);
}

.svc-detail-gallery-item--7 {
  grid-column: 4;
  grid-row: 1 / span 2;
  border-radius: var(--radius-xl) var(--radius-md) var(--radius-md) var(--radius-xl);
}

.svc-detail-gallery-item--8 {
  grid-column: 4;
  grid-row: 3 / span 2;
  border-radius: var(--radius-md);
}

.svc-detail-gallery-item--9 {
  grid-column: 5;
  grid-row: 1 / span 4;
  border-radius: var(--radius-md) var(--radius-xl) var(--radius-xl) var(--radius-md);
}

.svc-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-gallery);
  display: none;
  place-items: center;
  padding: var(--space-14) var(--space-18);
  background: rgba(9, 12, 19, 0.92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.svc-gallery-modal.is-open {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.svc-gallery-modal-figure {
  width: min(1120px, 100%);
  height: min(680px, 76vh);
  margin: 0;
  display: grid;
  place-items: center;
  transform: translateY(10px) scale(0.985);
  opacity: 0;
  transition: opacity 320ms ease, transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.svc-gallery-modal.is-open .svc-gallery-modal-figure {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.svc-gallery-modal-figure.is-switching {
  transform: translateY(3px) scale(0.992);
  opacity: 0.56;
}

.svc-gallery-modal-figure img {
  height: 100%;
  display: block;
  object-fit: contain;
  max-height: 76vh;
  transform: scale(1);
  transition: transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 280ms ease;
  border-radius: var(--radius-xl);
}

.svc-gallery-modal-figure.is-switching img {
  transform: scale(0.992);
  opacity: 0.72;
}

.svc-gallery-modal-close,
.svc-gallery-modal-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.svc-gallery-modal-close {
  top: var(--space-8);
  right: var(--space-8);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.svc-gallery-modal-close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: var(--radius-full);
}

.svc-gallery-modal-close span:first-child {
  rotate: 45deg;
}

.svc-gallery-modal-close span:last-child {
  rotate: -45deg;
}

.svc-gallery-modal-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-full);
  translate: 0 -50%;
}

.svc-gallery-modal-nav--prev {
  left: var(--space-8);
}

.svc-gallery-modal-nav--next {
  right: var(--space-8);
}

.svc-gallery-modal-nav svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-modal-open {
  overflow: hidden;
}

/* ---------- Index page ---------- */
.svc-index-hero {
  position: relative;
  isolation: isolate;
  padding: calc(var(--header-height, 88px) + 56px) 0 var(--space-14);
  background: var(--section-bg-dark);
  color: var(--color-text);
  overflow: hidden;
}

.svc-index-hero .svc-page-hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.55) 0%, rgba(7, 9, 14, 0.92) 100%),
    var(--gradient-dark-section-glow);
}

.svc-index-hero--has-bg .svc-page-hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.62) 0%, rgba(7, 9, 14, 0.94) 100%),
    var(--gradient-dark-section-glow);
}

.svc-index-hero-inner {
  position: relative;
  z-index: 2;
}

/* Yan sayfalar — ortalanmış breadcrumb + başlık (kicker/açıklama yok) */
.inner-hero .svc-index-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inner-hero .svc-index-head {
  max-width: min(920px, 100%);
  margin-inline: auto;
}

.inner-hero .svc-index-title {
  margin-bottom: 0;
}

.inner-hero .svc-page-hero-actions {
  justify-content: center;
  margin-top: var(--space-8);
}

.svc-index-head {
  max-width: 820px;
}

.svc-index-title {
  margin: 0 0 var(--space-6);
  font-family: var(--font-sans);
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  letter-spacing: var(--section-title-tracking);
}

.svc-index-lead {
  margin: 0;
  font-size: var(--fs-18);
  line-height: 1.65;
  color: var(--color-dark-copy-subtle);
  max-width: var(--section-desc-width);
}

/* ---------- Index catalog â€” editorial stream (kart grid deÄŸil) ---------- */
.svc-index-catalog {
  position: relative;

  background: var(--section-bg-light);
  color: var(--color-light-text);
  isolation: isolate;
}

.svc-index-catalog-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.svc-index-catalog-grid {
  position: absolute;
  inset: -1px;
  background-image:
    linear-gradient(rgba(26, 29, 36, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 29, 36, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(0, 0, 0, 0.85), transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(0, 0, 0, 0.85), transparent 100%);
}

.svc-index-catalog .sec-deco:nth-of-type(1) {
  width: 700px;
  position: absolute;
  transform: rotateX(180deg) rotate(-20deg);
  top: -220px;
  right: -280px;
  left: auto;
  filter: drop-shadow(12px 24px 36px white);
  opacity: 0.14;
  mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  -webkit-mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.svc-index-catalog .sec-deco:nth-of-type(2) {
  width: 820px;
  position: absolute;
  transform: rotateX(180deg) rotate(35deg);
  bottom: -280px;
  left: -420px;
  right: auto;
  top: auto;
  filter: drop-shadow(12px 24px 36px white);
  opacity: 0.12;
  mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  -webkit-mask-image: linear-gradient(to top, grey 0, silver 50%, var(--section-bg-light) 100%);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.svc-index-catalog-container {
  position: relative;
  z-index: 2;
}

.svc-index-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--section-head-gap);
  align-items: end;
  margin-bottom: var(--space-32);
}

.svc-index-catalog-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  letter-spacing: var(--section-title-tracking);
}

.svc-index-catalog-intro-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  padding-bottom: 6px;
}

.svc-index-catalog-desc {
  margin: 0;
  font-size: var(--fs-18);
  line-height: 1.65;
  color: var(--color-light-text-subtle);
  max-width: var(--section-desc-width-sm);
}


/* Stream â€” dikey katalog */
.svc-index-stream {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.svc-index-entry {
  padding-block: var(--space-14);
  border-top: 1px solid var(--color-light-line);
}

.svc-index-entry:first-child {
  border-top: none;
  padding-top: 0;
}

.svc-index-entry-rail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3px;
  width: 72px;
  flex-shrink: 0;
}

.svc-index-entry-num {
  font-family: var(--font-display);
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: 1;
  color: var(--color-light-text);
  background: linear-gradient(180deg, var(--color-light-text) 0%, #2c313d 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}


.svc-index-entry-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: var(--section-stage-gap);
  align-items: center;
}

.svc-index-entry.is-flipped .svc-index-entry-stage {
  direction: rtl;
}

.svc-index-entry.is-flipped .svc-index-entry-stage > * {
  direction: ltr;
}

.svc-index-entry-copy {
  display: flex;
  align-items: stretch;
  gap: var(--space-6);
  max-width: 632px;
}

.svc-index-entry-copy-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  min-width: 0;
  flex: 1;
}



.svc-index-entry-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-40);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  font-weight: 600;
  display: flex;
  gap: var(--space-2);
}

.svc-index-entry-title a {
  color: var(--color-light-text);
  text-decoration: none;
  transition: color var(--transition-ui);
}

.svc-index-entry-title:has(a:hover) span {

  color:var(--color-primary);
}

.svc-index-entry-title a:hover {
  color: var(--color-primary);
}

.svc-index-entry-lead {
  margin: 0;
  font-size: var(--fs-17, 1.0625rem);
  line-height: 1.65;
  color: var(--color-light-text-subtle);
}


.svc-index-entry-point-title {
  display: block;
  font-size: var(--fs-14);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-light-text);
  margin-bottom: 4px;
}

.svc-index-entry-point-desc {
  display: block;
  font-size: var(--fs-14);
  line-height: 1.55;
  color: var(--color-light-text-subtle);
}

.svc-index-entry-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: var(--space-2);
  padding: 11px 18px 11px 20px;
  background: var(--color-light-text);
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all var(--transition-ui);
}

.svc-index-entry-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.svc-index-entry-cta:hover {
  background: var(--color-orange);
  letter-spacing: 0.4px;
}

.svc-index-entry-cta:hover svg {
  transform: translateX(3px);
}

/* GÃ¶rsel â€” editorial stacked deck */
.svc-index-entry-visual {
  position: relative;
  min-width: 0;
}

.svc-index-deck-stage {
  position: relative;
  z-index: 1;
}

/* ============================================================
   DECK â€” Sade ve stabil
   ------------------------------------------------------------
   Animasyon, slide, tilt, Ken Burns YOK. Kartlar aynÄ± konumda
   Ã¼st Ã¼ste; sadece front (z=3) gÃ¶rÃ¼nÃ¼r. GeÃ§iÅŸ = z-index swap.
   ============================================================ */
.svc-index-deck {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  isolation: isolate;
}

.svc-index-deck-card {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-card);
  background: #0a0c12;
  overflow: hidden;

  transition: opacity 380ms cubic-bezier(0.22, 1, 0.32, 1);
  pointer-events: none;
  z-index: 1;
}

.svc-index-deck-card[data-stack-pos="0"] {
  z-index: 3;
  pointer-events: auto;
}

.svc-index-deck-card[data-stack-pos="1"] { z-index: 2; }
.svc-index-deck-card[data-stack-pos="2"] { z-index: 1; }

/* Subtle crossfade â€” kart deÄŸiÅŸiminde sadece opacity ile yumuÅŸak geÃ§iÅŸ */
.svc-index-deck-card.is-exiting {
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}

.svc-index-deck-card.is-entering {
  opacity: 0;
  z-index: 5;
  transition: none;
}

.svc-index-deck-card-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.svc-index-deck-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.08) 0%, rgba(7, 9, 14, 0.15) 42%, rgba(7, 9, 14, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 9, 14, 0.35) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

/* HUD â€” progress + nav */
.svc-index-deck-hud {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.svc-index-deck-hud > * {
  pointer-events: auto;
}

.svc-index-deck-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    width: 100% !important;
    min-width: 0;


}

.svc-index-deck-seg {
  position: relative;
  flex: 1;
  max-width: 36px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
  cursor: pointer;
  transition:
    max-width 480ms cubic-bezier(0.16, 1, 0.22, 1),
    background 320ms ease;
}

.svc-index-deck-seg-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.svc-index-deck.is-playing .svc-index-deck-seg.is-active .svc-index-deck-seg-fill {
  animation: svc-deck-seg-fill var(--deck-auto-ms, 6200ms) linear forwards;
}

@keyframes svc-deck-seg-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.svc-index-deck-seg.is-active {
  max-width: 52px;
  background: rgba(255, 255, 255, 0.28);
}

.svc-index-deck-seg.is-active .svc-index-deck-seg-fill {
  opacity: 1;
}

.svc-index-deck-seg:focus-visible {
  outline: 2px solid var(--color-primary-line);
  outline-offset: 3px;
}

.svc-index-deck-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  translate: 0 -50%;
  z-index: 11;
  pointer-events: none;
}

.svc-index-deck-nav > * {
  pointer-events: auto;
}

.svc-index-deck-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition:
    border-color 240ms ease,
    background 240ms ease,
    color 240ms ease;
}

.svc-index-deck-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}

@media (hover: hover) {
  .svc-detail-gallery-button:hover img {
    transform: scale(1.07);
    filter: saturate(1.04) contrast(1.03);
  }

  .svc-detail-gallery-button:hover .svc-detail-gallery-cue {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .svc-detail-gallery-cue:hover {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.92);
    color: var(--section-bg-dark);
  }

  .svc-gallery-modal-close:hover,
  .svc-gallery-modal-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
  }

  .svc-index-deck-btn:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    color: #14171f;
  }

  .svc-index-deck-seg:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

.svc-index-deck-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .svc-index-deck-seg,
  .svc-index-deck-btn {
    transition-duration: 0.01ms !important;
  }

  .svc-index-deck-seg-fill {
    animation: none !important;
  }

  .svc-detail-route-brief-desc,
  .svc-detail-route-lane-media,
  .svc-detail-route-lane-shot,
  .svc-detail-route-track-fill,
  .svc-detail-gallery-button img,
  .svc-detail-gallery-cue,
  .svc-gallery-modal,
  .svc-gallery-modal-figure,
  .svc-gallery-modal-close,
  .svc-gallery-modal-nav {
    transition-duration: 0.01ms !important;
  }
}



/* =================================================================
   SVC INDEX VISUAL - TEK STATIK GORSEL (SLIDER KALDIRILDI)
   ================================================================= */
.svc-index-visual-image {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  border-radius: var(--radius-card);
  background-size: cover;
  background-position: center;
  background-color: #0a0c12;
  overflow: hidden;
  isolation: isolate;
}

.svc-index-visual-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.08) 0%, rgba(7, 9, 14, 0.15) 42%, rgba(7, 9, 14, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 9, 14, 0.35) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}
