/* Standalone Pompeii promotion and its homepage adaptation. */
.pompeii-promo {
  --pompeii-blue: #172b45;
  --pompeii-pink: #ed0061;
  align-items: stretch;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 7px 14px rgba(20, 39, 57, .2);
  box-sizing: border-box;
  color: var(--pompeii-blue);
  display: flex;
  isolation: isolate;
  min-height: 250px;
  overflow: visible;
  position: relative;
  text-decoration: none;
  width: min(100%, 1064px);
}

.pompeii-promo:hover,
.pompeii-promo:focus {
  box-shadow: 0 10px 22px rgba(20, 39, 57, .28);
  color: var(--pompeii-blue);
  outline: 0;
  text-decoration: none;
}

.pompeii-promo__content {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 51%;
  flex-direction: column;
  justify-content: center;
  padding: .9rem 2rem;
  position: relative;
  z-index: 2;
}

.pompeii-promo__title {
  color: var(--pompeii-blue);
  display: block;
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.pompeii-promo__title em {
  color: var(--pompeii-pink);
  font-style: normal;
}

.pompeii-promo__description {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  margin-top: 9px;
}

.pompeii-promo__description strong {
  color: var(--pompeii-pink);
}

.pompeii-promo__benefit {
  align-items: center;
  color: var(--pompeii-blue);
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05;
  margin-top: 9px;
}

.pompeii-promo__temple {
  color: var(--pompeii-pink);
  display: inline-flex;
  flex: 0 0 43px;
  margin-right: 9px;
}

.pompeii-promo svg {
  fill: none;
  height: 43px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 43px;
}

.pompeii-promo__image {
  background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%), url('/themes/custom/italiarail-v2/img/wp-homepage/pompeii-promo-bg.webp') center center / cover no-repeat;
  border-radius: 0 13px 13px 0;
  flex: 1 1 49%;
  min-width: 0;
}

.pompeii-promo__badge {
  align-items: center;
  background: var(--pompeii-pink);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 11px rgba(20, 39, 57, .22);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  height: 199px;
  justify-content: center;
  letter-spacing: .1px;
  line-height: 1.05;
  padding-bottom: 24px;
  position: absolute;
  right: -87px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 199px;
  z-index: 3;
}

.pompeii-promo__badge-icon {
  display: block;
  margin-bottom: 10px;
}

.pompeii-promo__badge > span:last-child {
  display: block;
  transform: translateY(2px);
}

.pompeii-promo__badge-icon svg {
  height: 48px;
  width: 48px;
}

/* Replace the Feefo trust card on the Drupal front page while preserving its
 * existing link hook and document position. */
body.path-frontpage .wp-home-trust.pompeii-promo {
  border: 0;
  border-radius: 13px;
  background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255, 255, 255, 0) 100%), url('/themes/custom/italiarail-v2/img/wp-homepage/pompeii-promo-bg.webp') right center / cover no-repeat;
  display: flex;
  gap: 0;
  justify-content: initial;
  margin: -140px auto 72px;
  max-width: 1024px;
  min-height: 270px;
  padding: 0;
  width: min(calc(100% - 100px),1024px);
}

body.path-frontpage .wp-home-trust.pompeii-promo .pompeii-promo__image {
  background: transparent;
}

body.path-frontpage .wp-home-trust.pompeii-promo > * {
  pointer-events: none;
}

@media (max-width: 767px) {
  .pompeii-promo {
    min-height: 250px;
  }

  .pompeii-promo__content {
    flex-basis: 57%;
    padding: 22px 19px 22px 25px;
  }

  .pompeii-promo__title {
    font-size: 33px;
  }

  .pompeii-promo__description {
    font-size: 15px;
    margin-top: 14px;
  }

  .pompeii-promo__benefit {
    font-size: 14px;
    margin-top: 14px;
  }

  .pompeii-promo__temple {
    flex-basis: 35px;
  }

  .pompeii-promo__temple svg {
    height: 35px;
    width: 35px;
  }

  .pompeii-promo__image {
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%), url('/themes/custom/italiarail-v2/img/wp-homepage/pompeii-promo-bg.webp');
  }

  .pompeii-promo__badge {
    font-size: 23px;
    height: 169px;
    right: -52px;
    width: 169px;
  }

  .pompeii-promo__badge-icon svg {
    height: 39px;
    width: 39px;
  }

  .pompeii-promo__badge-icon {
    margin-bottom: 7px;
  }

  body.path-frontpage .wp-home-trust.pompeii-promo {
    background-position: right center;
    margin: 0 24px 24px 16px;
    min-height: 250px;
    width: calc(100% - 40px);
  }
}
