/* P20: customer-first comparison hero with a live price snapshot. */
html.fz-p20 #fz-main.searchwrap {
  min-height: 0;
  height: auto;
  overflow: hidden;
  background: #f6f8fc;
}

html.fz-p20 #fz-main .searchwrap__bg {
  inset: -2px -18px -24px !important;
  height: auto !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(220, 177, 73, 0.2), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(43, 79, 132, 0.16), transparent 34%),
    linear-gradient(135deg, #fbf8f0 0%, #f6f8fc 46%, #f4f7fc 100%) !important;
  opacity: 1 !important;
}

html.fz-p20 #fz-main .searchwrap__bg::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 35, 61, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 35, 61, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 88%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 88%);
}

html.fz-p20 #fz-main .searchwrap__in {
  position: relative;
  z-index: 1;
  padding-top: 34px !important;
  padding-bottom: 28px !important;
}

html.fz-p20 .fz-p20-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  align-items: center;
  gap: clamp(26px, 4vw, 48px);
}

html.fz-p20 .fz-p20-copy {
  min-width: 0;
  padding-left: 4px;
  text-align: left;
}

html.fz-p20 .fz-p20-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(180, 138, 38, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #8a681c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

html.fz-p20 .fz-p20-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6aa43;
  box-shadow: 0 0 0 4px rgba(214, 170, 67, 0.16);
  animation: fz-p20-pulse 2.4s ease-in-out infinite;
}

html.fz-p20 #fz-main .fz-p20-copy h1 {
  max-width: 670px;
  margin: 0 !important;
  color: #17233d;
  font-size: clamp(38px, 4.1vw, 54px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.047em !important;
  text-align: left !important;
}

html.fz-p20 #fz-main .fz-p20-copy h1 em {
  display: inline;
  color: #d4a83e !important;
  font-style: normal;
  white-space: normal;
}

html.fz-p20 #fz-main .fz-p20-copy > p {
  max-width: 620px;
  margin: 14px 0 0 !important;
  color: #59677d;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

html.fz-p20 .fz-p20-livecard {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(226, 188, 94, 0.52);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(216, 172, 65, 0.2), transparent 32%),
    linear-gradient(145deg, #131e36 0%, #1b2b4a 62%, #22385e 100%);
  box-shadow:
    0 26px 44px -30px rgba(8, 17, 34, 0.82),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  isolation: isolate;
}

html.fz-p20 .fz-p20-livecard::before {
  position: absolute;
  right: -52px;
  bottom: -66px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(229, 195, 112, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(229, 195, 112, 0.035),
    0 0 0 52px rgba(229, 195, 112, 0.025);
  content: "";
  pointer-events: none;
}

html.fz-p20 .fz-p20-livecard > * {
  position: relative;
  z-index: 1;
}

html.fz-p20 .fz-p20-livecard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #dbe3f0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

html.fz-p20 .fz-p20-livecard__top > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

html.fz-p20 .fz-p20-livecard__top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e7bf5d;
  box-shadow: 0 0 0 4px rgba(231, 191, 93, 0.13);
}

html.fz-p20 .fz-p20-livecard__top b {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f0d58e;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

html.fz-p20 .fz-p20-zone {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
}

html.fz-p20 .fz-p20-zone__logo {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: #fff;
}

html.fz-p20 .fz-p20-zone__logo img {
  display: block;
  width: 31px;
  max-height: 29px;
  object-fit: contain;
}

html.fz-p20 .fz-p20-zone__copy {
  display: block;
  min-width: 0;
}

html.fz-p20 .fz-p20-zone__copy small {
  display: block;
  margin-bottom: 2px;
  color: #9facbf;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

html.fz-p20 .fz-p20-zone__copy strong,
html.fz-p20 .fz-p20-zone__copy em {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fz-p20 .fz-p20-zone__copy strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

html.fz-p20 .fz-p20-zone__copy em {
  margin-top: 1px;
  color: #b7c2d3;
  font-size: 10px;
  font-style: normal;
  line-height: 1.3;
}

html.fz-p20 .fz-p20-prices {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 0;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(7, 14, 28, 0.24);
}

html.fz-p20 .fz-p20-prices__main,
html.fz-p20 .fz-p20-prices__alt {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 10px 11px;
}

html.fz-p20 .fz-p20-prices__alt {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

html.fz-p20 .fz-p20-prices span {
  max-width: 100%;
  overflow: hidden;
  color: #aeb9cb;
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fz-p20 .fz-p20-prices__main strong {
  margin-top: 2px;
  color: #f3ce72;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

html.fz-p20 .fz-p20-prices__alt strong {
  margin-top: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

html.fz-p20 .fz-p20-facts {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  color: #c6d0de;
  font-size: 9px;
  line-height: 1.2;
}

html.fz-p20 .fz-p20-facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

html.fz-p20 .fz-p20-facts span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ddb150;
  content: "";
}

html.fz-p20 .fz-p20-livecard__cta {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 8px 11px;
  border-radius: 10px;
  background: linear-gradient(135deg, #edc968, #cda343);
  color: #14203a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

html.fz-p20 .fz-p20-livecard__cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

html.fz-p20 .fz-p20-livecard--empty .fz-p20-zone__logo {
  opacity: 0.35;
}

html.fz-p20 #fz-main .search {
  margin-top: 20px !important;
  border: 1px solid rgba(206, 216, 231, 0.86) !important;
  box-shadow:
    0 18px 36px -28px rgba(19, 34, 59, 0.68),
    0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

html.fz-p20 .fz-p20-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 28px;
  margin-top: 8px;
  padding: 0 10px;
}

html.fz-p20 .fz-p20-status .fz-p15-trustline,
html.fz-p20 .fz-p20-status .smeta {
  width: auto !important;
  margin: 0 !important;
}

html.fz-p20 .fz-p20-status .fz-p15-trustline {
  justify-content: flex-start !important;
}

html.fz-p20 .fz-p20-status .smeta {
  display: none !important;
}

html.fz-p20 #fz-main #chips {
  justify-content: flex-start !important;
  margin-top: 8px !important;
  padding-left: 4px;
}

html.fz-p20 #fz-main #chips .c {
  min-height: 34px;
  border-color: #d9e0ea !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 8px 18px -18px rgba(17, 31, 53, 0.65);
  backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  html.fz-p20 .fz-p20-stage {
    grid-template-columns: minmax(0, 1fr) minmax(285px, 0.78fr);
    gap: 24px;
  }

  html.fz-p20 #fz-main .fz-p20-copy h1 {
    font-size: 38px !important;
  }
}

@media (max-width: 760px) {
  html.fz-p20 #fz-main .searchwrap__in {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  html.fz-p20 .fz-p20-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  html.fz-p20 .fz-p20-copy {
    padding-inline: 2px;
  }

  html.fz-p20 .fz-p20-kicker {
    margin-bottom: 10px;
    padding: 6px 9px;
    font-size: 8.5px;
  }

  html.fz-p20 #fz-main .fz-p20-copy h1 {
    max-width: 360px;
    font-size: 31px !important;
    line-height: 1.04 !important;
    text-align: left !important;
  }

  html.fz-p20 #fz-main .fz-p20-copy > p {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
    text-align: left !important;
  }

  html.fz-p20 .fz-p20-livecard {
    padding: 12px;
    border-radius: 18px;
  }

  html.fz-p20 .fz-p20-zone {
    margin-top: 8px;
  }

  html.fz-p20 .fz-p20-zone__logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 10px;
  }

  html.fz-p20 .fz-p20-zone__logo img {
    width: 27px;
    max-height: 25px;
  }

  html.fz-p20 .fz-p20-zone__copy small {
    display: none;
  }

  html.fz-p20 .fz-p20-prices {
    margin-top: 8px;
  }

  html.fz-p20 .fz-p20-prices__main,
  html.fz-p20 .fz-p20-prices__alt {
    padding: 8px 9px;
  }

  html.fz-p20 .fz-p20-prices__main strong {
    font-size: 21px;
  }

  html.fz-p20 .fz-p20-facts {
    margin-top: 7px;
  }

  html.fz-p20 .fz-p20-livecard__cta {
    min-height: 32px;
    margin-top: 8px;
    padding: 7px 10px;
  }

  html.fz-p20 #fz-main .search {
    margin-top: 12px !important;
  }

  html.fz-p20 .fz-p20-status {
    min-height: 22px;
    height: 22px;
    margin-top: 5px;
    padding: 0 2px;
    overflow: hidden;
  }

  html.fz-p20 .fz-p20-status .fz-p15-trustline {
    width: 100% !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  html.fz-p20 .fz-p20-status .fz-p15-trustline::-webkit-scrollbar {
    display: none;
  }

  html.fz-p20 .fz-p20-status .smeta {
    display: none !important;
  }

  html.fz-p20 #fz-main #chips {
    margin-top: 7px !important;
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  html.fz-p20 .fz-p20-prices {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  html.fz-p20 .fz-p20-prices__main,
  html.fz-p20 .fz-p20-prices__alt {
    padding: 9px;
  }

  html.fz-p20 .fz-p20-facts {
    justify-content: space-between;
    gap: 8px;
  }
}

@keyframes fz-p20-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(214, 170, 67, 0.14);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(214, 170, 67, 0.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.fz-p20 .fz-p20-kicker i {
    animation: none;
  }

  html.fz-p20 .fz-p20-livecard__cta {
    transition: none;
  }
}
