/* P19: reduce repeated homepage content while preserving every source block. */
html.fz-p19 #offers,
html.fz-p19 #results {
  padding-top: 54px;
  padding-bottom: 54px;
}

html.fz-p19 #offers .sec-h,
html.fz-p19 #results .sec-h {
  margin-bottom: 18px;
}

html.fz-p19 .fz-p19-pricing-note,
html.fz-p19 .fz-p19-filters {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px -24px rgba(15, 28, 51, 0.55);
}

html.fz-p19 .fz-p19-filters {
  margin: 0 0 14px;
}

html.fz-p19 .fz-p19-pricing-note > summary,
html.fz-p19 .fz-p19-filters > summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 16px;
  color: #17233d;
  cursor: pointer;
  list-style: none;
}

html.fz-p19 .fz-p19-pricing-note > summary::-webkit-details-marker,
html.fz-p19 .fz-p19-filters > summary::-webkit-details-marker {
  display: none;
}

html.fz-p19 .fz-p19-pricing-note > summary span,
html.fz-p19 .fz-p19-filters > summary span {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 10px;
}

html.fz-p19 .fz-p19-pricing-note > summary strong,
html.fz-p19 .fz-p19-filters > summary strong {
  font-size: 14px;
  line-height: 1.25;
}

html.fz-p19 .fz-p19-pricing-note > summary small,
html.fz-p19 .fz-p19-filters > summary small {
  color: #718096;
  font-size: 12px;
  line-height: 1.3;
}

html.fz-p19 .fz-p19-pricing-note > summary b,
html.fz-p19 .fz-p19-filters > summary b {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  background: #f5edd7;
  color: #9a741b;
  font-size: 19px;
  font-weight: 500;
  transition: transform 0.2s ease;
}

html.fz-p19 .fz-p19-pricing-note[open] > summary b,
html.fz-p19 .fz-p19-filters[open] > summary b {
  transform: rotate(45deg);
}

html.fz-p19 .fz-p19-pricing-note:not([open]) > .incs,
html.fz-p19 .fz-p19-filters:not([open]) > .rail {
  display: none !important;
}

html.fz-p19 .fz-p19-pricing-note .incs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 12px 12px;
}

html.fz-p19 .fz-p19-pricing-note .inc {
  min-height: 0 !important;
  height: auto !important;
  padding: 13px 14px !important;
  border: 1px solid #eee3c6 !important;
  border-radius: 11px !important;
  background: #fffaf0 !important;
  box-shadow: none !important;
}

html.fz-p19 .fz-p19-pricing-note .inc::before {
  display: none !important;
}

html.fz-p19 .fz-p19-pricing-note .inc__tag {
  margin: 0 0 4px !important;
  font-size: 9px !important;
}

html.fz-p19 .fz-p19-pricing-note .inc__t {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

html.fz-p19 .fz-p19-pricing-note .inc__m {
  margin-top: 4px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

html.fz-p19 #results .rlayout {
  display: block !important;
}

html.fz-p19 #results .mfilter {
  display: none !important;
}

html.fz-p19 #results .fz-p19-filters .rail {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  display: grid !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  grid-template-columns: auto repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-top: 1px solid #e6ebf2 !important;
  border-radius: 0 !important;
  background: #fbfcfe !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html.fz-p19 .fz-p19-filters .rail__h {
  display: flex !important;
  height: auto !important;
  min-height: 100%;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 17px 14px !important;
  border: 0 !important;
  border-right: 1px solid #e6ebf2 !important;
}

html.fz-p19 .fz-p19-filters .rail__h .t {
  display: none !important;
}

html.fz-p19 .fz-p19-filters .rail__h .clr {
  color: #9a741b !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html.fz-p19 .fz-p19-filters .fg {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 0 !important;
  border-right: 1px solid #e6ebf2 !important;
}

html.fz-p19 .fz-p19-filters .fg:last-child {
  border-right: 0 !important;
}

html.fz-p19 .fz-p19-filters .lbl {
  margin-bottom: 8px !important;
  font-size: 9px !important;
}

html.fz-p19 .fz-p19-filters .opt {
  min-height: 27px !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

html.fz-p19 #results .grid {
  gap: 12px !important;
}

html.fz-p19 #results .card {
  overflow: hidden;
  border-color: #dfe5ee !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 24px -24px rgba(13, 28, 50, 0.75) !important;
}

html.fz-p19 #results .card .ph {
  height: 78px !important;
  min-height: 78px !important;
}

html.fz-p19 #results .card .ph::after {
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.08), rgba(10, 20, 36, 0.78)) !important;
}

html.fz-p19 #results .card .qsbrand {
  right: 12px !important;
  bottom: 10px !important;
  left: 12px !important;
}

html.fz-p19 #results .card .qsnm b {
  max-width: 185px;
  overflow: hidden;
  font-size: 12px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fz-p19 #results .card .qsnm > span {
  max-width: 190px;
  overflow: hidden;
  font-size: 9px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.fz-p19 #results .card .lgbox {
  width: 34px !important;
  height: 34px !important;
}

html.fz-p19 #results .card .qsl {
  min-height: 0 !important;
  padding: 10px !important;
}

html.fz-p19 #results .card .qsl__main {
  min-height: 82px !important;
  padding: 11px 13px !important;
  border-radius: 11px !important;
}

html.fz-p19 #results .card .qsl__price {
  font-size: 22px !important;
}

html.fz-p19 #results .card .qsl__other {
  display: flex !important;
  min-height: 42px !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 2px 0 !important;
  flex-wrap: wrap !important;
}

html.fz-p19 #results .card .qsl__olab {
  margin-right: 1px !important;
  font-size: 9px !important;
}

html.fz-p19 #results .card .qsl__chip {
  min-height: 29px !important;
  padding: 5px 8px !important;
  font-size: 10px !important;
}

html.fz-p19 #results .card:not(.fz-p19-visa-open) .qsl__chip:nth-of-type(n + 2) {
  display: none !important;
}

html.fz-p19 .fz-p19-visa-toggle {
  min-height: 29px;
  padding: 4px 7px;
  border: 0;
  background: transparent;
  color: #8a681c;
  cursor: pointer;
  font: 700 10px/1.2 inherit;
  white-space: nowrap;
}

html.fz-p19 #results .card .qsfoot {
  gap: 7px !important;
  padding: 9px 10px 10px !important;
}

html.fz-p19 #results .card .cb__specs {
  min-height: 28px !important;
  padding: 4px 2px !important;
  border: 0 !important;
}

html.fz-p19 #results .card .cb__specs .sp {
  font-size: 10px !important;
}

html.fz-p19 #results .card .cb__foot {
  min-height: 38px !important;
  gap: 6px !important;
}

html.fz-p19 #results .card .cb__foot .btn {
  min-height: 36px !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
}

html.fz-p19 .fz-p19-portal {
  margin-top: 18px !important;
}

html.fz-p19 .fz-p19-portal__shell {
  border-radius: 17px !important;
  box-shadow: 0 18px 38px -34px rgba(14, 22, 38, 0.6) !important;
}

html.fz-p19 .fz-p19-portal__intro {
  padding: 18px 22px 16px !important;
}

html.fz-p19 .fz-p19-portal__intro h2 {
  margin-top: 5px !important;
  max-width: 760px;
  font-size: 23px !important;
}

html.fz-p19 .fz-p19-portal__intro p {
  margin-top: 6px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html.fz-p19 .fz-p19-portal__steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html.fz-p19 .fz-p19-portal__step {
  min-height: 72px !important;
  padding: 13px 15px !important;
  border-top: 1px solid #e7ebf2 !important;
  border-right: 1px solid #e7ebf2;
}

html.fz-p19 .fz-p19-portal__step:last-child {
  border-right: 0;
}

html.fz-p19 .fz-p19-portal__step > div:first-child {
  font-size: 9px !important;
}

html.fz-p19 .fz-p19-portal__step > div:nth-child(2) {
  margin-top: 4px !important;
  font-size: 13px !important;
}

html.fz-p19 .fz-p19-portal__step > p {
  display: none;
}

html.fz-p19 .fz-p19-portal__actions {
  gap: 10px !important;
  padding: 11px 16px !important;
}

html.fz-p19 .fz-p19-portal__actions a {
  padding: 8px 12px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
}

html.fz-p19 .fz-p19-portal__actions a:nth-child(2) {
  padding-inline: 3px !important;
  border: 0 !important;
  background: transparent !important;
}

html.fz-p19 .fz-p19-portal__actions span {
  margin-left: auto;
  font-size: 11px !important;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #e7ebf2 !important;
  background: #fff !important;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in {
  display: flex !important;
  max-width: none !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 9px 14px !important;
  overflow-x: auto;
  scrollbar-width: none;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in::-webkit-scrollbar {
  display: none;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in > div {
  display: inline-flex !important;
  min-width: max-content;
  min-height: 0 !important;
  padding: 6px 9px !important;
  border: 1px solid #e4e9f0 !important;
  border-radius: 999px !important;
  background: #fbfcfe !important;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in > div b {
  display: none !important;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in > div span {
  margin: 0 !important;
  color: #56647a !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline nav {
  display: inline-flex !important;
  min-width: max-content;
  gap: 8px !important;
  margin-left: auto !important;
  padding-left: 6px;
}

html.fz-p19 #fzP15Proof.fz-p19-proof-inline nav a {
  font-size: 10px !important;
  white-space: nowrap;
}

@media (max-width: 760px) {
  html.fz-p19 #offers,
  html.fz-p19 #results {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  html.fz-p19 .fz-p19-pricing-note > summary span,
  html.fz-p19 .fz-p19-filters > summary span {
    display: block;
  }

  html.fz-p19 .fz-p19-pricing-note > summary small,
  html.fz-p19 .fz-p19-filters > summary small {
    display: block;
    margin-top: 2px;
  }

  html.fz-p19 .fz-p19-pricing-note .incs {
    grid-template-columns: 1fr;
  }

  html.fz-p19 .fz-p19-filters .rail {
    grid-template-columns: 1fr !important;
  }

  html.fz-p19 #results .fz-p19-filters[open] > .rail {
    display: grid !important;
  }

  html.fz-p19 .fz-p19-filters .rail__h {
    min-height: 38px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 7px 13px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e6ebf2 !important;
  }

  html.fz-p19 .fz-p19-filters .fg {
    padding: 12px 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e6ebf2 !important;
  }

  html.fz-p19 #results .card .ph {
    height: 72px !important;
    min-height: 72px !important;
  }

  html.fz-p19 #results .card .qsnm b {
    max-width: 220px;
  }

  html.fz-p19 #results .card .qsnm > span {
    max-width: 230px;
  }

  html.fz-p19 #results .sortbar__r > label {
    display: none !important;
  }

  html.fz-p19 #results .sortbar__r .selw {
    width: 100% !important;
    flex: 1 1 auto !important;
  }

  html.fz-p19 .fz-p19-portal {
    margin-top: 14px !important;
    padding: 0 12px !important;
  }

  html.fz-p19 .fz-p19-portal__intro {
    padding: 16px !important;
  }

  html.fz-p19 .fz-p19-portal__intro h2 {
    font-size: 20px !important;
  }

  html.fz-p19 .fz-p19-portal__intro p {
    display: none;
  }

  html.fz-p19 .fz-p19-portal__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.fz-p19 .fz-p19-portal__step {
    min-height: 67px !important;
    padding: 11px 12px !important;
  }

  html.fz-p19 .fz-p19-portal__step:nth-child(2n) {
    border-right: 0;
  }

  html.fz-p19 .fz-p19-portal__actions {
    align-items: center !important;
    padding: 10px 12px !important;
  }

  html.fz-p19 .fz-p19-portal__actions a:first-child {
    flex: 1 1 auto;
    justify-content: center;
  }

  html.fz-p19 .fz-p19-portal__actions span {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  html.fz-p19 #fzP15Proof.fz-p19-proof-inline .fz-p15-proof__in {
    padding: 8px 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.fz-p19 .fz-p19-pricing-note > summary b,
  html.fz-p19 .fz-p19-filters > summary b {
    transition: none;
  }
}
