/* This module replaces the legacy image pop-up only while it is active. */
body#index #porstpopup {
  display: none !important;
}

.pp-fuji-startklar-video-popup {
  width: min(92vw, 540px);
  max-width: min(92vw, 540px);
  padding: 0;
  margin: auto;
  overflow: visible;
  color: #ffffff;
  background: #0d1114;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.pp-fuji-startklar-video-popup::backdrop {
  background: rgba(20, 20, 20, 0.7);
}

.pp-fuji-startklar-video-popup__stage {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #172d38;
  border-radius: 4px 4px 0 0;
}

.pp-fuji-startklar-video-popup__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-fuji-startklar-video-popup__intro,
.pp-fuji-startklar-video-popup__outro,
.pp-fuji-startklar-video-popup__service {
  position: absolute;
  transition: opacity 600ms ease;
}

.pp-fuji-startklar-video-popup__intro {
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 22px 25px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  box-sizing: border-box;
}

.pp-fuji-startklar-video-popup__intro::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  content: '';
  background: rgba(11, 36, 49, 0.68);
}

.pp-fuji-startklar-video-popup__intro-copy {
  position: relative;
  z-index: 1;
  width: 100%;
}

.pp-fuji-startklar-video-popup__intro-headline,
.pp-fuji-startklar-video-popup__intro-subline,
.pp-fuji-startklar-video-popup__service strong,
.pp-fuji-startklar-video-popup__outro-headline,
.pp-fuji-startklar-video-popup__outro-subline,
.pp-fuji-startklar-video-popup__price-circle span,
.pp-fuji-startklar-video-popup__price-circle b,
.pp-fuji-startklar-video-popup__price-circle small {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.pp-fuji-startklar-video-popup__intro-headline {
  font-size: 31px;
  line-height: 0.96;
}

.pp-fuji-startklar-video-popup__intro-subline {
  padding: 0;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1;
}

.pp-fuji-startklar-video-popup__service {
  right: 17px;
  bottom: 17px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  background-color: rgba(12, 37, 49, 0.82);
  background-image: var(--pp-fsv-texture);
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-sizing: border-box;
}

.pp-fuji-startklar-video-popup__service strong {
  display: block;
  font-size: 21px;
  line-height: 0.95;
}

.pp-fuji-startklar-video-popup__service span {
  display: block;
  padding: 0;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.pp-fuji-startklar-video-popup__outro {
  inset: 0;
  z-index: 2;
  overflow: hidden;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  background: #1b3441 var(--pp-fsv-texture) center / cover;
}

.pp-fuji-startklar-video-popup__outro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 46%;
  content: '';
  background: #ffffff;
  clip-path: polygon(0 0, 67% 0, 47% 100%, 0 100%);
}

.pp-fuji-startklar-video-popup__brandmark {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 15px;
  width: 120px;
  height: 42px;
  background: url('../img/fuji-startklar-brand-reference.png') 0 0 / 600px auto no-repeat;
}

.pp-fuji-startklar-video-popup__model {
  position: absolute;
  z-index: 1;
  top: 51px;
  left: 15px;
  width: 120px;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  text-align: center;
}

.pp-fuji-startklar-video-popup__camera {
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 14px;
  width: 270px;
  max-width: 62%;
  filter: drop-shadow(0 13px 10px rgba(0, 0, 0, 0.34));
}

.pp-fuji-startklar-video-popup__price-circle {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 133px;
  color: #ffffff;
  text-align: center;
  background: #050505;
  border-radius: 50%;
}

.pp-fuji-startklar-video-popup__price-circle span {
  font-size: 22px;
  line-height: 1;
}

.pp-fuji-startklar-video-popup__price-circle b {
  font-size: 53px;
  line-height: 0.95;
}

.pp-fuji-startklar-video-popup__price-circle small {
  font-size: 20px;
  line-height: 1;
}

.pp-fuji-startklar-video-popup__outro-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

.pp-fuji-startklar-video-popup__outro-headline {
  font-size: 38px;
  line-height: 0.95;
  text-transform: uppercase;
}

.pp-fuji-startklar-video-popup__outro-subline {
  padding-bottom: 10px;
  margin-top: 7px;
  font-size: 29px;
  line-height: 1;
  border-bottom: 2px solid #29bfd2;
}

.pp-fuji-startklar-video-popup__checks {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.pp-fuji-startklar-video-popup__checks span::before {
  margin-right: 9px;
  content: '\2713';
  font-size: 20px;
}

.pp-fuji-startklar-video-popup__close {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  place-items: center;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  cursor: pointer;
}

.pp-fuji-startklar-video-popup__link {
  display: block;
  padding: 17px 22px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  background: #090909;
  border-top: 2px solid #29bfd2;
  border-radius: 0 0 4px 4px;
}

.pp-fuji-startklar-video-popup__link:hover,
.pp-fuji-startklar-video-popup__link:focus {
  color: #ffffff !important;
  background: #202020;
}

.pp-fuji-startklar-video-popup.is-video .pp-fuji-startklar-video-popup__intro {
  opacity: 0;
}

.pp-fuji-startklar-video-popup.is-video .pp-fuji-startklar-video-popup__service {
  opacity: 1;
}

.pp-fuji-startklar-video-popup.is-ending .pp-fuji-startklar-video-popup__service {
  opacity: 0;
}

.pp-fuji-startklar-video-popup.is-ending .pp-fuji-startklar-video-popup__outro {
  opacity: 1;
}

@media (max-width: 440px) {
  .pp-fuji-startklar-video-popup__intro-headline {
    font-size: 28px;
  }

  .pp-fuji-startklar-video-popup__intro-subline {
    font-size: 18px;
  }

  .pp-fuji-startklar-video-popup__service {
    width: 165px;
    height: 165px;
    padding: 17px;
  }

  .pp-fuji-startklar-video-popup__service strong {
    font-size: 19px;
  }

  .pp-fuji-startklar-video-popup__outro-headline {
    font-size: 35px;
  }

  .pp-fuji-startklar-video-popup__outro-subline {
    font-size: 24px;
  }

  .pp-fuji-startklar-video-popup__camera {
    top: 20px;
  }
}
