/* FITfactory v64: Full-width Preise-Hero with responsive art direction. */
.price-hero-v64 {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-height: clamp(38rem, 47vw, 49rem);
  margin: clamp(.5rem, 1.4vw, 1.25rem) 0 0;
  overflow: hidden;
  background: #120a19;
  border-block: 1px solid rgba(229, 164, 239, .2);
}

.price-hero-media-v64,
.price-hero-media-v64 picture,
.price-hero-media-v64 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.price-hero-media-v64 img {
  object-fit: cover;
  object-position: center;
}

.price-hero-v64::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 8, 22, .99) 0%, rgba(20, 10, 28, .95) 22%, rgba(24, 12, 33, .82) 38%, rgba(25, 12, 34, .36) 54%, rgba(16, 8, 22, .06) 72%),
    linear-gradient(180deg, rgba(17, 8, 23, .18), rgba(17, 8, 23, .08) 56%, rgba(17, 8, 23, .55));
}

.price-hero-overlay-v64 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: clamp(3rem, 6vw, 6rem);
}

.price-hero-copy-v64 {
  width: min(47rem, 48%);
}

.price-hero-copy-v64 .eyebrow {
  margin-bottom: .9rem;
  color: #f2a7ff;
  text-shadow: 0 2px 18px rgba(10, 5, 14, .85);
}

.price-hero-copy-v64 h1 {
  max-width: 9.2ch;
  margin: 0 0 1.3rem;
  color: #fff8ff;
  font-size: clamp(4.4rem, 6.2vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.025em;
  text-shadow: 0 3px 24px rgba(9, 4, 12, .9);
}

.price-hero-copy-v64 h1 span {
  display: block;
}

.price-hero-copy-v64 h1 span:last-child {
  color: #e9a5f5;
}

.price-hero-copy-v64 .lead {
  max-width: 42rem;
  margin: 0;
  color: #fff9ff;
  font-size: clamp(1.05rem, 1.22vw, 1.28rem);
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(8, 3, 11, .96);
}

@media (max-width: 1099px) {
  .price-hero-v64 {
    min-height: 42rem;
  }

  .price-hero-copy-v64 {
    width: min(40rem, 54%);
  }

  .price-hero-copy-v64 h1 {
    font-size: clamp(3.9rem, 8vw, 5.75rem);
  }
}

@media (max-width: 699px) {
  .price-hero-v64 {
    min-height: 51rem;
    margin-top: .35rem;
  }

  .price-hero-v64::before {
    background:
      linear-gradient(180deg, rgba(16, 8, 22, .06) 0%, rgba(16, 8, 22, .1) 26%, rgba(16, 8, 22, .82) 48%, rgba(16, 8, 22, .98) 69%, #100816 100%),
      linear-gradient(90deg, rgba(16, 8, 22, .52), rgba(16, 8, 22, .02) 72%);
  }

  .price-hero-overlay-v64 {
    align-items: flex-end;
    padding-block: 19rem 2.4rem;
  }

  .price-hero-copy-v64 {
    width: 100%;
  }

  .price-hero-copy-v64 h1 {
    max-width: 9.6ch;
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 13vw, 4rem);
    line-height: .9;
  }

  .price-hero-copy-v64 .lead {
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 349px) {
  .price-hero-v64 {
    min-height: 54rem;
  }

  .price-hero-overlay-v64 {
    padding-top: 18rem;
  }
}

@media (forced-colors: active) {
  .price-hero-copy-v64 {
    padding: 1rem;
    background: Canvas;
    color: CanvasText;
  }

  .price-hero-copy-v64 h1,
  .price-hero-copy-v64 h1 span:last-child,
  .price-hero-copy-v64 .lead,
  .price-hero-copy-v64 .eyebrow {
    color: CanvasText;
    text-shadow: none;
  }
}
