.seo-product-showcase {
  padding-block: clamp(72px, 9vw, 116px);
}

.seo-product-showcase .seo-section-copy {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.seo-product-stage {
  isolation: isolate;
  position: relative;
  min-height: clamp(600px, 64vw, 780px);
  overflow: hidden;
  border: 1px solid rgba(36, 36, 47, .08);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(248, 247, 239, .08), rgba(238, 239, 231, .2)),
    url('/images/marketing/monitoring-backdrop-v1.jpg') center / cover no-repeat;
  box-shadow: var(--shadow-lg);
}

.seo-product-showcase--route .seo-product-stage,
.seo-product-showcase--guide .seo-product-stage {
  border-color: rgba(255, 255, 255, .08);
  background:
    linear-gradient(140deg, rgba(40, 40, 50, .06), rgba(40, 40, 50, .22)),
    url('/images/marketing/interface-backdrop-dark-v1.jpg') center / cover no-repeat;
}

.seo-product-showcase--overview .seo-product-stage {
  min-height: clamp(650px, 66vw, 820px);
}

.seo-product-stage::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 58%, rgba(36, 36, 47, .08));
  content: "";
  pointer-events: none;
}

.seo-product-shot {
  position: absolute;
  margin: 0;
}

.seo-product-shot figcaption {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 24px);
  border-radius: 999px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(40, 40, 50, .94);
  box-shadow: 0 8px 22px rgba(36, 36, 47, .2);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.seo-product-shot img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 8px solid #17171d;
  border-radius: 36px;
  background: var(--trainys-paper);
  box-shadow: 0 32px 70px rgba(36, 36, 47, .28);
}

.seo-product-shot-route {
  top: 7%;
  left: 7%;
  z-index: 1;
  width: clamp(230px, 29%, 350px);
  transform: rotate(-2deg);
}

.seo-product-shot-settings {
  top: 7%;
  left: 8%;
  z-index: 1;
  width: clamp(230px, 27%, 340px);
  transform: rotate(-3deg);
}

.seo-product-shot-active {
  right: 5%;
  bottom: 9%;
  z-index: 2;
  width: clamp(430px, 54%, 650px);
  transform: rotate(2deg);
}

.seo-product-shot-active img {
  border-radius: 30px;
}

.seo-product-showcase--overview .seo-product-shot-route {
  top: 9%;
  left: 3%;
  width: clamp(205px, 23%, 285px);
  transform: rotate(-4deg);
}

.seo-product-showcase--overview .seo-product-shot-settings {
  top: 5%;
  left: 30%;
  width: clamp(205px, 23%, 285px);
  transform: rotate(2deg);
}

.seo-product-showcase--overview .seo-product-shot-active {
  right: 3%;
  bottom: 8%;
  width: clamp(390px, 44%, 540px);
}

@media (max-width: 620px) {
  .seo-product-stage {
    display: grid;
    min-height: auto;
    gap: 22px;
    border-radius: 26px;
    padding: 20px;
  }

  .seo-product-shot {
    position: relative;
    inset: auto;
    transform: none;
  }

  .seo-product-shot-settings {
    width: min(76%, 290px);
    justify-self: start;
  }

  .seo-product-shot-route {
    width: min(76%, 290px);
    justify-self: start;
  }

  .seo-product-shot-active {
    width: min(94%, 460px);
    justify-self: end;
  }

  .seo-product-shot img {
    border-width: 6px;
    border-radius: 26px;
  }

  .seo-product-showcase--overview .seo-product-shot-route,
  .seo-product-showcase--overview .seo-product-shot-settings,
  .seo-product-showcase--overview .seo-product-shot-active {
    width: min(88%, 420px);
  }

  .seo-product-showcase--overview .seo-product-shot-settings {
    justify-self: end;
  }
}
