.references-showcase {
  padding-bottom: 110px;
}

.references-kicker.at-btn {
  padding: 0;
  background: transparent;
  color: var(--at-common-black);
  border-radius: 0;
}

.references-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.references-controls {
     margin-bottom: 0px;
    margin-top: 60px;
}

.references-count {
  color: var(--at-neutral-700);
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .references-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.references-card {
  padding: 10px;
  border-radius: 16px;
  background: var(--at-neutral-100);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.references-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

.references-card {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.references-is-hidden {
  display: none !important;
}

.ref-fade-out {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

.ref-fade-in {
  animation: refFadeIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes refFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.references-card__visual {
  position: relative;
  min-height: 260px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: var(--at-neutral-900);
}

.references-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.references-card:hover .references-card__visual img {
  transform: scale(1.04);
}

.references-card__metric {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  color: var(--at-common-white);
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(8px);
}

.references-card__metric-value {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.references-card__metric-label {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.references-card__tags {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 48%;
}

.references-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: var(--at-common-white);
  background: rgba(70, 70, 70, 0.22);
  backdrop-filter: blur(18px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.references-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--at-neutral-0);
}

.references-card__title {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.references-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.references-card__link i {
  transition: transform 0.25s ease;
}

.references-card:hover .references-card__link i {
  transform: rotate(-45deg);
}

.references-faq {
  padding: 100px 0;
}

.references-faq .tj-faq {
  padding-top: 30px;
}

.references-empty {
  margin: 36px 0 0;
  color: var(--at-neutral-700);
  font-weight: 600;
  text-align: center;
}

.references-pagination {
  display: flex;
  justify-content: center;
}

.references-pagination .page-numbers {
  background: var(--at-neutral-0);
}

.references-pagination .page-numbers.is-disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.references-pagination .page-numbers.is-disabled:hover {
  background: var(--at-neutral-0);
  border-color: var(--tj-color-border-1);
  color: var(--tj-color-heading-primary);
}

.references-pagination .page-numbers.is-disabled:hover i {
  color: var(--tj-color-heading-primary);
}

@media (max-width: 575px) {
  .references-showcase {
    padding-bottom: 70px;
  }

  .references-controls {
    margin-bottom: 24px;
  }

  .references-controls .tj_filter_btn_group {
    border-radius: 18px;
  }

  .references-card__metric {
    display: none;
  }

  .references-card__tags {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .references-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}



.lasera-segbar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  padding: 15px 0
}

.lasera-counter {
  font-size: 10px;
  letter-spacing: .15em;
  color: #999;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
  padding: 0 4px;
  align-self: flex-end;
  min-height: 1em
}

.lasera-segbar {
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(10, 10, 10, .06);
  border-radius: 999px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 12px 32px rgba(10, 10, 10, .06), 0 2px 6px rgba(10, 10, 10, .03);
  max-width: 100%
}

.lasera-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(10, 10, 10, .04);
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease;
  color: #333;
  font-size: 13.5px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  user-select: none;
  flex-shrink: 0
}

.lasera-sort:hover,
.lasera-sort:focus-visible {
  background: rgba(10, 10, 10, .07);
  outline: none
}

.lasera-sort-icon {
  width: 14px;
  height: 14px;
  stroke: #555;
  flex-shrink: 0
}

.lasera-sort-chevron {
  width: 11px;
  height: 11px;
  opacity: .5;
  transition: transform .25s ease;
  flex-shrink: 0
}

.lasera-sort.open .lasera-sort-chevron {
  transform: rotate(180deg)
}

.lasera-track {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  min-width: 0
}

.lasera-track::-webkit-scrollbar {
  display: none
}

.lasera-pill {
      position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, #213654 0%, #213654 100%);
    border-radius: 999px;
    transition: transform .55s cubic-bezier(.32, .72, 0, 1), width .55s cubic-bezier(.32, .72, 0, 1);
    z-index: 0;
    box-shadow: 0 4px 14px rgb(33 54 84 / 0%), inset 0 1px 0 rgba(255, 255, 255, .25);
    pointer-events: none;
    will-change: transform, width;
}

.lasera-segbar .tj_filter_btn.lasera-cat {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  padding: 12px 18px;
  color: #777;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: -.01em;
  transition: color .3s ease, transform .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  line-height: 1
}

.lasera-segbar .tj_filter_btn.lasera-cat:hover:not(.active) {
  color: #0a0a0a
}

.lasera-segbar .tj_filter_btn.lasera-cat:active {
  transform: scale(.97)
}

.lasera-segbar .tj_filter_btn.lasera-cat.active {
  color: #fff
}

.lasera-cat-num {
  font-size: 10px;
  opacity: .45;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1
}

.lasera-segbar .tj_filter_btn.lasera-cat.active .lasera-cat-num {
  opacity: .8;
  color: #fff
}

.lasera-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(10, 10, 10, .04);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  color: #555;
  flex-shrink: 0;
  padding: 0
}

.lasera-search:hover {
  background: #0a0a0a;
  color: #fff
}

.lasera-search:active {
  transform: scale(.95)
}

.lasera-search svg {
  width: 16px;
  height: 16px
}

.lasera-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, .08);
  border-radius: 14px;
  padding: 6px;
  min-width: 180px;
  box-shadow: 0 16px 40px rgba(10, 10, 10, .1), 0 2px 6px rgba(10, 10, 10, .04);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 100
}

.lasera-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.lasera-drop-item {
  padding: 10px 14px;
  color: #555;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .15s ease, color .15s ease;
  font-weight: 500;
  user-select: none
}

.lasera-drop-item:hover {
  background: rgba(10, 10, 10, .05);
  color: #0a0a0a
}

.lasera-drop-item.checked {
  color: #E63946
}

.lasera-drop-check {
  opacity: 0;
  font-size: 11px;
  transition: opacity .2s ease
}

.lasera-drop-item.checked .lasera-drop-check {
  opacity: 1
}

.lasera-segbar .tj_filter_btn.lasera-cat:focus-visible,
.lasera-search:focus-visible {
  outline: 2px solid rgba(230, 57, 70, .4);
  outline-offset: 2px
}

/* Arama */
.lasera-search-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0
}

.lasera-close-icon {
  display: none
}

.lasera-search-wrap.is-open .lasera-search-icon {
  display: none
}

.lasera-search-wrap.is-open .lasera-close-icon {
  display: block
}

.lasera-search-box {
  width: 0;
  overflow: hidden;
  transition: width .35s cubic-bezier(.32, .72, 0, 1), opacity .25s ease;
  opacity: 0;
  pointer-events: none;
  flex-shrink: 0
}

.lasera-search-wrap.is-open .lasera-search-box {
  width: 200px;
  opacity: 1;
  pointer-events: auto
}

.lasera-search-input {
  display: block;
  width: 200px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(10, 10, 10, .1);
  border-radius: 999px;
  background: #fff;
  font-size: 13.5px;
  font-family: inherit;
  color: #0a0a0a;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease
}

.lasera-search-input::placeholder {
  color: #aaa
}

.lasera-search-input:focus {
  border-color: rgba(230, 57, 70, .4);
  box-shadow: 0 0 0 3px rgba(230, 57, 70, .1)
}

@media(max-width:640px) {
  .lasera-search-wrap.is-open .lasera-search-box {
    width: 130px
  }

  .lasera-search-input {
    width: 130px
  }
}

/* main.css .tj_filter_btn_group override'ları */
.lasera-segbar .lasera-track {
  border: none !important;
  background: transparent !important;
  padding: 0 4px !important;
  border-radius: 0 !important;
  box-shadow: none !important
}

.lasera-segbar .tj_filter_btn.lasera-cat {
  background-color: transparent !important;
  color: #777 !important
}

.lasera-segbar .tj_filter_btn.lasera-cat:hover:not(.active) {
  background-color: transparent !important;
  color: #0a0a0a !important
}

.lasera-segbar .tj_filter_btn.lasera-cat.active {
  background-color: transparent !important;
  color: #fff !important
}

@media(max-width:992px) {
  .lasera-segbar {
    align-self: center
  }
}

@media(max-width:640px) {
  .lasera-segbar {
    padding: 5px;
    width: 100%
  }

  .lasera-sort {
    padding: 10px 12px;
    font-size: 12.5px
  }

  .lasera-sort-label {
    display: none
  }

  .lasera-segbar .tj_filter_btn.lasera-cat {
    padding: 10px 14px;
    font-size: 12.5px
  }

  .lasera-search {
    width: 38px;
    height: 38px
  }

  .lasera-counter {
    font-size: 9px
  }
}