/* ── Yetenek Kartları & CTA ── */

/* Slider mobil fix — styles.css'den taşındı */
@media (max-width: 1099px) {
  #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}
.byo-features-scroll-shell.yetenekler-21st-root {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
  
  background: var(--home-band-muted-bg, #f3f4f6);
  padding-left: 0;
  padding-right: 0;
  font-family: var(--font-sans, ui-sans-serif, system-ui, sans-serif);
}

#urun-ozellik-akisi .demo-page__container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

#urun-ozellik-akisi {
  --byo-features-shell-pull: clamp(2.25rem, 6.6vw, 4.5rem);
  --byo-features-shell-curve: clamp(2.85rem, 9vw, 5.25rem);
  
  --byo-yetenek-slide-compact: 1;
  
  --yetenekler-21st-sticky-top: 160px;
  position: relative;
  z-index: 9;
  margin-top: calc(-1 * var(--byo-features-shell-pull));
  border-top-left-radius: var(--byo-features-shell-curve);
  border-top-right-radius: var(--byo-features-shell-curve);
  box-shadow: 0 -28px 64px -28px rgba(0, 0, 0, 0.58);
  
}

/* Ozelliklerimiz altina tasindiginda ust uste binmeyi engelle */
.features-inner > #urun-ozellik-akisi {
  margin-top: 0;
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  z-index: auto;
}

.features-inner > #urun-ozellik-akisi .demo-page__gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 639px) {
  #urun-ozellik-akisi {
    --byo-features-shell-pull: clamp(1.65rem, 4.8vw, 2.7rem);
    --byo-features-shell-curve: clamp(1.7rem, 6.5vw, 2.85rem);
    box-shadow: 0 -18px 44px -22px rgba(0, 0, 0, 0.52);
  }
}

@media (min-width: 1100px) {
  #urun-ozellik-akisi {
    --byo-yetenek-slide-compact: 1;
  }
}

#urun-ozellik-akisi .demo-page__gutter {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  overflow: visible;
}

.yetenekler-section-header {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
  text-align: center;
}

.yetenekler-section-title {
  font-family: var(--font-sans, ui-sans-serif, system-ui, sans-serif);
  font-size: clamp(1.65rem, 3.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--color-gray-900, #111827);
  margin: 0;
  text-wrap: balance;
}

@media (max-width: 639px) {
  .yetenekler-section-header {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    text-align: left;
  }
  .yetenekler-section-title {
    font-size: 1.45rem;
  }
}

#urun-ozellik-akisi .demo-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: calc(2.25rem * 0.32);
  padding-bottom: calc(2.5rem * 0.32);
  overflow: visible;
}

@media (min-width: 768px) {
  #urun-ozellik-akisi .demo-section {
    padding-top: calc(3.5rem * 0.32);
    padding-bottom: calc(clamp(3rem, 8vh, 7rem) * 0.32);
  }
}

#urun-ozellik-akisi .demo-header {
  width: 100%;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(clamp(1.5rem, 3vw, 2.25rem) * 0.4);
}

#urun-ozellik-akisi .demo-header__title {
  margin: 0;
  font-family: inherit;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #000;
}

#urun-ozellik-akisi .demo-header__text {
  margin: 1rem 0 0;
  font-size: clamp(0.9375rem, 0.38vw + 0.86rem, 1.125rem);
  line-height: 1.6;
  color: #4b5563;
}

#urun-ozellik-akisi .demo-header__text-line {
  display: block;
}

#urun-ozellik-akisi .demo-header__text-line + .demo-header__text-line {
  margin-top: 0.2em;
}

@keyframes demo-header-in {
  from {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#urun-ozellik-akisi .demo-header__title,
#urun-ozellik-akisi .demo-header__text {
  transform-style: preserve-3d;
  opacity: 0;
}

#urun-ozellik-akisi .demo-header__title {
  animation: demo-header-in 0.7s ease-out forwards;
}

#urun-ozellik-akisi .demo-header__text {
  animation: demo-header-in 0.7s ease-out 0.2s forwards;
}

@supports (animation-timeline: view()) {
  #urun-ozellik-akisi .demo-header__title,
  #urun-ozellik-akisi .demo-header__text {
    animation-name: demo-header-in;
    animation-duration: auto;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-timeline: view(block);
  }

  #urun-ozellik-akisi .demo-header__title {
    animation-range: entry 0% cover 35%;
  }

  #urun-ozellik-akisi .demo-header__text {
    animation-range: entry 5% cover 40%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #urun-ozellik-akisi .demo-header__title,
  #urun-ozellik-akisi .demo-header__text {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

#urun-ozellik-akisi .demo-cards.yetenekler-21st-stack,
#urun-ozellik-akisi .demo-cards {
  width: 100%;
  max-width: none;
  min-width: 0;
  align-self: stretch;
  overflow: visible;
}

#urun-ozellik-akisi .byo-features-slider-wrap.demo-cards.yetenekler-21st-stack {
  padding-bottom: 0;
}

#urun-ozellik-akisi .byo-features-slider {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(clamp(1rem, 2.5vw, 1.35rem) * 0.38);
  outline: none;
}

#urun-ozellik-akisi .byo-features-slider:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b82f6;
  border-radius: 0.35rem;
}

#urun-ozellik-akisi .byo-features-slider__viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 0.35rem;
  isolation: isolate;
}

#urun-ozellik-akisi .byo-features-slider__track {
  --byo-slide-index: 0;
  --byo-slide-count: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% * var(--byo-slide-count));
  transform: translate3d(
    calc(-100% * var(--byo-slide-index) / var(--byo-slide-count)),
    0,
    0
  );
  transition: transform 0.68s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#urun-ozellik-akisi .byo-features-slider__track.byo-features-slider__track--no-motion {
  transition: none !important;
}

#urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
  flex: 0 0 calc(100% / var(--byo-slide-count));
  width: calc(100% / var(--byo-slide-count));
  min-width: 0;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  #urun-ozellik-akisi .byo-features-slider__controls {
    display: flex !important;
    position: static;
    width: 100%;
    justify-content: flex-end;
    padding: 0.5rem 0 0 0;
    gap: 0.4rem;
    z-index: 10;
  }
}

@media (min-width: 1100px) {
  #urun-ozellik-akisi .byo-features-slider__viewport {
    overflow: hidden;
  }

  /* Masaüstünde 3 kart görünür, teker teker kayar — genişlik JS'den px olarak set edilir */
  #urun-ozellik-akisi .byo-features-slider__track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    transition: transform 0.68s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    gap: 12px;
  }

  #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
    min-width: 0;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    padding-inline: calc(clamp(0.65rem, 1.2vw, 1rem) * 0.425);
  }

  #urun-ozellik-akisi .byo-features-slider__controls {
    display: flex !important;
  }

  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
    padding-inline: clamp(0.95rem, 1.5vw, 1.25rem);
    padding-top: calc(1.65rem * 0.22);
    padding-bottom: calc(2rem * 0.22);
  }

  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-title,
  #urun-ozellik-akisi .byo-features-slider .demo-card__title {
    font-size: clamp(1.05rem, 1.25vw, 1.35rem);
    margin-bottom: calc(0.6rem * 0.38);
  }

  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-desc,
  #urun-ozellik-akisi .byo-features-slider .demo-card__text {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  
  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card--amber .demo-card__media > section#alacak-yonetimi {
    transform: none;
  }

  #urun-ozellik-akisi
    .byo-features-slider
    .yetenekler-21st-card--amber
    .demo-card__media
    > section#alacak-yonetimi
    .comm-inner {
    transform: scale(0.732);
    transform-origin: center center;
  }

  
  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card--orange .demo-card__media > section#sms {
    transform: none;
  }

  #urun-ozellik-akisi
    .byo-features-slider
    .yetenekler-21st-card--orange
    .demo-card__media
    > section#sms
    .comm-phone-wrap {
    transform: scale(0.8);
    transform-origin: center center;
  }
}

#urun-ozellik-akisi .byo-features-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: nowrap;
  width: 100%;
  padding: calc(0.15rem * 0.5) 0 calc(0.25rem * 0.5);
  box-sizing: border-box;
}

#urun-ozellik-akisi .byo-features-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #1e293b;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

#urun-ozellik-akisi .byo-features-slider__arrow:hover {
  border-color: rgba(59, 130, 246, 0.45);
  color: #1d4ed8;
  box-shadow: 0 4px 14px -4px rgba(37, 99, 235, 0.35);
}

#urun-ozellik-akisi .byo-features-slider__arrow:active {
  transform: scale(0.96);
}

#urun-ozellik-akisi .byo-features-slider__dots {
  display: none;
}

#urun-ozellik-akisi .byo-features-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    width 0.25s ease;
}

#urun-ozellik-akisi .byo-features-slider__dot:hover {
  background: rgba(59, 130, 246, 0.55);
}

#urun-ozellik-akisi .byo-features-slider__dot.is-active {
  width: 1.35rem;
  background: #2563eb;
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  #urun-ozellik-akisi .byo-features-slider__track {
    transition: none !important;
  }

  #urun-ozellik-akisi .byo-features-slider__arrow:active {
    transform: none;
  }
}

#urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
  position: relative;
  top: auto;
  margin-bottom: 0;
  scroll-margin-top: 0.5rem;
  box-sizing: border-box;
  overflow-x: clip;
  
  overflow-y: hidden;
}

#urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card--orange.demo-card {
  overflow-x: visible;
  overflow-y: visible;
}

#urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card--amber.demo-card {
  overflow-x: visible;
  overflow-y: visible;
}

#urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card--yellow3.demo-card {
  overflow-x: visible;
  overflow-y: visible;
}

@media (min-width: 1100px) {
  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
    overflow-y: visible;
  }
}

#urun-ozellik-akisi .byo-features-slider__track .yetenekler-21st-card:nth-child(1),
#urun-ozellik-akisi .byo-features-slider__track .yetenekler-21st-card:nth-child(2),
#urun-ozellik-akisi .byo-features-slider__track .yetenekler-21st-card:nth-child(3),
#urun-ozellik-akisi .byo-features-slider__track .yetenekler-21st-card:nth-child(4),
#urun-ozellik-akisi .byo-features-slider__track .yetenekler-21st-card:nth-child(5) {
  z-index: auto;
}

#urun-ozellik-akisi .demo-cards.yetenekler-21st-stack:not(.byo-features-slider-wrap) {
  padding-bottom: calc(clamp(4rem, 14vh, 12rem) * 0.5);
}

#urun-ozellik-akisi .demo-section__spacer,
#urun-ozellik-akisi .yetenekler-sticky-stack-spacer {
  flex-shrink: 0;
  width: 100%;
  height: calc(clamp(15rem, 42vh, 38rem) * 0.85 * 0.5);
  min-height: calc(34vh * 0.85 * 0.5);
  pointer-events: none;
}

#urun-ozellik-akisi .demo-cards .yetenekler-21st-card:nth-child(1) {
  z-index: 10;
}
#urun-ozellik-akisi .demo-cards .yetenekler-21st-card:nth-child(2) {
  z-index: 20;
}
#urun-ozellik-akisi .demo-cards .yetenekler-21st-card:nth-child(3) {
  z-index: 30;
}
#urun-ozellik-akisi .demo-cards .yetenekler-21st-card:nth-child(4) {
  z-index: 40;
}

#urun-ozellik-akisi .yetenekler-21st-card.demo-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  
  row-gap: calc(1.1rem * 0.22);
  column-gap: 1.25rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 1.5rem;
  
  padding-top: calc(2.05rem * 0.22);
  padding-bottom: calc(2.5rem * 0.22);
  padding-inline: 2.5rem;
  min-height: min-content;
  position: sticky;
  top: var(--yetenekler-21st-sticky-top);
  margin-bottom: calc(clamp(4rem, 10vh, 6.5rem) * 0.85 * 0.22);
  scroll-margin-top: var(--yetenekler-21st-sticky-top);
  
  overflow: visible;
}

#urun-ozellik-akisi .yetenekler-21st-card.demo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(
      ellipse 95% 85% at 100% 32%,
      rgba(59, 130, 246, 0.28) 0%,
      rgba(96, 165, 250, 0.12) 38%,
      transparent 62%
    ),
    radial-gradient(
      circle at 94% 48%,
      rgba(147, 197, 253, 0.38) 0%,
      rgba(59, 130, 246, 0.06) 45%,
      transparent 58%
    );
}

#urun-ozellik-akisi .yetenekler-21st-card.demo-card > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  
  #urun-ozellik-akisi .yetenekler-21st-card.demo-card {
    grid-template-columns: 1fr;
    align-items: stretch;
    row-gap: calc(1.5rem * 0.22);
    column-gap: 0;
    padding-top: calc(3.05rem * 0.22);
    padding-bottom: calc(3.5rem * 0.22);
    padding-inline: 3.5rem;
    box-sizing: border-box;
  }

  #urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card .demo-card__media {
    order: 1;
  }

  #urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-copy,
  #urun-ozellik-akisi .yetenekler-21st-card .demo-card__body {
    order: 2;
    max-width: 42rem;
    margin-inline: 0;
    width: 100%;
    text-align: left;
  }

  #urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-title,
  #urun-ozellik-akisi .yetenekler-21st-card .demo-card__title {
    text-align: left;
    margin-bottom: calc(0.85rem * 0.38);
  }

  #urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-desc,
  #urun-ozellik-akisi .yetenekler-21st-card .demo-card__text {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #urun-ozellik-akisi {
    --yetenekler-21st-sticky-top: max(80px, 14.4vh);
  }

  #urun-ozellik-akisi .byo-features-slider__viewport {
    border-radius: 1rem;
    box-sizing: border-box;
  }

  #urun-ozellik-akisi .byo-features-slider__controls {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.35rem;
    padding-bottom: max(0.35rem, env(safe-area-inset-bottom, 0px));
  }

  #urun-ozellik-akisi .byo-features-slider__dots {
    display: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-card.demo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 1.2rem;
    padding: 0;
    min-height: 0;
    min-width: 0;
    overflow-x: clip;
    overflow-y: visible;
    background: #fff;
    box-shadow:
      0 10px 24px -16px rgba(15, 23, 42, 0.22),
      0 2px 8px rgba(15, 23, 42, 0.1);
  }

  #urun-ozellik-akisi .yetenekler-21st-media,
  #urun-ozellik-akisi .demo-card__media {
    position: relative;
    order: 1;
    flex: 0 0 auto;
    margin-top: 0;
    min-height: min(58vw, 300px);
    max-height: none;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: clip;
    overflow-y: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-media > *,
  #urun-ozellik-akisi .demo-card__media > * {
    transform: scale(0.86);
    transform-origin: center 0.85rem;
    max-width: 100%;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber .yetenekler-21st-media > *,
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media > * {
    transform: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber #alacak-yonetimi .comm-inner {
    transform: scale(0.78);
    transform-origin: top center;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange .yetenekler-21st-media > *,
  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media > *,
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .yetenekler-21st-media > *,
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media > * {
    transform: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange #sms .comm-phone-wrap {
    transform: scale(0.88);
    transform-origin: center center;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media {
    min-height: min(68vw, 340px);
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber.demo-card {
    overflow-x: clip;
    overflow-y: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media {
    min-height: min(72vw, 360px);
    justify-content: center;
    align-items: center;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media {
    min-height: min(68vw, 340px);
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--yellow3.demo-card {
    overflow-x: clip;
    overflow-y: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media::after,
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media::after,
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media::after,
  #urun-ozellik-akisi .yetenekler-21st-media::after,
  #urun-ozellik-akisi .demo-card__media::after {
    display: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-copy,
  #urun-ozellik-akisi .demo-card__body {
    position: relative;
    order: 2;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0.5rem 0.85rem 0.6rem 0.85rem;
    color: #0f172a;
    pointer-events: auto;
    box-sizing: border-box;
  }

  #urun-ozellik-akisi .yetenekler-21st-title,
  #urun-ozellik-akisi .demo-card__title {
    margin: 0 0 0.28rem 0;
    color: #0f172a;
    font-size: 0.975rem;
    line-height: 1.25;
    font-weight: 700;
    text-shadow: none;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #urun-ozellik-akisi .yetenekler-21st-desc,
  #urun-ozellik-akisi .demo-card__text {
    display: block;
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: 0.78rem;
    line-height: 1.44;
    font-weight: 500;
    color: #334155;
    text-shadow: none;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
    overflow-x: clip;
    overflow-y: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media,
  #urun-ozellik-akisi .yetenekler-21st-card--orange .yetenekler-21st-media,
  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media {
    overflow-x: clip;
    overflow-y: visible;
  }
}

@media (max-width: 480px) {
  #urun-ozellik-akisi .yetenekler-21st-card--amber #alacak-yonetimi .comm-inner {
    transform: scale(0.66);
    transform-origin: top center;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange #sms .comm-phone-wrap {
    transform: scale(0.68);
    transform-origin: top center;
  }

  #urun-ozellik-akisi .demo-card__media,
  #urun-ozellik-akisi .yetenekler-21st-media {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
  }

  #urun-ozellik-akisi .byo-features-slider__arrow {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

.yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .yetenekler-21st-copy,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .demo-card__body {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition:
    opacity 0.7s cubic-bezier(0, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0, 0, 0.2, 1);
}

.yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .yetenekler-21st-media.image-wrapper,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .demo-card__media.image-wrapper {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.15s,
    transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.15s;
}

.yetenekler-21st-card.yetenekler-21st-card--scrollfx .yetenekler-21st-copy,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx .demo-card__body,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx .yetenekler-21st-media.image-wrapper,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx .demo-card__media.image-wrapper {
  will-change: opacity, transform;
}

.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .yetenekler-21st-copy,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .demo-card__body,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .yetenekler-21st-media.image-wrapper,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .demo-card__media.image-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .yetenekler-21st-copy,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .demo-card__body,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .yetenekler-21st-media.image-wrapper,
.yetenekler-21st-card.yetenekler-21st-card--scrollfx.yetenekler-21st-card--revealed .demo-card__media.image-wrapper {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .yetenekler-21st-copy,
  .yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .demo-card__body,
  .yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .yetenekler-21st-media.image-wrapper,
  .yetenekler-21st-card.yetenekler-21st-card--scrollfx:not(.yetenekler-21st-card--revealed) .demo-card__media.image-wrapper {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--yellow,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--amber,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--orange,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--yellow3,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--personel,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--gelir {
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 55%, #eef2ff 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 40px -24px rgba(15, 23, 42, 0.12);
}

.yetenekler-21st-copy,
#urun-ozellik-akisi .demo-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

@media (min-width: 768px) {
  #urun-ozellik-akisi .yetenekler-21st-copy,
  #urun-ozellik-akisi .demo-card__body {
    justify-content: flex-start;
    align-self: stretch;
    min-height: 0;
    overflow: visible;
  }
}

.yetenekler-21st-title,
#urun-ozellik-akisi .demo-card__title {
  margin: 0 0 1rem;
  font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  text-align: left;
}

.yetenekler-21st-desc,
#urun-ozellik-akisi .demo-card__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
  text-align: left;
}

#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--yellow3 .demo-card__text,
#urun-ozellik-akisi .yetenekler-21st-card.yetenekler-21st-card--yellow3 .yetenekler-21st-desc {
  color: #1f2937;
}

#urun-ozellik-akisi #bankalar-sms-heading,
#urun-ozellik-akisi #bankalar-sms-heading + .demo-card__text,
#urun-ozellik-akisi #bankalar-sms-heading + .yetenekler-21st-desc {
  margin-inline: 0;
  padding-inline: 0;
  text-indent: 0;
}

/* Tum yetenek kartlarinin metin hizasi banka entegrasyonu kartiyla ayni olsun */
#urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-copy,
#urun-ozellik-akisi .yetenekler-21st-card .demo-card__body,
#urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-title,
#urun-ozellik-akisi .yetenekler-21st-card .demo-card__title,
#urun-ozellik-akisi .yetenekler-21st-card .yetenekler-21st-desc,
#urun-ozellik-akisi .yetenekler-21st-card .demo-card__text {
  text-align: left !important;
  margin-inline: 0 !important;
  padding-inline-start: 0 !important;
  text-indent: 0 !important;
}

@media (min-width: 768px) {
  #urun-ozellik-akisi #bankalar-sms-heading + .demo-card__text,
  #urun-ozellik-akisi #bankalar-sms-heading + .yetenekler-21st-desc {
    max-width: none;
  }
}

#urun-ozellik-akisi .yetenekler-21st-card--yellow3 #bankalar-sms.banks {
  padding: 0.35rem 0 0.55rem !important;
}

.yetenekler-21st-media,
#urun-ozellik-akisi .demo-card__media {
  margin-top: 1.1rem;
  min-width: 0;
  overflow: visible;
}

@media (min-width: 768px) {
  
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media > section#alacak-yonetimi {
    transform: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media > section#alacak-yonetimi .comm-inner {
    transform: scale(0.841);
    transform-origin: center center;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media > section#sms {
    transform: none;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media > section#sms .comm-phone-wrap {
    transform: scale(0.91);
    transform-origin: center center;
  }

  .yetenekler-21st-media,
  #urun-ozellik-akisi .demo-card__media {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    overflow: visible;
  }

  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media,
  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media,
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media {
    align-items: center;
    justify-content: center;
  }

  #urun-ozellik-akisi .yetenekler-21st-media > .faiz-overlap-root,
  #urun-ozellik-akisi .yetenekler-21st-media > section,
  #urun-ozellik-akisi .demo-card__media > .faiz-overlap-root,
  #urun-ozellik-akisi .demo-card__media > section {
    width: 100%;
    max-width: 100%;
  }
}

.yetenekler-21st-media > .faiz-overlap-root,
.yetenekler-21st-media > section,
#urun-ozellik-akisi .demo-card__media > .faiz-overlap-root,
#urun-ozellik-akisi .demo-card__media > section {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

#urun-ozellik-akisi .demo-card__media > section#bankalar-sms,
#urun-ozellik-akisi .yetenekler-21st-media > section#bankalar-sms {
  overflow: visible !important;
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
}

#urun-ozellik-akisi .demo-card__media > section#sms,
#urun-ozellik-akisi .yetenekler-21st-media > section#sms {
  overflow: visible !important;
  max-width: 100%;
  min-width: 0;
}

#urun-ozellik-akisi .demo-card__media > section#alacak-yonetimi,
#urun-ozellik-akisi .yetenekler-21st-media > section#alacak-yonetimi {
  overflow: visible !important;
  max-width: 100%;
  min-width: 0;
}

#urun-ozellik-akisi .demo-card__media > section#personel-yonetimi,
#urun-ozellik-akisi .yetenekler-21st-media > section#personel-yonetimi {
  overflow: visible !important;
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
}

#urun-ozellik-akisi .demo-card__media > section#toplu-gelir-olusturma,
#urun-ozellik-akisi .yetenekler-21st-media > section#toplu-gelir-olusturma {
  overflow: visible !important;
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
}

#urun-ozellik-akisi .yetenekler-21st-card--personel .demo-card__media {
  align-items: center;
  justify-content: center;
}

#urun-ozellik-akisi .yetenekler-21st-card--gelir .demo-card__media {
  align-items: center;
  justify-content: center;
}

#urun-ozellik-akisi .personel-mockup-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 1.55rem;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow:
    0 10px 26px -18px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

#urun-ozellik-akisi .personel-mockup {
  min-height: clamp(14.8rem, 25vh, 18.2rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.56rem;
}

#urun-ozellik-akisi .personel-mini-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#urun-ozellik-akisi .personel-mini-title {
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#urun-ozellik-akisi .personel-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.46rem;
}

#urun-ozellik-akisi .personel-kpi-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.62rem;
  padding: 0.32rem 0.34rem;
  min-height: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.28rem;
}

#urun-ozellik-akisi .personel-kpi-label {
  color: #64748b;
  font-size: 0.54rem;
  line-height: 1.2;
  white-space: nowrap;
}

#urun-ozellik-akisi .personel-kpi-val {
  color: #0f172a;
  font-size: 0.64rem;
  line-height: 1.1;
  white-space: nowrap;
  width: 100%;
  display: block;
  margin-top: -0.03rem;
}

#urun-ozellik-akisi .personel-kpi-icon {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.5rem;
}

#urun-ozellik-akisi .personel-kpi-icon--blue {
  background: #dbeafe;
  color: #2563eb;
}

#urun-ozellik-akisi .personel-kpi-icon--green {
  background: #dcfce7;
  color: #16a34a;
}

#urun-ozellik-akisi .personel-kpi-icon--amber {
  background: #fef3c7;
  color: #d97706;
}

#urun-ozellik-akisi .personel-kpi-icon--indigo {
  background: #e0e7ff;
  color: #4f46e5;
}

#urun-ozellik-akisi .personel-tabs {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

#urun-ozellik-akisi .personel-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: #475569;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

#urun-ozellik-akisi .personel-tab em {
  font-style: normal;
  font-weight: 700;
}

#urun-ozellik-akisi .personel-tab--active {
  color: #15803d;
  border-color: rgba(34, 197, 94, 0.28);
  background: #ecfdf5;
}

#urun-ozellik-akisi .personel-panel {
  width: min(100%, 100%);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.95rem;
  padding: 0.52rem 0.6rem;
}

#urun-ozellik-akisi .personel-table-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.7fr;
  gap: 0.42rem;
  color: #94a3b8;
  font-size: 0.54rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.36rem;
}

#urun-ozellik-akisi .personel-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.7fr;
  gap: 0.42rem;
  align-items: center;
  color: #0f172a;
  font-size: 0.62rem;
  font-weight: 500;
}

#urun-ozellik-akisi .personel-row + .personel-row {
  margin-top: 0.35rem;
}

#urun-ozellik-akisi .personel-row-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

#urun-ozellik-akisi .personel-badge {
  border-radius: 0.42rem;
  padding: 0.14rem 0.32rem;
  font-size: 0.55rem;
  font-weight: 700;
}

#urun-ozellik-akisi .personel-badge--warn {
  background: rgba(250, 204, 21, 0.2);
  color: #fcd34d;
}

#urun-ozellik-akisi .personel-badge--ok {
  background: rgba(52, 211, 153, 0.2);
  color: #6ee7b7;
}

#urun-ozellik-akisi .personel-badge--role {
  background: #eaf2ff;
  color: #1e3a8a;
  border: 1px solid #93c5fd;
  font-weight: 700;
}

#urun-ozellik-akisi .personel-money {
  font-weight: 700;
  white-space: nowrap;
}

#urun-ozellik-akisi .personel-money--muted { color: #cbd5e1; }
#urun-ozellik-akisi .personel-money--up { color: #6ee7b7; }
#urun-ozellik-akisi .personel-money--down { color: #fda4af; }

#urun-ozellik-akisi .personel-dot-ok {
  color: #86efac;
  font-weight: 700;
  white-space: nowrap;
}

#urun-ozellik-akisi .personel-dot-passive {
  color: #f59e0b;
  font-weight: 700;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-mockup-section {
  border-radius: 1.55rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 10px 26px -18px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
  padding: clamp(0.9rem, 2vw, 1.2rem);
}

#urun-ozellik-akisi .gelir-mockup {
  min-height: clamp(14.8rem, 25vh, 18.2rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.45rem;
}

#urun-ozellik-akisi .gelir-mini-top {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #e2e8f0;
}

#urun-ozellik-akisi .gelir-mini-icon {
  color: #1d4ed8;
  font-size: 0.88rem;
}

#urun-ozellik-akisi .gelir-mini-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

#urun-ozellik-akisi .gelir-filter-tabs {
  display: flex;
  gap: 0.3rem;
  flex-wrap: nowrap;
  overflow: hidden;
}

#urun-ozellik-akisi .gelir-tab {
  font-size: 0.6rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 0.38rem;
  padding: 0.13rem 0.38rem;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-tab--active {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

#urun-ozellik-akisi .gelir-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
}

#urun-ozellik-akisi .gelir-row {
  display: grid;
  grid-template-columns: 0.55rem 1fr auto auto;
  gap: 0.38rem;
  align-items: center;
  padding: 0.42rem 0.6rem;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
}

#urun-ozellik-akisi .gelir-row:last-child {
  border-bottom: none;
}

#urun-ozellik-akisi .gelir-dot {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  flex-shrink: 0;
}

#urun-ozellik-akisi .gelir-row-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#urun-ozellik-akisi .gelir-row-meta {
  font-size: 0.65rem;
  color: #94a3b8;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-row-amount {
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-amount--green  { color: #16a34a; }
#urun-ozellik-akisi .gelir-amount--purple { color: #7c3aed; }
#urun-ozellik-akisi .gelir-amount--red    { color: #dc2626; }
#urun-ozellik-akisi .gelir-amount--blue   { color: #0284c7; }

#urun-ozellik-akisi .gelir-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.46rem 0.6rem;
  background: #eff6ff;
  border-radius: 0.62rem;
  margin-top: 0.05rem;
}

#urun-ozellik-akisi .gelir-footer-count {
  font-size: 0.68rem;
  font-weight: 600;
  color: #1d4ed8;
}

#urun-ozellik-akisi .gelir-footer-total {
  font-size: 0.88rem;
  font-weight: 800;
  color: #1e3a8a;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.58rem 0.72rem;
  color: #0f172a;
  background: #f8fbff;
  border-bottom: 1px solid #e2e8f0;
}

#urun-ozellik-akisi .gelir-mini-title {
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

#urun-ozellik-akisi .gelir-mini-tabs {
  display: flex;
  gap: 0.3rem;
  padding: 0.46rem 0.52rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

#urun-ozellik-akisi .gelir-mini-tab {
  font-size: 0.58rem;
  font-weight: 600;
  color: #475569;
  background: #eef2f7;
  border: 1px solid #d4dbe5;
  border-radius: 0.42rem;
  padding: 0.14rem 0.34rem;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-mini-tab--active {
  color: #eff6ff;
  background: #2563eb;
  border-color: #2563eb;
}

#urun-ozellik-akisi .gelir-mini-list {
  background: #f8fafc;
}

#urun-ozellik-akisi .gelir-mini-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 0.4rem;
  align-items: center;
  padding: 0.45rem 0.62rem;
  border-bottom: 1px solid #e5e7eb;
}

#urun-ozellik-akisi .gelir-mini-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
}

#urun-ozellik-akisi .gelir-mini-dot--green { background: #22c55e; }
#urun-ozellik-akisi .gelir-mini-dot--violet { background: #8b5cf6; }
#urun-ozellik-akisi .gelir-mini-dot--rose { background: #fb7185; }
#urun-ozellik-akisi .gelir-mini-dot--blue { background: #38bdf8; }

#urun-ozellik-akisi .gelir-mini-name {
  font-size: 0.72rem;
  color: #334155;
  font-weight: 600;
}

#urun-ozellik-akisi .gelir-mini-count {
  font-size: 0.68rem;
  color: #94a3b8;
}

#urun-ozellik-akisi .gelir-mini-amount {
  font-size: 0.78rem;
  color: #1d4ed8;
  font-weight: 700;
  white-space: nowrap;
}

#urun-ozellik-akisi .gelir-mini-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.48rem 0.62rem;
  background: #e0f2fe;
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 700;
}

#urun-ozellik-akisi .gelir-mini-foot strong {
  color: #1e3a8a;
  font-size: 0.96rem;
}

@media (min-width: 1100px) {
  #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
    display: grid !important;
    align-self: stretch;
  }

  #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide.byo-measure-hidden {
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
  }
}

#urun-ozellik-akisi #alacak-yonetimi .comm-inner {
  --byo-alacak-mockup-bleed: clamp(1.25rem, 6.5vw, 2rem);
  overflow: visible;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-mockup-wrap {
  overflow: visible;
  width: calc(100% + 2 * var(--byo-alacak-mockup-bleed));
  max-width: none;
  min-width: 0;
  align-self: stretch;
  margin-left: calc(-1 * var(--byo-alacak-mockup-bleed));
  margin-right: calc(-1 * var(--byo-alacak-mockup-bleed));
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-browser {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 0 0 auto;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-bar {
  width: 100%;
  box-sizing: border-box;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-panel {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-header {
  width: calc(100% + 2.2rem);
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: none;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-ptitle {
  color: #0f172a;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-psub {
  color: #64748b;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-psub strong {
  color: #334155;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-icon {
  background: #f1f5f9;
  color: #4f46e5;
  border: 1px solid #e2e8f0;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-card,
#urun-ozellik-akisi #alacak-yonetimi .alm-counters-row,
#urun-ozellik-akisi #alacak-yonetimi #alm-timeline {
  width: calc(100% + 2.2rem);
  max-width: none;
  box-sizing: border-box;
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(8.4rem, 1.5fr) minmax(5.8rem, 1fr) minmax(5.9rem, 1.15fr);
  align-items: center;
  gap: clamp(0.42rem, 1.2vw, 0.62rem);
  min-height: 3.6rem;
  padding: 0.54rem 0.7rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.72rem;
  background: #ffffff;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-left {
  min-width: 0;
  max-width: 100%;
  gap: 0.5rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-daire-badge {
  font-size: 0.54rem;
  padding: 0.27rem 0.42rem;
  border-radius: 6px;
  line-height: 1.15;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-daire-badge strong {
  font-size: 0.82rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-left > div:last-child {
  min-width: 0;
  max-width: 100%;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-name,
#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-phone {
  min-width: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-name {
  font-size: 0.74rem;
  font-weight: 600;
  gap: 0.28rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-phone {
  font-size: 0.62rem;
  margin-top: 0.08rem;
  gap: 0.22rem;
  color: #475569;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-name > i,
#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-phone > i {
  flex-shrink: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-debtor-clip {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-center {
  min-width: 0;
  text-align: center;
  display: grid;
  gap: 0.12rem;
  justify-items: center;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-amount {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: clamp(0.84rem, 2.25vw, 1rem);
  font-weight: 700;
  line-height: 1.15;
  color: #ef4444;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-amount-label {
  font-size: 0.56rem;
  margin-top: 0;
  line-height: 1.2;
  color: #64748b;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-right {
  min-width: 0;
  justify-self: end;
  text-align: right;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-last-contact {
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
  font-size: 0.6rem;
  gap: 0.26rem;
  white-space: nowrap;
  color: #64748b;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-last-contact > i {
  flex-shrink: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-last-contact #alm-last-contact-text {
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-counters-row {
  max-width: none;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  
  gap: clamp(0.5rem, 2.8vw, 0.95rem);
  overflow: hidden;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  #urun-ozellik-akisi #alacak-yonetimi .alm-counters-row {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    gap: 0.2rem;
    row-gap: 0.28rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    height: auto;
    scrollbar-width: none;
  }

  #urun-ozellik-akisi #alacak-yonetimi .alm-counters {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 0.18rem;
  }

  #urun-ozellik-akisi #alacak-yonetimi .alm-action-btns {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 0.18rem;
  }

  #urun-ozellik-akisi #alacak-yonetimi .alm-counter {
    font-size: 0.44rem;
    padding: 0.1rem 0.22rem;
  }

  #urun-ozellik-akisi #alacak-yonetimi .alm-btn {
    font-size: 0.44rem;
    padding: 0.1rem 0.24rem;
  }
}

#urun-ozellik-akisi #alacak-yonetimi .alm-counters {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  min-width: min-content;
  max-width: none;
  width: max-content;
  box-sizing: border-box;
  gap: 0.22rem;
  align-items: center;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-action-btns {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  min-width: min-content;
  max-width: none;
  width: max-content;
  box-sizing: border-box;
  gap: 0.22rem;
  align-items: center;
  justify-content: flex-start;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-counter {
  font-size: 0.49rem;
  padding: 0.1rem 0.26rem;
  gap: 0.14rem;
  border-radius: 4px;
  border-width: 1px;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-btn {
  font-size: 0.49rem;
  padding: 0.12rem 0.28rem;
  gap: 0.16rem;
  border-radius: 4px;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-btn i {
  font-size: 0.82em;
}

#urun-ozellik-akisi #alacak-yonetimi #alm-timeline {
  max-width: none;
  min-width: 0;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  max-height: 9rem;
  overflow-y: hidden;
  flex-shrink: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-tl-item,
#urun-ozellik-akisi #alacak-yonetimi .alm-tl-slot,
#urun-ozellik-akisi #alacak-yonetimi .alm-tl-typing {
  max-width: 100%;
  min-width: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-tl-type {
  min-width: 0;
  flex-shrink: 1;
}

#urun-ozellik-akisi #alacak-yonetimi .alm-tl-desc {
  min-width: 0;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-title-row {
  min-width: 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#urun-ozellik-akisi #sms .comm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  box-sizing: border-box;
}

#urun-ozellik-akisi #sms .comm-phone-wrap {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

#urun-ozellik-akisi #sms .comm-phone-mask {
  width: min(100%, 345px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  aspect-ratio: 360 / 400;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
}

@media (min-width: 640px) {
  #urun-ozellik-akisi #sms .comm-phone-mask {
    width: min(100%, 385px);
    aspect-ratio: 360 / 400;
  }
}

@media (min-width: 1024px) {
  #urun-ozellik-akisi #sms .comm-phone-mask {
    width: min(100%, 408px);
    aspect-ratio: 420 / 480;
  }
}

#urun-ozellik-akisi #sms .comm-phone-frame {
  border-radius: 2.65rem;
  border-width: 2px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 28px 56px -20px rgba(0, 0, 0, 0.65);
}

#urun-ozellik-akisi #sms .comm-phone-screen {
  border-radius: 2.2rem;
}

#urun-ozellik-akisi #sms.comm-section {
  padding-top: 0.35rem !important;
  padding-bottom: 0.25rem !important;
}

#urun-ozellik-akisi #bankalar-sms.banks {
  overflow: visible;
  max-width: 100%;
}

#urun-ozellik-akisi #bankalar-sms .comm-inner,
#urun-ozellik-akisi #bankalar-sms .alacak-intro-grid {
  overflow: visible;
  min-width: 0;
  max-width: 100%;
}

#urun-ozellik-akisi #bankalar-sms .comm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  box-sizing: border-box;
}

#urun-ozellik-akisi #bankalar-sms .alacak-intro-grid.alacak-intro-grid--yetenek-media {
  justify-items: center;
  width: 100%;
}

#urun-ozellik-akisi #bankalar-sms .banks-visual {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

#urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media {
  overflow-x: visible;
  overflow-y: visible;
  max-width: 100%;
  min-width: 0;
}

#urun-ozellik-akisi .byo-features-scroll-panel {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  display: block;
  min-height: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#urun-ozellik-akisi .faiz-grid--yetenek-media {
  display: block;
  grid-template-columns: none;
}

#urun-ozellik-akisi .alacak-intro-grid--yetenek-media,
#urun-ozellik-akisi .comm-grid--yetenek-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
}

#urun-ozellik-akisi .yetenekler-21st-media .faiz-overlap-root {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}

#urun-ozellik-akisi #sms .comm-content {
  margin-left: 0 !important;
}

#urun-ozellik-akisi #bankalar-sms .alacak-content {
  margin-left: 0 !important;
  order: -1;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub {
  
  transform: translateY(-0.35rem) scale(0.798) !important;
  transform-origin: center center !important;
  width: min(100%, 340px) !important;
  height: 340px !important;
  max-width: min(100%, 340px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-lines .banks-hub-circle {
  animation-duration: 4.62s;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-lines .banks-hub-circle:nth-of-type(2) {
  animation-delay: 0.66s;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-lines .banks-hub-circle:nth-of-type(3) {
  animation-delay: 1.32s;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-center {
  animation-duration: 4.4s;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-orbit-inner,
#urun-ozellik-akisi #bankalar-sms .banks-hub-orbit-outer {
  animation-duration: 66s;
}

#urun-ozellik-akisi #bankalar-sms .banks-hub-orbit-inner .banks-hub-item,
#urun-ozellik-akisi #bankalar-sms .banks-hub-orbit-outer .banks-hub-item {
  animation-duration: 66s;
}

@media (min-width: 1024px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub-center {
    width: 110px;
    height: 110px;
    padding: 17px;
  }

  #urun-ozellik-akisi #bankalar-sms .banks-hub-item {
    width: 63px;
    height: 63px;
    margin: -31.5px 0 0 -31.5px;
  }
}

@media (max-width: 1023px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    width: min(100%, 234px) !important;
    height: 234px !important;
    max-width: min(100%, 234px) !important;
  }

  #urun-ozellik-akisi #bankalar-sms .banks-hub-center {
    width: 75px;
    height: 75px;
    padding: 11px;
  }

  #urun-ozellik-akisi #bankalar-sms .banks-hub-item {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
  }
}

@media (max-width: 480px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    width: min(100%, 203px) !important;
    height: 203px !important;
    max-width: min(100%, 203px) !important;
  }

  #urun-ozellik-akisi #bankalar-sms .banks-hub-center {
    width: 63px;
    height: 63px;
    padding: 9px;
  }

  #urun-ozellik-akisi #bankalar-sms .banks-hub-item {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
  }
}

@media (max-width: 1023px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    transform: translateY(-0.28rem) scale(0.798) !important;
  }
}

@media (max-width: 767px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    transform: translateY(-0.25rem) scale(0.735) !important;
  }
}

@media (max-width: 480px) {
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    transform: translateY(-0.2rem) scale(0.672) !important;
  }
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-content {
  order: -1;
}

#urun-ozellik-akisi .alacak-intro-grid {
  gap: 4rem;
}

#urun-ozellik-akisi #faiz-hesaplama .faiz-content,
#urun-ozellik-akisi #sms .comm-content,
#urun-ozellik-akisi #alacak-yonetimi .comm-content.alacak-content,
#urun-ozellik-akisi #bankalar-sms .comm-content.alacak-content {
  max-width: 32rem;
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto;
  justify-self: start;
  text-align: left;
}

#urun-ozellik-akisi .faiz-overlap-root {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#urun-ozellik-akisi .faiz-section.comm-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#urun-ozellik-akisi .faiz-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#urun-ozellik-akisi .faiz-grid {
  flex: 1;
  min-height: 0;
  align-content: start;
}

#urun-ozellik-akisi #faiz-hesaplama.faiz-section {
  border-radius: 0 !important;
  padding: 1.5rem 0 1.6rem !important;
}

#urun-ozellik-akisi .alacak-section.comm-section,
#urun-ozellik-akisi #sms.comm-section,
#urun-ozellik-akisi #bankalar-sms.comm-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  align-items: center;
  background: transparent !important;
  box-shadow: none !important;
}

#urun-ozellik-akisi .alacak-section .comm-inner,
#urun-ozellik-akisi #sms .comm-inner,
#urun-ozellik-akisi #bankalar-sms .comm-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

#urun-ozellik-akisi .alacak-intro-grid,
#urun-ozellik-akisi #sms .comm-grid {
  flex: 1;
  min-height: 0;
  align-content: start;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-grid.alacak-intro-grid--yetenek-media,
#urun-ozellik-akisi #sms .comm-grid.comm-grid--yetenek-media,
#urun-ozellik-akisi #bankalar-sms .alacak-intro-grid.alacak-intro-grid--yetenek-media {
  flex: 0 0 auto;
  align-content: center;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  align-self: center;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-intro-grid.alacak-intro-grid--yetenek-media {
  justify-items: stretch;
}

#urun-ozellik-akisi #alm-timeline {
  min-height: 9rem;
  max-height: 9rem;
  overflow-y: hidden;
  flex-shrink: 0;
}

#urun-ozellik-akisi #alm-timeline .alm-tl-item,
#urun-ozellik-akisi #alm-timeline .alm-tl-slot,
#urun-ozellik-akisi #alm-timeline .alm-tl-typing {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.38rem 0.45rem;
  box-sizing: border-box;
  border-radius: 6px;
  flex-shrink: 0;
  height: 2.25rem;
  min-height: 2.25rem;
  max-height: 2.25rem;
  overflow: hidden;
}

#urun-ozellik-akisi #alm-timeline .alm-tl-item.alm-tl-new {
  animation: alm-tl-row-in-yetenekler 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes alm-tl-row-in-yetenekler {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #urun-ozellik-akisi #alm-timeline .alm-tl-item.alm-tl-new {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

#urun-ozellik-akisi #alacak-yonetimi.alacak-section {
  padding: calc(1.35rem + 2px) 1rem 1.45rem !important;
}

#urun-ozellik-akisi #sms.comm-section {
  padding: 1.45rem 0 1.5rem !important;
}

#urun-ozellik-akisi #bankalar-sms.banks {
  padding: 1.1rem 0 1.35rem !important;
}

@media (max-width: 1023px) {
  .byo-features-scroll-shell.yetenekler-21st-root {
    padding-left: max(0px, env(safe-area-inset-left, 0px));
    padding-right: max(0px, env(safe-area-inset-right, 0px));
  }

  #urun-ozellik-akisi .demo-page__gutter {
    padding-left: max(5%, env(safe-area-inset-left, 0px));
    padding-right: max(5%, env(safe-area-inset-right, 0px));
    padding-bottom: max(0.25rem, env(safe-area-inset-bottom, 0px));
  }

  #urun-ozellik-akisi .alacak-intro-grid {
    gap: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yetenekler-21st-card {
    position: relative;
    top: auto;
  }
}

@supports (overflow-x: clip) {
  html {
    overflow-x: clip;
  }

  body {
    overflow-x: clip;
  }
}

#blog.blog-section {
  padding-top: 1rem;
}

/* Yetenek kart açıklamaları: masaüstünde tam metin, mobilde özet */
.yetenek-desc-mob {
  display: none;
}

.yetenek-desc-full {
  display: inline;
}

@media (max-width: 767px) {
  .yetenek-desc-full {
    display: none;
  }

  .yetenek-desc-mob {
    display: inline;
  }
}

/* ─── Mobile touch & erişilebilirlik iyileştirmeleri ─── */

/* Yatay swipe sırasında dikey kaydırmayı engelleme */
#urun-ozellik-akisi .byo-features-slider__viewport {
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}

/* Nokta butonlarında büyük dokunuş alanı (≤767px) */
@media (max-width: 767px) {
  #urun-ozellik-akisi .byo-features-slider__dots {
    gap: 0;
    padding: 0.15rem 0;
  }

  #urun-ozellik-akisi .byo-features-slider__dot {
    padding: 0.75rem 0.5rem;
    background-clip: content-box;
    box-sizing: content-box;
    width: 0.55rem;
    height: 0.55rem;
  }

  #urun-ozellik-akisi .byo-features-slider__dot.is-active {
    background-clip: content-box;
    width: 1.35rem;
  }

  #urun-ozellik-akisi .byo-features-slider__dot:hover {
    background: rgba(59, 130, 246, 0.55);
    background-clip: content-box;
  }
}

/* ─── Mobile: eşit mockup çerçevesi + hizalı metin alanı ─── */
@media (max-width: 767px) {

  /* Kart üst boşluğunu kaldır */
  #urun-ozellik-akisi .yetenekler-21st-media,
  #urun-ozellik-akisi .demo-card__media {
    margin-top: 0 !important;
  }

  /* Tüm kartlar: aynı sabit mockup yüksekliği */
  #urun-ozellik-akisi .demo-card__media,
  #urun-ozellik-akisi .yetenekler-21st-media {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }

  /* Kart 3 (bankalar): ortalanmış hizalama */
  #urun-ozellik-akisi .yetenekler-21st-card--yellow3 .demo-card__media {
    align-items: center !important;
  }

  /* İç section'lar tam genişlik */
  #urun-ozellik-akisi .demo-card__media > section,
  #urun-ozellik-akisi .yetenekler-21st-media > section {
    width: 100%;
    min-width: 100%;
  }

  /* Kart 1 (alacak browser) */
  #urun-ozellik-akisi .yetenekler-21st-card--amber .demo-card__media > section#alacak-yonetimi .comm-inner {
    transform: scale(0.74);
    transform-origin: top center;
  }

  /* Kart 2 (SMS telefon) */
  #urun-ozellik-akisi .yetenekler-21st-card--orange .demo-card__media > section#sms .comm-phone-wrap {
    transform: scale(0.74);
    transform-origin: top center;
  }

  /* Kart 3 (banka logoları) */
  #urun-ozellik-akisi #bankalar-sms .banks-hub {
    transform: scale(0.96) !important;
    transform-origin: center center !important;
  }

  /* Metin alanı: sabit padding, sıkı, tüm kartlar eşit */
  #urun-ozellik-akisi .yetenekler-21st-copy,
  #urun-ozellik-akisi .demo-card__body {
    padding: 0.5rem 0.85rem 0.6rem 0.85rem !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }

  /* Başlık: sabit boyut */
  #urun-ozellik-akisi .yetenekler-21st-title,
  #urun-ozellik-akisi .demo-card__title {
    font-size: 0.975rem !important;
    line-height: 1.25 !important;
    margin: 0 0 0.28rem 0 !important;
    font-weight: 700 !important;
  }

  /* Açıklama: sabit boyut */
  #urun-ozellik-akisi .yetenekler-21st-desc,
  #urun-ozellik-akisi .demo-card__text {
    font-size: 0.78rem !important;
    line-height: 1.44 !important;
    margin: 0 !important;
    color: #334155 !important;
  }
}
/* ── Grid wrapper ── */
#urun-ozellik-akisi .byo-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 546px);
  column-gap: 16px;
  row-gap: 24px;
  max-width: 1112px;
  margin-inline: auto;
}

/* ── Features-7 ── */
.f7-section { overflow: hidden; padding: clamp(3rem,6vw,5rem) 0; }
.f7-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(1rem,3vw,2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem,4vw,3rem);
}
.f7-header { max-width: 600px; }
.f7-title {
  font-size: clamp(2rem,4vw,2.8rem);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 16px;
}
.f7-title span { color: #4f46e5; }
.f7-sub { font-size: clamp(15px,1.2vw,17px); color: #64748b; line-height: 1.7; margin: 0; }
.f7-visual { margin: 0 clamp(-1rem,-3vw,-2rem); border-radius: 20px; padding: 12px; }
.f7-perspective { perspective: 800px; }
.f7-skew { transform: skewY(-2deg) skewX(-2deg) rotateX(6deg); }
.f7-img-wrap { position: relative; border-radius: 14px; overflow: hidden; }
.f7-gradient { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(ellipse at 75% 15%, transparent 30%, rgba(255,255,255,0.6) 90%); }
.f7-img { width: 100%; height: auto; display: block; }
.f7-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,3vw,32px); }
.f7-card { display: flex; flex-direction: column; gap: 10px; }
.f7-card__top { display: flex; align-items: center; gap: 8px; }
.f7-card__icon { font-size: 14px; color: #0f172a; }
.f7-card__title { font-size: 14px; font-weight: 600; color: #0f172a; }
.f7-card__desc { font-size: 13px; color: #64748b; line-height: 1.6; margin: 0; }
@media (max-width: 860px) { .f7-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 560px) { .f7-grid { grid-template-columns: repeat(2,1fr); } }

/* ── Kartlar çerçevesi ── */
.byo-cards-frame {
  max-width: 80rem;
  margin: clamp(2rem,4vw,3rem) auto 0;
  border: 1px solid #e0e7ff;
  border-radius: 24px;
  padding: 0 clamp(0.75rem,3vw,2.5rem) clamp(1.25rem,4vw,3rem);
  background-color: #f0f2f8;
  background-image:
    radial-gradient(ellipse at 10% 0%, rgba(79,70,229,0.09) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 100%, rgba(139,92,246,0.08) 0%, transparent 55%),
    radial-gradient(circle, rgba(79,70,229,0.05) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px;
}

@media (max-width: 900px) {
  .byo-cards-frame {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px 24px 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  /* Çerçeveyi tam genişlik yapmak için parent padding'i sıfırla */
  #urun-ozellik-akisi .demo-page__gutter:has(.byo-cards-frame) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ── Bölüm başlığı ── */
#urun-ozellik-akisi .yetenekler-section-header {
  text-align: center;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
#urun-ozellik-akisi .yetenekler-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #2563eb;
  border: 1px solid rgba(37,99,235,.35);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 20px;
  letter-spacing: .04em;
}
#urun-ozellik-akisi .yetenekler-section-title {
  font-size: clamp(2rem, 5vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.15 !important;
  letter-spacing: -.03em !important;
  margin-bottom: 20px !important;
  text-wrap: balance;
}
#urun-ozellik-akisi .yetenekler-section-sub {
  font-size: clamp(15px, 1.2vw, 17px);
  color: rgba(0,0,0,.45);
  line-height: 1.6;
  white-space: normal;
  margin: 0 auto;
  max-width: 36rem;
  text-wrap: pretty;
}

@media (max-width: 639px) {
  #urun-ozellik-akisi .yetenekler-section-header {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  #urun-ozellik-akisi .yetenekler-section-title {
    font-size: clamp(1.65rem, 6.5vw, 2.2rem) !important;
    margin-bottom: 12px !important;
  }
  #urun-ozellik-akisi .yetenekler-eyebrow {
    margin-bottom: 12px;
  }
  #urun-ozellik-akisi .yetenekler-section-sub {
    font-size: 0.9375rem;
  }
}

/* ── Tüm kartlar: sticky kaldır ── */
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card.demo-card {
  position: relative !important;
  top: auto !important;
  margin-bottom: 0 !important;
}

/* ── 1. kart: tam genişlik ── */
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid !important;
  grid-template-columns: 1fr 1.2fr !important;
  column-gap: 32px;
  row-gap: 0;
  align-items: center !important;
  padding-inline: 1.5rem !important;
  height: 378px;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber .demo-card__body,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber .yetenekler-21st-copy {
  order: 1 !important;
  grid-column: 1;
  max-width: none;
  align-self: center !important;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber .yetenekler-21st-media {
  align-self: center !important;
  order: 2 !important;
  grid-column: 2;
  min-height: 320px;
}

/* ── 2. ve 3. satır ── */
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir {
  display: flex !important;
  flex-direction: column !important;
  grid-row: auto !important;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .demo-card__body,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .yetenekler-21st-copy,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .demo-card__body,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .yetenekler-21st-copy,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .demo-card__body,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .yetenekler-21st-copy,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .demo-card__body,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .yetenekler-21st-copy {
  order: 1 !important;
  flex: 0 0 120px;
  padding-top: 1.2rem !important;
  align-self: auto;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .yetenekler-21st-media {
  margin-top: 12px !important;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .yetenekler-21st-media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .yetenekler-21st-media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .yetenekler-21st-media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .demo-card__media,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .yetenekler-21st-media {
  order: 2 !important;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange #sms .comm-phone-wrap {
  transform: translateY(90px) !important;
}
#urun-ozellik-akisi .byo-cards-grid .yetenek-desc-mob { display: none !important; }
#urun-ozellik-akisi .byo-cards-grid .yetenek-desc-full { display: inline !important; }
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .yetenekler-21st-title,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .yetenekler-21st-title,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .yetenekler-21st-title,
#urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .yetenekler-21st-title {
  font-size: 1.25rem !important;
  white-space: nowrap;
}

/* ── byo-cards-grid: Mobile responsive ── */
@media (max-width: 900px) {
  /* Grid: tek sütun, tam genişlik */
  #urun-ozellik-akisi .byo-cards-grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    max-width: 100% !important;
  }

  /* Tüm kartlar: eşit boyut, flex column, padding sıfırla */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card.demo-card,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber.demo-card,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange.demo-card,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3.demo-card,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel.demo-card,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir.demo-card {
    grid-column: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    height: 304px !important;
    min-height: 304px !important;
    max-height: 304px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 1.2rem !important;
  }

  /* Amber kart: 2 sütunluk dahili grid'i kaldır */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber {
    grid-template-columns: unset !important;
    align-items: unset !important;
    column-gap: 0 !important;
  }

  /* Yazı ÜSTTE — tüm kartlar için */
  #urun-ozellik-akisi .byo-cards-grid .demo-card__body,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-copy {
    order: 1 !important;
    flex: 0 0 auto !important;
    grid-column: unset !important;
    align-self: auto !important;
    max-width: none !important;
    padding: 1.1rem 1.1rem 0.5rem !important;
    box-sizing: border-box !important;
  }

  /* Görsel ALTTA — tüm kartlar için */
  #urun-ozellik-akisi .byo-cards-grid .demo-card__media,
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-media {
    order: 2 !important;
    flex: 1 1 0 !important;
    grid-column: unset !important;
    align-self: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  /* Başlık: nowrap kaldır, font ayarla */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-title,
  #urun-ozellik-akisi .byo-cards-grid .demo-card__title {
    white-space: normal !important;
    font-size: 1.1rem !important;
    margin-bottom: 0.35rem !important;
  }

  /* Açıklama: mobil kısa versiyon */
  #urun-ozellik-akisi .byo-cards-grid .yetenek-desc-full { display: none !important; }
  #urun-ozellik-akisi .byo-cards-grid .yetenek-desc-mob { display: inline !important; }

  /* Alacak Yönetimi — sadece browser mockup scale, JS animasyonu etkilenmez */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber #alacak-yonetimi .alacak-intro-mockup-wrap {
    transform: scale(0.78) !important;
    transform-origin: top center !important;
  }

  /* SMS telefon — zoom ile küçült, doğal mockup oranı korunur */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange .demo-card__media {
    overflow: hidden !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--orange #sms .comm-phone-wrap {
    transform: none !important;
    zoom: 0.55;
  }

  /* Banka entegrasyonu — zoom ile orantılı küçült */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .demo-card__media {
    overflow: hidden !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--yellow3 .byo-bank-cards-viewport {
    transform: none !important;
    zoom: 0.6;
  }

  /* Personel mockup — zoom ile orantılı küçült */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .demo-card__media {
    overflow: hidden !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--personel .personel-mockup {
    transform: none !important;
    zoom: 0.7;
  }

  /* Toplu Gelir mockup — zoom ile orantılı küçült */
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .demo-card__media {
    overflow: hidden !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--gelir .gelir-mockup {
    transform: none !important;
    zoom: 0.7;
  }

}

/* Showcase bölümleri → css/yetenek2.css dosyasına taşındı */

/* ── Hero-main geçiş yuvarlaklığı kaldır ── */
#urun-ozellik-akisi {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}

/* ── Tek arka plan ── */
.site-main { --home-band-muted-bg: #fff; background: #fff; }
.blog-section,
.reviews,
.reviews--efferd-columns.reviews,
.faq-section,
.support-cta-band { background: #fff !important; }
.reviews-3d-fade--top { background: linear-gradient(to bottom, #fff, transparent) !important; }
.reviews-3d-fade--bottom { background: linear-gradient(to top, #fff, transparent) !important; }

/* ── KMK Callout ── */
.byo-kmk-callout {
  max-width: 80rem;
  margin: 0 auto 0;
  padding: clamp(1rem,2vw,1.5rem) clamp(1rem,3vw,2rem);
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, #eef2ff 0%, #f5f3ff 100%);
  border: 1px solid #c7d2fe;
  border-radius: 14px;
}
.byo-kmk-callout__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: #4f46e5;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.byo-kmk-callout__body {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.byo-kmk-callout__title {
  font-size: 15px;
  font-weight: 700;
  color: #3730a3;
  white-space: nowrap;
}
.byo-kmk-callout__desc {
  font-size: 14px;
  color: #4338ca;
  line-height: 1.5;
}
.byo-kmk-callout__badge {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #4f46e5;
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 4px 14px;
  white-space: nowrap;
}
/* ── Güvenlik/KVKK bandı ── */
.byo-trust-band {
  max-width: 1112px;
  margin: 0 auto;
  padding: clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px,4vw,56px);
  flex-wrap: nowrap;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.byo-trust-item { display: flex; align-items: center; gap: 10px; color: #374151; font-size: 14px; font-weight: 500; }
.byo-trust-item__icon { width: 36px; height: 36px; border-radius: 8px; background: #eef2ff; color: #4f46e5; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
@media (max-width: 900px){
  .byo-trust-band{
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
    padding: 1.4rem .5rem;
  }
  .byo-trust-item{
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    font-size: 10px;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }
  .byo-trust-item span{
    display: block;
  }
  .byo-trust-item__icon{
    width: 28px;
    height: 28px;
    font-size: 11px;
    flex-shrink: 0;
  }
}

/* ── FAQ alt CTA çubuğu ── */
.faq-bottom-cta {
  display: flex; align-items: center; justify-content: space-between;
  background: #0f172a; border-radius: 12px;
  padding: 16px 24px; margin: 2rem 0 0; gap: 16px;
}
.faq-bottom-cta__content { display: flex; align-items: center; gap: 12px; color: #a5b4fc; font-size: 15px; font-weight: 500; }
.faq-bottom-cta__content span { color: #f1f5f9; }
.faq-bottom-cta__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #4f46e5; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 10px 20px; border-radius: 8px;
  text-decoration: none; white-space: nowrap; transition: background .2s;
}
.faq-bottom-cta__btn:hover { background: #4338ca; }
@media (max-width: 720px){
  .faq-bottom-cta{
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    gap: 14px;
  }
  .faq-bottom-cta__content{
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .faq-bottom-cta__content i{
    flex-shrink: 0;
    margin-top: 2px;
  }
  .faq-bottom-cta__content span{
    flex: 1;
  }
  .faq-bottom-cta__btn{
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }
}

/* ── Support CTA Band ── */
.support-cta-band { padding: 2rem clamp(1rem,4vw,2.5rem) 3rem; box-sizing: border-box; }
.support-cta-band__shell { position: relative; max-width: 1112px; margin: 0 auto; border-radius: 18px; overflow: hidden; background: #e8eaf0; display: flex; }
.support-cta-band__bg { position: absolute; inset: 0; background: url('../medya/sorunuzmuvar-bg.png') center/cover no-repeat; opacity: 0.35; z-index: 0; }
.support-cta-band__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(232,234,240,0.88) 0%, rgba(232,234,240,0.55) 45%, rgba(232,234,240,0.15) 100%); z-index: 1; }
.support-cta-band__grid { position: relative; z-index: 2; display: flex; align-items: center; gap: 4rem; width: 100%; padding: clamp(2.5rem,4vw,3.5rem) clamp(2rem,4vw,3.5rem); }
.support-cta-band__left { flex: 0 0 auto; min-width: 280px; }
.support-cta-band__head { display: flex; flex-direction: column; margin: 0 0 1.25rem; }
.support-cta-band__head-line { font-size: clamp(14px,1.1vw,16px); color: #374151; font-weight: 400; }
.support-cta-band__head-strong { font-size: clamp(1.4rem,2.5vw,1.9rem); font-weight: 800; color: #0f172a; line-height: 1.15; }
.support-cta-band__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.support-cta-band__btn { display: inline-flex; align-items: center; gap: 6px; background: #4f46e5; color: #fff; font-size: 14px; font-weight: 600; padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: background .2s; }
.support-cta-band__btn:hover { background: #4338ca; }
.support-cta-band__phone { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 18px; font-size: 14px; font-weight: 600; color: #111827; text-decoration: none; transition: border-color .2s; }
.support-cta-band__phone:hover { border-color: #4f46e5; color: #4f46e5; }
.support-cta-band__phone-icon svg { stroke: currentColor; }
.support-cta-band__right { flex: 1; display: flex; align-items: center; align-self: stretch; }
.support-cta-band__copy { font-size: clamp(13px,1vw,15px); color: #1f2937; line-height: 1.7; margin: 0 2rem 0 auto; max-width: 480px; text-align: left; }
@media (max-width: 720px){
  .support-cta-band{ padding: 1.5rem .75rem 2.25rem; }
  .support-cta-band__grid{
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.75rem 1.25rem;
  }
  .support-cta-band__left{ min-width: 0; width: 100%; }
  .support-cta-band__head{ margin-bottom: 1rem; }
  .support-cta-band__head-strong{ font-size: 1.4rem; }
  .support-cta-band__actions{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }
  .support-cta-band__btn,
  .support-cta-band__phone{
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
  }
  .support-cta-band__right{
    width: 100%;
    align-self: auto;
  }
  .support-cta-band__copy{
    margin: 0;
    max-width: none;
    font-size: 13.5px;
  }
}

/* ── Yorumlar genişliği SSS ile eşitle ── */
.reviews--efferd-columns .reviews-inner { max-width: 80rem !important; }

/* ── Banka kartları animasyonu ── */
.byo-bank-cards-viewport {
  width: 100%; height: 100%; overflow: hidden; position: relative;
  padding: 16px 20px 0; box-sizing: border-box;
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%);
}
.byo-bank-cards-track { display: flex; flex-direction: column; gap: 12px; animation: byoBankScroll 18s linear infinite; }
.byo-bank-cards-track:hover { animation-play-state: paused; }
@keyframes byoBankScroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.byo-bank-card { background: #fff; border-radius: 14px; border: 1px solid #e5e7eb; padding: 16px 18px 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); flex-shrink: 0; }
.byo-bank-card__header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.byo-bank-card__logo-wrap { width: 48px; height: 48px; border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 4px; }
.byo-bank-card__logo { width: 100%; height: 100%; object-fit: contain; }
.byo-bank-card__header-info { display: flex; flex-direction: column; gap: 4px; }
.byo-bank-card__name { font-size: 15px; font-weight: 700; color: #111827; }
.byo-bank-card__badge { display: inline-block; font-size: 10px; font-weight: 700; color: #2563eb; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 4px; padding: 2px 8px; letter-spacing: .04em; }
.byo-bank-card__rows { border-top: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6; margin-bottom: 10px; }
.byo-bank-card__row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 12px; border-bottom: 1px solid #f9fafb; }
.byo-bank-card__row:last-child { border-bottom: none; }
.byo-bank-card__label { color: #9ca3af; }
.byo-bank-card__val { color: #374151; font-weight: 500; }
.byo-bank-card__balances { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.byo-bank-card__balance { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 6px 10px; border-radius: 7px; }
.byo-bank-card__balance span { display: flex; align-items: center; gap: 6px; }
.byo-bank-card__balance--green { background: #f0fdf4; color: #16a34a; }
.byo-bank-card__balance--green strong { color: #15803d; }
.byo-bank-card__balance--blue { background: #eff6ff; color: #2563eb; }
.byo-bank-card__balance--blue strong { color: #1d4ed8; }
.byo-bank-card__actions { display: flex; gap: 10px; flex-wrap: nowrap; font-size: 11px; color: #6b7280; overflow: hidden; }
.byo-bank-card__actions span { display: flex; align-items: center; gap: 4px; cursor: default; }
.byo-bank-card__action--red { color: #ef4444 !important; }

/* ── Personel animasyonları ── */
.personel-row { border-radius: 6px; padding: 2px 4px; transition: background 0.4s; }
.personel-row:nth-child(1) { animation: personelRowGlow 9s 0s infinite; }
.personel-row:nth-child(2) { animation: personelRowGlow 9s 3s infinite; }
.personel-row:nth-child(3) { animation: personelRowGlow 9s 6s infinite; }
@keyframes personelRowGlow {
  0%, 12%, 100% { background: transparent; }
  4% { background: rgba(37,99,235,0.09); }
}
.personel-dot-ok::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  margin-right: 5px;
  animation: dotPulse 2s ease infinite;
  vertical-align: middle;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
  50% { box-shadow: 0 0 0 5px rgba(34,197,94,0); }
}

/* ── Gelir animasyonları ── */
.gelir-row { animation: gelirRowIn 12s ease infinite; opacity: 0; }
.gelir-row:nth-child(1) { animation-delay: 0.2s; }
.gelir-row:nth-child(2) { animation-delay: 1.4s; }
.gelir-row:nth-child(3) { animation-delay: 2.6s; }
.gelir-row:nth-child(4) { animation-delay: 3.8s; }
@keyframes gelirRowIn {
  0%      { opacity: 0; transform: translateX(-10px); }
  6%, 80% { opacity: 1; transform: translateX(0); }
  90%,100%{ opacity: 0; transform: translateX(-10px); }
}
.gelir-footer-total { animation: totalPop 12s 5.5s infinite; display: inline-block; }
@keyframes totalPop {
  0%, 10%, 100% { transform: scale(1); color: inherit; }
  4% { transform: scale(1.12); color: #22c55e; }
}
.gelir-tab--active { animation: tabPulse 3s ease infinite; }
@keyframes tabPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}

@media (max-width: 860px) {
  #urun-ozellik-akisi .byo-cards-grid .yetenekler-21st-card--amber {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  #urun-ozellik-akisi .byo-cards-grid { grid-template-columns: 1fr; }
}

/* Showcase bölümleri → css/yetenek2.css dosyasına taşındı */



/* ════════════════════════════════════════════════════════
   yetenek2.css içeriği — birleştirildi (CTA bar bölümü
   cta-shared.css'e taşındığı için boş kalan kısım)
   ════════════════════════════════════════════════════════ */
/* ── Showcase Bölümleri & CTA ── */

/* ── CTA Bar ── */
.byo-cta-bar {
  max-width: 1112px;
  margin: 24px auto 0;
  background: #0f172a;
  border-radius: 16px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.byo-cta-bar--standalone {
  margin: clamp(2rem, 4vw, 3rem) auto;
}
.byo-cta-bar__text { font-size: 18px; font-weight: 600; color: #fff; margin: 0; }
.byo-cta-bar__text span { color: #818cf8; }
.byo-cta-bar__meta { display: flex; align-items: center; gap: 20px; flex: 1; justify-content: center; }
.byo-cta-bar__meta span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.65); font-size: 14px; }
.byo-cta-bar__meta svg { color: #60a5fa; flex-shrink: 0; }
.byo-cta-bar__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6); color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 12px 24px; border-radius: 10px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 10px 24px -8px rgba(37, 99, 235, 0.55);
  transition: transform .2s ease, box-shadow .2s ease;
}
.byo-cta-bar__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -8px rgba(37, 99, 235, 0.7);
  color: #fff;
}

@media (max-width: 640px) {
  .byo-cta-bar {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 24px 32px;
    gap: 20px;
    border-radius: 20px;
    margin: 16px 0 0;
    overflow: hidden;
  }

  /* Dekoratif daire — sağ alt köşe */
  .byo-cta-bar::after {
    content: "";
    position: absolute;
    bottom: -48px;
    right: -48px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
  }

  .byo-cta-bar::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
  }

  .byo-cta-bar__text {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }

  .byo-cta-bar__meta {
    display: none;
  }

  .byo-cta-bar__btn {
    position: relative;
    z-index: 1;
    width: auto;
    justify-content: center;
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* ===== Anasayfa Intro (CTA bar altı tanıtım bloğu) ===== */
.anasayfa-intro {
  padding: clamp(1.75rem, 4vw, 3rem) 1.5rem clamp(1.25rem, 3vw, 2rem);
  background: #ffffff;
}

.anasayfa-intro__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.anasayfa-intro__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: #d8f5e6;
  color: #14794a;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.anasayfa-intro__pill em {
  font-style: normal;
  color: #0f5d39;
  margin: 0 0.15em;
}

.anasayfa-intro__title {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0b0f1a;
}

.anasayfa-intro__lead {
  margin: 0;
  max-width: 640px;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.55;
  color: #5a6473;
  font-weight: 500;
}

@media (max-width: 640px) {
  .anasayfa-intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .anasayfa-intro__pill {
    font-size: 0.8125rem;
    padding: 0.4rem 0.85rem;
    text-align: center;
    white-space: normal;
    max-width: 280px;
  }
  .anasayfa-intro__title {
    font-size: clamp(1.75rem, 6.5vw, 2.2rem);
  }
  .anasayfa-intro__lead {
    font-size: 0.9375rem;
  }
}

/* ===== Raporlar Showcase ===== */
.raporlar-showcase {
  padding: clamp(2rem, 4vw, 3.5rem) 1.25rem clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}
.raporlar-showcase__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Left column — copy */
.raporlar-showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}
.raporlar-showcase__eyebrow {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: #d8f5e6;
  color: #14794a;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.raporlar-showcase__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b0f1a;
}
.raporlar-showcase__title-accent {
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.raporlar-showcase__lead {
  margin: 0;
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  line-height: 1.65;
  color: #5a6473;
  font-weight: 500;
  max-width: 520px;
}

/* Category chips (left column under lead) */
.raporlar-showcase__chips {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.raporlar-showcase__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 2px 6px -3px rgba(15, 23, 42, 0.08);
}
.raporlar-showcase__chips i {
  font-size: 0.8125rem;
  color: #2563eb;
}

/* Stage container */
.raporlar-showcase__stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hub diagram */
.rs-hub {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 600 / 420;
  background:
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid #e6e8ee;
  border-radius: 24px;
  box-shadow:
    0 30px 60px -25px rgba(15, 23, 42, 0.18),
    0 12px 24px -12px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.rs-hub::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.18), transparent 40%, transparent 60%, rgba(34, 211, 238, 0.18));
  z-index: 0;
  pointer-events: none;
}

/* Halo + grid bg (static, no animation) */
.rs-hub__bg { opacity: 0.45; }
.rs-hub__halo { opacity: 0.7; }

/* Traveling dots (subtle) */
.rs-hub__dot {
  filter: drop-shadow(0 0 4px currentColor);
  opacity: 0.85;
}

.rs-hub__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.rs-hub__line {
  stroke: #8b5cf6;
  stroke-width: 1.4;
  stroke-dasharray: 4 6;
  stroke-opacity: 0.55;
  stroke-linecap: round;
  fill: none;
}

/* Center logo card */
.rs-hub__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(84px, 14%, 116px);
  height: clamp(84px, 14%, 116px);
  z-index: 4;
}
.rs-hub__center-card {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 22px 44px -14px rgba(109, 40, 217, 0.4),
    0 8px 18px -6px rgba(15, 23, 42, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.rs-hub__center-card img {
  width: 64%;
  height: 64%;
  object-fit: contain;
}
.rs-hub__center-pulse {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 2px solid rgba(139, 92, 246, 0.5);
  opacity: 0;
  animation: rs-hub-pulse 3.4s ease-out infinite;
  pointer-events: none;
  z-index: 2;
}
.rs-hub__center-badge {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px -6px rgba(109, 40, 217, 0.55);
  z-index: 5;
}

@keyframes rs-hub-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
@keyframes rs-hub-pulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  80%  { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Surrounding nodes — anchored by ICON center to (--x, --y) */
.rs-hub__node {
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: rs-hub-node-in 0.5s ease both;
  animation-delay: calc(var(--i, 0) * 90ms + 200ms);
}

.rs-hub__node-icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #ffffff;
  color: #fff;
  font-size: 1.15rem;
  box-shadow:
    0 10px 22px -10px rgba(15, 23, 42, 0.22),
    0 3px 8px -3px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rs-hub__node:hover .rs-hub__node-icon {
  transform: scale(1.08);
  box-shadow:
    0 14px 30px -10px rgba(109, 40, 217, 0.45),
    0 4px 10px -3px rgba(15, 23, 42, 0.12);
}
.rs-hub__node-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--icon-grad, linear-gradient(135deg, #94a3b8, #475569));
  border-radius: inherit;
}
.rs-hub__node-icon i {
  position: relative;
  z-index: 1;
}
.rs-hub__node-icon--rose    { --icon-grad: linear-gradient(135deg, #fb7185, #e11d48); }
.rs-hub__node-icon--amber   { --icon-grad: linear-gradient(135deg, #fbbf24, #d97706); }
.rs-hub__node-icon--violet  { --icon-grad: linear-gradient(135deg, #a78bfa, #7c3aed); }
.rs-hub__node-icon--blue    { --icon-grad: linear-gradient(135deg, #60a5fa, #2563eb); }
.rs-hub__node-icon--teal    { --icon-grad: linear-gradient(135deg, #2dd4bf, #0d9488); }
.rs-hub__node-icon--emerald { --icon-grad: linear-gradient(135deg, #34d399, #047857); }

.rs-hub__node-label {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px -4px rgba(15, 23, 42, 0.12);
  z-index: 1;
}
.rs-hub__node--label-top .rs-hub__node-label {
  top: auto;
  bottom: calc(100% + 8px);
}

@keyframes rs-hub-node-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.85); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (max-width: 960px) {
  .raporlar-showcase__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .raporlar-showcase__copy {
    align-items: center;
    text-align: center;
    gap: 0.85rem;
  }
  .raporlar-showcase__lead { max-width: 520px; }
  .raporlar-showcase__chips { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .raporlar-showcase {
    padding: 2.5rem 1rem 2.5rem;
  }
  .raporlar-showcase__title { font-size: clamp(1.65rem, 6vw, 2.1rem); }
  .raporlar-showcase__lead {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .raporlar-showcase__chips li {
    font-size: 0.8125rem;
    padding: 0.4rem 0.7rem;
  }

  /* Hub — zoom ile orantılı küçült, label'lar görünür kalır */
  .raporlar-showcase__stage {
    overflow: hidden;
    border-radius: 24px;
  }
  .rs-hub {
    width: 600px;
    max-width: none;
    zoom: 0.58;
  }
}

/* ===== Firma Showcase ===== */
.firma-showcase {
  padding: clamp(2rem, 4vw, 3.5rem) 1.25rem clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
  overflow: hidden;
}
.firma-showcase__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.firma-showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05rem;
}
.firma-showcase__eyebrow {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: #d8f5e6;
  color: #14794a;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.firma-showcase__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b0f1a;
}
.firma-showcase__title-accent {
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.firma-showcase__lead {
  margin: 0;
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  line-height: 1.65;
  color: #5a6473;
  font-weight: 500;
  max-width: 520px;
}
.firma-showcase__chips {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.firma-showcase__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 2px 6px -3px rgba(15, 23, 42, 0.08);
  white-space: nowrap;
}
.firma-showcase__chips i {
  font-size: 0.8125rem;
  color: #2563eb;
}

.firma-showcase__stage {
  position: relative;
  display: flex;
  justify-content: center;
}
.fs-mockup {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 30px 60px -25px rgba(15, 23, 42, 0.22),
    0 12px 24px -12px rgba(15, 23, 42, 0.1);
  font-size: 12px;
  animation: fs-mockup-in 0.6s ease both;
}
@keyframes fs-mockup-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fs-mockup__topbar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #0f172a 0%, #111c34 100%);
  color: #f8fafc;
}
.fs-mockup__topbar-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-right: 0.5rem;
}
.fs-mockup__search {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 0.7rem;
  color: rgba(248, 250, 252, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs-mockup__search i { font-size: 0.65rem; }
.fs-mockup__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 8px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 14px -6px rgba(37, 99, 235, 0.55);
}

.fs-mockup__body {
  padding: 0.85rem;
  background: #f8fafc;
}

.fs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.fs-stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.6rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 10px;
}
.fs-stat__icon {
  width: 26px; height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.fs-stat__icon--violet  { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.fs-stat__icon--emerald { background: linear-gradient(135deg, #34d399, #047857); }
.fs-stat__icon--amber   { background: linear-gradient(135deg, #fbbf24, #d97706); }
.fs-stat__icon--blue    { background: linear-gradient(135deg, #60a5fa, #2563eb); }
.fs-stat__label {
  display: block;
  font-size: 0.6rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.2;
}
.fs-stat__value {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0b0f1a;
  line-height: 1.2;
}
.fs-stat__value--green { color: #16a34a; }
.fs-stat__value--red   { color: #dc2626; }

.fs-tabs {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0.85rem;
  border-bottom: 1px solid #e6e8ee;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}
.fs-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}
.fs-tab i { font-size: 0.65rem; }
.fs-tab em {
  font-style: normal;
  background: #f1f5f9;
  color: #475569;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
}
.fs-tab.is-active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
.fs-tab.is-active em { background: #dbeafe; color: #1d4ed8; }

.fs-table {
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.fs-table__head,
.fs-table__row {
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 0.8fr 0.7fr;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.85rem;
}
.fs-table__head {
  background: #f8fafc;
  border-bottom: 1px solid #e6e8ee;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}
.fs-table__row {
  font-size: 0.72rem;
  color: #0b0f1a;
  border-bottom: 1px solid #f1f5f9;
}
.fs-table__row:last-child { border-bottom: 0; }
.fs-table__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.fs-avatar {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
}
.fs-avatar--green  { background: #10b981; }
.fs-avatar--orange { background: #f97316; }
.fs-avatar--violet { background: #8b5cf6; }
.fs-avatar--blue   { background: #3b82f6; }
.fs-muted { color: #64748b; }
.fs-bal { font-weight: 700; }
.fs-bal--pos { color: #16a34a; }
.fs-bal--neg { color: #dc2626; }
.fs-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.18rem 0.5rem;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 999px;
}

.fs-modal {
  position: absolute;
  top: 30%;
  right: 4%;
  width: clamp(280px, 52%, 340px);
  background: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 30px 60px -20px rgba(15, 23, 42, 0.35),
    0 8px 20px -8px rgba(15, 23, 42, 0.18);
  border: 1px solid #e6e8ee;
  overflow: hidden;
  animation: fs-modal-in 0.6s 0.25s ease both, fs-modal-bob 6s 0.85s ease-in-out infinite;
}
@keyframes fs-modal-in {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fs-modal-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}
.fs-modal__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid #f1f5f9;
}
.fs-modal__icon {
  width: 24px; height: 24px;
  border-radius: 7px;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.fs-modal__title {
  flex: 1;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2563eb;
}
.fs-modal__close {
  font-size: 1.1rem;
  color: #94a3b8;
  line-height: 1;
}
.fs-modal__body {
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.fs-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  min-width: 0;
}
.fs-field > span:first-child {
  font-size: 0.62rem;
  font-weight: 600;
  color: #475569;
}
.fs-input {
  display: block;
  border-bottom: 1px solid #e6e8ee;
  padding: 0.25rem 0;
  font-size: 0.72rem;
  font-weight: 500;
  color: #0b0f1a;
}
.fs-input--placeholder { color: #cbd5e1; }
.fs-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.fs-modal__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
}
.fs-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0b0f1a;
}
.fs-checkbox i {
  width: 14px; height: 14px;
  border-radius: 3px;
  background: #2563eb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
}
.fs-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 6px 14px -6px rgba(37, 99, 235, 0.55);
}
.fs-save-btn i { font-size: 0.65rem; }

@media (max-width: 960px) {
  .firma-showcase__inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .firma-showcase__copy {
    align-items: center;
    text-align: center;
    order: 1;
  }
  .firma-showcase__stage { order: 2; }
  .firma-showcase__chips { justify-content: center; flex-wrap: wrap; }
  .firma-showcase__lead { max-width: 600px; }
}

@media (max-width: 540px) {
  .firma-showcase {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }
  .firma-showcase__title { font-size: clamp(1.65rem, 6vw, 2.1rem); }
  .firma-showcase__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 100%;
  }
  .firma-showcase__chips {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0.5rem;
  }
  .firma-showcase__chips li { font-size: 0.8125rem; padding: 0.4rem 0.7rem; }

  /* Tüm mockup'ı orantılı küçült — zoom layout'u da etkiler */
  .firma-showcase__stage {
    overflow: hidden;
    border-radius: 22px;
  }
  .fs-mockup {
    width: 640px;
    max-width: none;
    zoom: 0.56;
  }
}
@media (max-width: 640px) {
  .fs-stats { grid-template-columns: repeat(2, 1fr); }
  .fs-modal { right: 4%; width: 80%; top: 30%; }
  .fs-table__head,
  .fs-table__row { grid-template-columns: 1.6fr 1fr 0.8fr; }
  .fs-table__head span:nth-child(4),
  .fs-table__row span:nth-child(4) { display: none; }
}

/* ===== Bina Kurulum Showcase ===== */
.bina-showcase {
  padding: clamp(2rem, 4vw, 3.5rem) 1.25rem clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  overflow: hidden;
}
.bina-showcase__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.bina-showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.05rem;
}
.bina-showcase__eyebrow {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: #d8f5e6;
  color: #14794a;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bina-showcase__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b0f1a;
}
.bina-showcase__title-accent {
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bina-showcase__lead {
  margin: 0;
  font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
  line-height: 1.65;
  color: #5a6473;
  font-weight: 500;
  max-width: 520px;
}
.bina-showcase__chips {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.bina-showcase__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 2px 6px -3px rgba(15, 23, 42, 0.08);
  white-space: nowrap;
}
.bina-showcase__chips i {
  font-size: 0.8125rem;
  color: #2563eb;
}

/* Stage / mockup */
.bina-showcase__stage {
  display: flex;
  justify-content: center;
}
.bk-mockup {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 30px 60px -25px rgba(15, 23, 42, 0.22),
    0 12px 24px -12px rgba(15, 23, 42, 0.1);
  animation: bk-mockup-in 0.6s ease both;
}
@keyframes bk-mockup-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bk-mockup__body {
  padding: 1.1rem;
  background: #f8fafc;
}

.bk-tabhead {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem 0.55rem 0.55rem;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e6e8ee;
  border-bottom: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2563eb;
}
.bk-tabhead__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.bk-card {
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 0 14px 14px 14px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.bk-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b0f1a;
  letter-spacing: -0.01em;
}

.bk-upload {
  border: 1.5px solid #93c5fd;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  background: #eff6ff;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}
.bk-upload::before {
  border-radius: inherit;
}
.bk-upload::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%);
  background-size: 200% 100%;
  animation: bk-shimmer 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes bk-shimmer {
  0%, 30% { background-position: 200% 0; }
  100%    { background-position: -100% 0; }
}
.bk-upload__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2563eb;
  position: relative;
}
.bk-upload__sub {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e293b;
  position: relative;
}
.bk-upload__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  position: relative;
}
.bk-upload__file {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1e293b;
}
.bk-upload__nofile {
  font-size: 0.8125rem;
  color: #64748b;
  flex: 1;
}
.bk-upload__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 6px 14px -6px rgba(37, 99, 235, 0.55);
}

.bk-hint {
  margin: 0;
  font-size: 0.8125rem;
  color: #ef4444;
  font-weight: 500;
}
.bk-template-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid #2563eb;
  border-radius: 8px;
  color: #2563eb;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  align-self: flex-start;
  overflow: hidden;
  isolation: isolate;
}

/* Animated downward arrow inside a clipped container */
.bk-template-btn__icon {
  position: relative;
  width: 14px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bk-template-btn__icon i {
  font-size: 0.8125rem;
  animation: bk-arrow-pull 2.6s ease-in-out infinite;
}
@keyframes bk-arrow-pull {
  0%      { transform: translateY(-110%); opacity: 0; }
  20%     { transform: translateY(0);     opacity: 1; }
  60%     { transform: translateY(0);     opacity: 1; }
  85%     { transform: translateY(120%);  opacity: 0; }
  100%    { transform: translateY(-110%); opacity: 0; }
}

/* Subtle progress fill across the button on the same 8s cycle */
.bk-template-btn__fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(59, 130, 246, 0.18));
  z-index: -1;
  animation: bk-btn-fill 8s ease-in-out infinite;
}
@keyframes bk-btn-fill {
  0%, 4%   { width: 0; }
  18%      { width: 100%; }
  28%, 32% { width: 100%; opacity: 1; }
  36%      { width: 100%; opacity: 0; }
  37%, 100%{ width: 0; opacity: 0; }
}

/* ===== Upload animations ===== */

/* Filename swap — empty → loaded */
.bk-upload__nofile {
  position: relative;
}
.bk-upload__nofile::after {
  content: attr(data-loaded);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #16a34a;
  font-weight: 600;
  opacity: 0;
  animation: bk-name-swap 8s ease-in-out infinite;
}
.bk-upload__nofile::before {
  content: attr(data-empty);
  display: inline-block;
  animation: bk-name-empty 8s ease-in-out infinite;
}
.bk-upload__nofile { color: transparent; }
@keyframes bk-name-empty {
  0%, 35%      { opacity: 1; color: #64748b; }
  38%, 92%     { opacity: 0; }
  95%, 100%    { opacity: 1; color: #64748b; }
}
@keyframes bk-name-swap {
  0%, 38%   { opacity: 0; }
  42%, 90%  { opacity: 1; }
  93%, 100% { opacity: 0; }
}

/* Flying file icon — slides up into the dropzone */
.bk-fly {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 60px);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #16a34a;
  border-radius: 8px;
  color: #16a34a;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px -8px rgba(22, 163, 74, 0.55);
  opacity: 0;
  pointer-events: none;
  animation: bk-fly-in 8s ease-in-out infinite;
  z-index: 2;
}
@keyframes bk-fly-in {
  0%, 28%   { opacity: 0; transform: translate(-50%, 60px) scale(0.85); }
  32%       { opacity: 1; transform: translate(-50%, 0) scale(1); }
  60%       { opacity: 1; transform: translate(-50%, 0) scale(1); }
  68%       { opacity: 0; transform: translate(-50%, -10px) scale(0.85); }
  100%      { opacity: 0; }
}

/* Progress bar fills after file lands */
.bk-upload__progress {
  position: relative;
  height: 6px;
  background: rgba(37, 99, 235, 0.15);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 0.2rem;
}
.bk-upload__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 999px;
  animation: bk-progress 8s ease-in-out infinite;
}
.bk-upload__progress-pct {
  position: absolute;
  right: 0;
  top: -16px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #2563eb;
  opacity: 0;
  animation: bk-pct 8s ease-in-out infinite;
}
@keyframes bk-progress {
  0%, 38%  { width: 0; }
  68%      { width: 100%; }
  82%, 92% { width: 100%; opacity: 1; }
  95%, 100%{ width: 100%; opacity: 0; }
}
@keyframes bk-pct {
  0%, 38%  { opacity: 0; }
  42%, 88% { opacity: 1; }
  92%, 100%{ opacity: 0; }
}

/* Success checkmark when finished */
.bk-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0;
  transform: scale(0.5);
  animation: bk-check-pop 8s ease-in-out infinite;
  box-shadow: 0 6px 14px -4px rgba(22, 163, 74, 0.55);
}
@keyframes bk-check-pop {
  0%, 70%  { opacity: 0; transform: scale(0.5); }
  74%      { opacity: 1; transform: scale(1.2); }
  78%, 90% { opacity: 1; transform: scale(1); }
  94%, 100%{ opacity: 0; transform: scale(0.7); }
}

/* When upload is "complete", make file label green */
.bk-upload {
  position: relative;
}

/* Success toast — slides in after check */
.bk-toast {
  position: absolute;
  top: -18px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem 0.55rem 0.55rem;
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 999px;
  box-shadow:
    0 14px 28px -10px rgba(15, 23, 42, 0.22),
    0 4px 10px -3px rgba(22, 163, 74, 0.18);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #14532d;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  pointer-events: none;
  z-index: 3;
  animation: bk-toast-pop 8s ease-in-out infinite;
}
.bk-toast__icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #16a34a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.bk-toast strong { font-weight: 800; color: #0b0f1a; }

@keyframes bk-toast-pop {
  0%, 70%   { opacity: 0; transform: translateY(-8px) scale(0.9); }
  76%       { opacity: 1; transform: translateY(0) scale(1.04); }
  82%, 90%  { opacity: 1; transform: translateY(0) scale(1); }
  94%, 100% { opacity: 0; transform: translateY(-6px) scale(0.95); }
}

@media (max-width: 960px) {
  .bina-showcase__inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .bina-showcase__copy { align-items: center; text-align: center; }
  .bina-showcase__chips { justify-content: center; flex-wrap: wrap; }
  .bina-showcase__lead { max-width: 600px; }
}

@media (max-width: 540px) {
  .bina-showcase { padding-left: 1rem; padding-right: 1rem; overflow: hidden; }
  .bina-showcase__title { font-size: clamp(1.65rem, 6vw, 2.1rem); }
  .bina-showcase__lead {
    font-size: 0.875rem;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  /* Chips 2x2 dengeli grid */
  .bina-showcase__chips {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0.5rem;
  }
  .bina-showcase__chips li { font-size: 0.8125rem; padding: 0.4rem 0.7rem; }
}

/* ── bk-upload mobile — firma mockupu gibi zoom ile orantılı küçült ── */
@media (max-width: 600px) {
  .bina-showcase__stage {
    overflow: hidden;
    border-radius: 22px;
  }
  .bk-mockup {
    width: 640px;
    max-width: none;
    zoom: 0.56;
  }
}
