.ft-results-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 180, 36, 0.12), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(45, 212, 122, 0.13), transparent 32%),
    #050505;
  padding: 72px 0 76px;
}

.ft-results-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.35) 42%, rgba(5, 5, 5, 0.92)),
    linear-gradient(110deg, transparent 0 34%, rgba(245, 180, 36, 0.08) 35%, transparent 36% 100%);
}

.ft-results-showcase .ft-shell {
  position: relative;
  z-index: 1;
}

.ft-showcase-head {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.ft-showcase-head h2 {
  margin: 0;
  color: #f7f7f2;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 820;
  line-height: 0.98;
}

.ft-showcase-head h2 span {
  color: #f5c542;
}

.ft-showcase-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(236, 247, 241, 0.72);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
}

.ft-showcase-slider {
  position: relative;
  max-width: min(980px, 100%);
  margin: 0 auto;
}

.ft-showcase-frame {
  overflow: hidden;
  border: 1px solid rgba(45, 212, 122, 0.44);
  border-radius: 24px;
  background: rgba(4, 8, 7, 0.8);
  box-shadow:
    0 0 0 1px rgba(245, 180, 36, 0.12) inset,
    0 30px 90px rgba(0, 0, 0, 0.46),
    0 0 48px rgba(45, 212, 122, 0.12);
}

.ft-showcase-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 0.86, 0.24, 1);
  will-change: transform;
}

.ft-showcase-slide {
  flex: 0 0 100%;
  padding: clamp(12px, 2vw, 22px);
}

.ft-showcase-slide img {
  display: block;
  width: 100%;
  max-height: min(82vh, 1120px);
  object-fit: contain;
  border-radius: 16px;
  background: #050505;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
}

.ft-showcase-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: rgba(236, 247, 241, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.ft-showcase-caption strong {
  display: block;
  color: #f5c542;
  font-size: 16px;
  font-weight: 760;
}

.ft-showcase-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.ft-showcase-arrow,
.ft-showcase-dot {
  border: 1px solid rgba(45, 212, 122, 0.42);
  color: #e9fff5;
  background: rgba(5, 12, 10, 0.78);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ft-showcase-arrow {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  font-size: 25px;
}

.ft-showcase-arrow:hover,
.ft-showcase-dot:hover {
  border-color: rgba(245, 197, 66, 0.78);
  background: rgba(245, 180, 36, 0.14);
  color: #f5c542;
}

.ft-showcase-arrow:active {
  transform: scale(0.96);
}

.ft-showcase-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ft-showcase-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
}

.ft-showcase-dot.is-active {
  width: 28px;
  border-color: #f5c542;
  background: #f5c542;
}

@media (max-width: 760px) {
  .ft-results-showcase {
    padding: 48px 0 54px;
  }

  .ft-showcase-head {
    margin-bottom: 22px;
    text-align: left;
  }

  .ft-showcase-head h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .ft-showcase-head p {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .ft-showcase-frame {
    border-radius: 18px;
  }

  .ft-showcase-slide {
    padding: 8px;
  }

  .ft-showcase-slide img {
    max-height: 72vh;
    border-radius: 12px;
  }

  .ft-showcase-caption {
    display: block;
    margin-top: 14px;
    font-size: 13px;
  }

  .ft-showcase-caption strong {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .ft-showcase-arrow {
    width: 40px;
    height: 40px;
  }
}
