

.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);
  
}

@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;
}

#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;
}

#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.48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

#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;
}

@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: visible;
  }

  #urun-ozellik-akisi .byo-features-slider__track {
    width: 100% !important;
    transform: none !important;
    transition: none;
  }

  
  @supports (grid-template-rows: subgrid) {
    #urun-ozellik-akisi .byo-features-slider__track {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-rows: auto auto;
      column-gap: calc(clamp(0.65rem, 1.2vw, 1rem) * 0.85);
      row-gap: calc(0.85rem * 0.22);
    }

    #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: subgrid;
      grid-row: 1 / span 2;
      flex: unset !important;
      width: auto !important;
      min-width: 0;
      box-sizing: border-box;
    }

    #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
      row-gap: 0;
    }

    #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card .demo-card__media {
      grid-row: 1;
    }

    #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card .demo-card__body {
      grid-row: 2;
    }
  }

  @supports not (grid-template-rows: subgrid) {
    #urun-ozellik-akisi .byo-features-slider__track {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: calc(clamp(0.65rem, 1.2vw, 1rem) * 0.85);
    }

    #urun-ozellik-akisi .byo-features-slider__track > .byo-features-slider__slide {
      flex: 1 1 0;
      width: auto;
      min-width: 0;
    }

    #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card .demo-card__media {
      min-height: clamp(22rem, 30vh, 28rem);
    }

    #urun-ozellik-akisi .byo-features-slider .yetenekler-21st-card.demo-card {
      row-gap: calc(0.85rem * 0.22);
    }
  }

  #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;
    height: auto !important;
    min-height: 0;
  }
}

#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) {
  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 {
  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;
}

@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 #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(0, auto) minmax(0, 1fr) minmax(4.85rem, min(9rem, 30vw));
  align-items: center;
  gap: clamp(0.3rem, 1.4vw, 0.48rem);
  min-height: 3.35rem;
  padding: 0.48rem 0.58rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-left {
  min-width: 0;
  max-width: 100%;
  gap: 0.42rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-daire-badge {
  font-size: 0.52rem;
  padding: 0.26rem 0.4rem;
  border-radius: 5px;
  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: min(9.75rem, 34vw);
}

#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.7rem;
  gap: 0.26rem;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-phone {
  font-size: 0.6rem;
  margin-top: 0.06rem;
  gap: 0.22rem;
}

#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;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-amount {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
  font-size: clamp(0.76rem, 2.35vw, 0.9rem);
  line-height: 1.18;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-amount-label {
  font-size: 0.54rem;
  margin-top: 0.05rem;
  line-height: 1.2;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-debtor-right {
  min-width: 0;
  justify-self: end;
  text-align: right;
  max-width: 100%;
}

#urun-ozellik-akisi #alacak-yonetimi .alacak-last-contact {
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
  font-size: 0.57rem;
  gap: 0.22rem;
}

#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: 1 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: nowrap;
  align-items: center;
  justify-content: flex-start;
  
  gap: clamp(0.5rem, 2.8vw, 0.95rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

@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;
  }
}
