.showcase-body {
  margin: 0;
  background: #000008;
  overflow: hidden;
}

.showcase-screen {
  position: relative;
  min-height: 100vh;
  padding: 74px 16px 16px;
  background: linear-gradient(
    180deg,
    #000008 0%,
    #020024 10%,
    #090979 24%,
    #addae9 82%
  );
  overflow: hidden;
}

.showcase-stars {
  position: absolute;
  inset: 58px 0 auto 0;
  height: 34%;
  background: url("assets/stars.png") repeat top center;
  background-size: cover;
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.showcase-layout {
  position: relative;
  z-index: 1;
  width: min(100%, 1380px);
  margin: 0 auto;
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(170px, 17vw, 220px);
  gap: 18px;
  align-items: stretch;
}

.showcase-carousel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #10153d 0%, #0b0d2a 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 2px 0 rgba(255, 255, 255, 0.03) inset;
}

.showcase-carousel__bg-stack,
.showcase-carousel__bg,
.showcase-carousel__overlay,
.showcase-carousel__tone,
.showcase-carousel__fade {
  position: absolute;
  inset: 0;
}

.showcase-carousel__bg {
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transition: opacity 650ms ease;
}

.showcase-carousel__bg.is-active {
  opacity: 1;
}

.showcase-carousel__overlay {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(4, 7, 24, 0.92) 0%,
      rgba(7, 12, 36, 0.82) 22%,
      rgba(10, 15, 43, 0.48) 50%,
      rgba(10, 15, 43, 0.12) 74%,
      rgba(10, 15, 43, 0) 88%
    ),
    radial-gradient(
      90% 120% at 18% 52%,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.08) 54%,
      rgba(0, 0, 0, 0) 72%
    );
}

.showcase-carousel__tone {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      84% 70% at 24% 18%,
      rgba(108, 99, 255, 0.18) 0%,
      rgba(108, 99, 255, 0) 58%
    ),
    radial-gradient(
      70% 70% at 38% 78%,
      rgba(46, 204, 159, 0.11) 0%,
      rgba(46, 204, 159, 0) 60%
    );
}

.showcase-carousel__fade {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: rgba(7, 10, 28, 0);
  transition: opacity 240ms ease;
}

.showcase-carousel__fade.is-on {
  opacity: 1;
  background: rgba(7, 10, 28, 0.24);
}

.showcase-carousel__inner {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: flex-end;
  padding: 42px clamp(24px, 3vw, 54px);
}

.showcase-carousel__content {
  position: relative;
  width: min(760px, 72%);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.showcase-carousel__content::before {
  content: "";
  position: absolute;
  left: -72px;
  top: -56px;
  width: min(900px, 78vw);
  height: 420px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      760px 290px at 24% 44%,
      rgba(0, 0, 0, 0.62) 0%,
      rgba(0, 0, 0, 0.34) 40%,
      rgba(0, 0, 0, 0.12) 64%,
      rgba(0, 0, 0, 0) 82%
    );
  filter: blur(24px);
  opacity: 0.9;
}

.showcase-carousel__eyebrow {
  margin: 0 0 10px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe6c0;
}

.showcase-carousel__title {
  margin: 0 0 14px;
  font-size: clamp(2.9rem, 4.9vw, 5rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: pre-line;
  text-wrap: balance;
  max-width: 11ch;
  color: #faf7f3;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.66),
    0 18px 40px rgba(0, 0, 0, 0.24);
}

.showcase-carousel__subtitle {
  max-width: 44rem;
  margin: 0 0 16px;
  color: rgba(250, 247, 243, 0.94);
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 700;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.72),
    0 0 3px rgba(0, 0, 0, 0.42);
}

.showcase-carousel__bullets {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.showcase-carousel__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #faf7f3;
  text-shadow:
    0 1px 12px rgba(0, 0, 0, 0.6),
    0 0 2px rgba(0, 0, 0, 0.3);
}

.showcase-carousel__bullets li::before {
  content: "✦";
  color: #ffe6c0;
  font-size: 0.92rem;
  flex-shrink: 0;
}

.showcase-carousel__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    background 0.14s ease;
}

.showcase-btn:hover {
  transform: translateY(-1px);
}

.showcase-btn--primary {
  color: #141126;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, #fff2dd, #fdaf69);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.showcase-btn--secondary {
  color: #10293a;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, #dffff9, #7adfdb);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.showcase-carousel__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.showcase-carousel__arrow-group,
.showcase-carousel__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.showcase-carousel__arrow,
.showcase-carousel__dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.showcase-carousel__arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 232, 205, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: #faf7f3;
  font-size: 28px;
}

.showcase-carousel__arrow:hover {
  background: rgba(255, 255, 255, 0.08);
}

.showcase-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(245, 232, 205, 0.2);
}

.showcase-carousel__dot.is-active {
  background: #fdaf69;
  border-color: rgba(253, 175, 105, 0.75);
}

.showcase-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 29, 0.88) 0%,
    rgba(34, 42, 86, 0.78) 100%
  );
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.showcase-qr__code {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: #ffffff;
  display: grid;
  place-items: center;
  padding: 12px;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.showcase-qr__code img {
  width: 100%;
  height: auto;
  display: block;
}

.showcase-qr__url {
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 800;
  color: #ffe6c0;
  text-align: center;
  word-break: break-word;
}

@media (max-width: 1180px) {
  .showcase-body {
    overflow: auto;
  }

  .showcase-screen {
    overflow: visible;
  }

  .showcase-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .showcase-carousel__inner {
    min-height: 0;
    align-items: flex-end;
  }

  .showcase-carousel__content {
    width: min(100%, 760px);
  }

  .showcase-qr {
    flex-direction: row;
    justify-content: center;
    padding: 16px;
  }

  .showcase-qr__code {
    max-width: 150px;
  }

  .showcase-qr__url {
    max-width: 16ch;
  }
}

@media (max-width: 860px) {
  .showcase-screen {
    padding: 72px 12px 14px;
  }

  .showcase-layout {
    gap: 14px;
  }

  .showcase-carousel__inner {
    padding: 24px 18px;
  }

  .showcase-carousel__content {
    width: 100%;
  }

  .showcase-carousel__title {
    font-size: clamp(2.3rem, 8vw, 3.5rem);
    max-width: 11ch;
  }

  .showcase-carousel__subtitle,
  .showcase-carousel__bullets li {
    font-size: 0.96rem;
  }

  .showcase-carousel__actions {
    gap: 10px;
  }

  .showcase-btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .showcase-qr {
    flex-direction: column;
  }

  .showcase-qr__url {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-carousel__bg,
  .showcase-carousel__fade,
  .showcase-btn {
    transition: none;
  }
}