@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.xp-nav .xp-nav__cta {
  display: none !important;
}

.xp-hero--plurank .xp-hero-product-preview {
  position: relative;
}

.xp-hero--plurank .xp-hero-laptop {
  opacity: 0.5;
}

.xp-hero--plurank .xp-laptop-service-cta {
  width: 204px;
  height: 62px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #f8f8f7;
  background: #151515;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 12%),
    0 6px 16px rgb(0 0 0 / 18%);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transform: translate(-50%, calc(-50% - 20px));
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 140ms ease;
}

.xp-hero--plurank .xp-laptop-service-cta:hover {
  color: #fff;
  background: #252524;
  box-shadow:
    0 2px 3px rgb(0 0 0 / 14%),
    0 8px 20px rgb(0 0 0 / 22%);
}

.xp-hero--plurank .xp-laptop-service-cta:active {
  transform: translate(-50%, calc(-50% - 20px)) scale(0.97);
}

.xp-hero--plurank .xp-laptop-service-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow:
    0 0 0 6px #151515,
    0 8px 20px rgb(0 0 0 / 22%);
}

@media (prefers-reduced-motion: reduce) {
  .xp-hero--plurank .xp-laptop-service-cta {
    transition: none;
  }
}

@media (max-width: 560px) {
  .xp-hero--plurank {
    min-height: 760px;
  }

  .xp-hero--plurank .xp-hero-product-preview {
    display: block;
    width: min(440px, calc(100vw - 28px));
    margin-top: 24px;
  }
}
