/* =========================================================
   Eleventy ADS Digital Fortress v15.2
   - Mobil hizmet görsellerinde sabit hizalama
   - Hizmetler / büyüme sistemi mobil bölüm boşluğu
   - Masaüstü + mobil yatay müşteri yorumları
   ========================================================= */

/* ---------------------------------------------------------
   1) Neler Yapıyoruz: mobil görseller bütün kartlarda aynı
      düşey hizada ve aynı ölçüde kalır.
   --------------------------------------------------------- */
@media (max-width: 760px) {
  .eleventy-home-v2 .eleventy-fortress-services .wall__inner {
    grid-template-rows: minmax(0, 1fr) clamp(170px, 27svh, 230px) !important;
    align-content: stretch !important;
  }

  .eleventy-home-v2 .eleventy-fortress-services .wall__copy {
    min-width: 0 !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  .eleventy-home-v2 .eleventy-fortress-services .wall__visual.wall__visual--image {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    align-self: end !important;
    justify-self: stretch !important;
    margin: 0 !important;
    transform-origin: 50% 50% !important;
  }

  .eleventy-home-v2 .eleventy-fortress-services .wall__visual-picture,
  .eleventy-home-v2 .eleventy-fortress-services .wall__visual-picture img {
    width: 100% !important;
    height: 100% !important;
  }

  .eleventy-home-v2 .eleventy-fortress-services .wall__visual-picture img {
    object-fit: cover !important;
    object-position: 50% 50% !important;
  }

  /* Neler Yapıyoruz bittikten sonra Dijital Büyüme Sistemi
     bölümü hemen yapışmasın. */
  .eleventy-home-v2 .eleventy-growth-sec {
    margin-top: 32px !important;
  }
}

@media (max-width: 760px) and (max-height: 690px) {
  .eleventy-home-v2 .eleventy-fortress-services .wall__inner {
    grid-template-rows: minmax(0, 1fr) clamp(145px, 24svh, 180px) !important;
  }

  .eleventy-home-v2 .eleventy-growth-sec {
    margin-top: 24px !important;
  }
}

/* ---------------------------------------------------------
   2) Müşteri yorumları: Neler Yapıyoruz gibi scroll ile
      yatay ilerleyen, aynı zamanda sürüklenebilen sahne.
   --------------------------------------------------------- */
.eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready {
  position: relative !important;
  min-height: 100svh !important;
  padding-top: clamp(54px, 7vh, 92px) !important;
  padding-bottom: clamp(48px, 6vh, 82px) !important;
  overflow: hidden !important;
}

.eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready > .container {
  height: 100% !important;
}

.eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .row.g-5 {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr) !important;
  height: 100% !important;
  align-items: center !important;
  gap: clamp(30px, 4vw, 70px) !important;
}

.eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .row.g-5 > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin {
  position: relative !important;
  top: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  transform: none !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap.eleventy-testimonial-stage {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap.eleventy-testimonial-stage.is-dragging {
  cursor: grabbing;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
  color: #525252;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__label::before {
  width: 28px;
  height: 1px;
  flex: 0 0 auto;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 12px rgba(255, 153, 0, 0.42);
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction svg {
  width: 25px;
  height: 15px;
  animation: eleventy-testimonial-arrow 1.4s ease-in-out infinite;
}

@keyframes eleventy-testimonial-arrow {
  0%, 100% { transform: translateX(0); opacity: .62; }
  50% { transform: translateX(7px); opacity: 1; }
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  transform: none !important;
  touch-action: pan-y pinch-zoom;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal > .wrapper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 4px 0 20px !important;
  overflow: hidden !important;
  border-radius: 30px;
  transform: none !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal > .wrapper > .list {
  position: relative !important;
  display: flex !important;
  width: max-content !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 clamp(2px, 0.3vw, 5px) !important;
  gap: clamp(16px, 1.5vw, 24px) !important;
  overflow: visible !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .item {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  flex: 0 0 clamp(390px, 39vw, 540px) !important;
  width: clamp(390px, 39vw, 540px) !important;
  height: auto !important;
  min-height: 360px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-cart-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 360px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 46px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 28px !important;
  background: linear-gradient(145deg, #fff, #faf8f4) !important;
  box-shadow: 0 18px 55px rgba(17, 17, 17, 0.07) !important;
}

.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-content-text,
.eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .text-truncate-4 {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  margin-top: 5px;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress__counter {
  min-width: 43px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress__track {
  position: relative;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.09);
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress__bar {
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: inherit;
  background: #ff9900;
  box-shadow: 0 0 14px rgba(255, 153, 0, 0.42);
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  color: #111;
  background: #fff;
  box-shadow: 0 9px 28px rgba(17, 17, 17, 0.07);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav:hover,
.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav:focus-visible {
  border-color: rgba(255, 153, 0, 0.64);
  background: #fffaf2;
  transform: translateY(-2px);
  outline: none;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 991.98px) {
  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready {
    min-height: 100svh !important;
    padding-top: 48px !important;
    padding-bottom: 42px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .row.g-5 {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 24px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    column-gap: 18px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin > .at-btn.common-black,
  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin > h2 {
    grid-column: 1 !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin > .at-btn-group {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin h2 {
    margin-bottom: 0 !important;
    font-size: clamp(2.3rem, 6.7vw, 4.2rem) !important;
    line-height: .96 !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap.eleventy-testimonial-stage {
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready {
    padding-top: 42px !important;
    padding-bottom: 34px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .row.g-5 {
    gap: 18px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin {
    display: block !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin h2 {
    font-size: clamp(2.05rem, 10.2vw, 3rem) !important;
    line-height: .98 !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin h2 br {
    display: none;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin > .at-btn-group {
    display: none !important;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue {
    margin-bottom: 12px;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__label {
    max-width: 230px;
    font-size: 10px;
    letter-spacing: .065em;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction {
    font-size: 10px;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal > .wrapper {
    margin-right: -14px !important;
    border-radius: 24px 0 0 24px;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal > .wrapper > .list {
    gap: 14px !important;
    padding-right: 30px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .item {
    flex-basis: calc(100vw - 68px) !important;
    width: calc(100vw - 68px) !important;
    min-width: 0 !important;
    min-height: 310px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-cart-wrap {
    min-height: 310px !important;
    padding: 24px 20px !important;
    border-radius: 23px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-content-text {
    margin-bottom: 20px !important;
    font-size: clamp(16px, 4.35vw, 19px) !important;
    line-height: 1.38 !important;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress {
    grid-template-columns: auto minmax(48px, 1fr) 38px 38px;
    gap: 9px;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 390px), (max-height: 700px) and (max-width: 767.98px) {
  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready {
    padding-top: 32px !important;
    padding-bottom: 26px !important;
  }

  .eleventy-home-v2 .why-choose-premium.eleventy-testimonials-horizontal-ready .section-title-pin h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.35rem) !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .item,
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-cart-wrap {
    min-height: 280px !important;
  }

  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-section.eleventy-testimonial-horizontal .testimonial-cart-wrap {
    padding: 20px 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction svg {
    animation: none !important;
  }
}


/* =========================================================
   v15.2 – Yorum sahnesi mikro düzeltmeleri
   ========================================================= */

/* Uzun yönlendirme cümlesi kaldırıldı; yalnızca kompakt yön ipucu kalır. */
.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue {
  justify-content: flex-end !important;
  min-height: 24px;
  padding-inline: 2px 12px;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__label {
  display: none !important;
}

/* SVG yerine her tarayıcıda net görünen metin oku kullanılır. */
.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction {
  margin-left: auto;
  gap: 9px;
  overflow: visible;
  font-size: 12px;
  line-height: 1;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction svg {
  display: none !important;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  color: #111;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
  animation: eleventy-testimonial-arrow-text 1.35s ease-in-out infinite;
}

@keyframes eleventy-testimonial-arrow-text {
  0%, 100% { transform: translate3d(0, -1px, 0); opacity: .62; }
  50% { transform: translate3d(7px, -1px, 0); opacity: 1; }
}

/* Yorum sahnesi ile footer arasında kontrollü nefes alanı. */
.eleventy-home-v2 .eleventy-testimonials-shell {
  margin-bottom: clamp(20px, 2.4vw, 38px) !important;
}

/* Alt navigasyonun özellikle sağ butonu dış kapsayıcı tarafından kesilmesin. */
.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-right: 10px;
  overflow: visible;
}

.eleventy-home-v2 .why-choose-premium .eleventy-testimonial-nav {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .eleventy-home-v2 .why-choose-premium .testimonial-scroll-wrap.eleventy-testimonial-stage {
    box-sizing: border-box;
    max-width: 100% !important;
    padding-right: 12px !important;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue {
    min-height: 22px;
    margin-bottom: 10px;
    padding-right: 14px;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction {
    font-size: 11px;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction::after {
    width: 25px;
    font-size: 23px;
  }

  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-progress {
    grid-template-columns: auto minmax(38px, 1fr) 38px 38px !important;
    gap: 8px !important;
    padding: 0 12px 0 2px !important;
  }

  .eleventy-home-v2 .eleventy-testimonials-shell {
    margin-bottom: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eleventy-home-v2 .why-choose-premium .eleventy-testimonial-cue__direction::after {
    animation: none !important;
  }
}
