.package-detail-page {
  overflow: hidden;
  background: #fff;
  color: #2c333e;
}

.package-detail-page p {
  line-height: 1.65;
}

.package-detail-hero {
  padding: 0 0 1.5rem;
  background: linear-gradient(160deg, #111b25 0%, #1d3444 62%, #17372d 100%);
}

.package-detail-hero > .public-breadcrumbs {
  padding: 1rem 0 0;
  background: transparent;
}

.package-detail-hero > .public-breadcrumbs li {
  color: rgba(255, 255, 255, .72);
}

.package-detail-hero > .public-breadcrumbs li + li::before {
  border-color: rgba(255, 255, 255, .72);
}

.package-detail-hero > .public-breadcrumbs a {
  color: rgba(255, 255, 255, .86);
}

.package-detail-hero > .public-breadcrumbs a:hover,
.package-detail-hero > .public-breadcrumbs span {
  color: #fff;
}

.package-detail-hero__inner {
  padding-top: 1.25rem;
}

.package-detail-hero__copy {
  width: 100%;
  max-width: 720px;
}

.package-detail-title {
  margin: 0 0 1.15rem;
  color: #fff;
  font-size: var(--public-page-title-size);
  font-weight: 900;
  line-height: var(--public-page-title-line-height);
  text-transform: uppercase;
}

.package-detail-title span {
  display: block;
}

.package-detail-title span:first-child {
  color: #76c95e;
}

.package-detail-summary {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
}

.package-detail-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  margin-top: 1.15rem;
}

.package-detail-hero__fact {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 7rem;
}

.package-detail-hero__fact + .package-detail-hero__fact {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.package-detail-hero__fact span {
  color: rgba(255, 255, 255, .66);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.package-detail-hero__fact strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.package-detail-quote {
  width: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.package-detail-quote .new-booking-registration {
  max-width: none;
}

.package-detail-quote .new-booking-field-hint {
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
}

.package-detail-quote .new-booking-registration__postcode,
.package-detail-quote .new-booking-registration__plate {
  border-width: 1px;
  border-color: rgba(255, 255, 255, .32);
  box-shadow: none;
}

.package-detail-quote .new-booking-registration__postcode input,
.package-detail-quote .new-booking-registration .new-booking-registration__controls input {
  min-height: 48px;
}

.package-detail-quote .new-booking-registration__submit {
  min-height: 50px;
}

.package-detail-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: rgba(34, 87, 122, .14);
}

.package-detail-stat {
  min-width: 0;
  padding: .9rem;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.package-detail-stat:nth-child(2n) {
  border-right: 0;
}

.package-detail-stat:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.package-detail-stat__value {
  display: block;
  color: #76c95e;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.package-detail-stat__label {
  margin: .35rem 0 0;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.25;
}

.package-detail-stat__text {
  margin: .35rem 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .74rem;
  line-height: 1.4;
}

.package-detail-section {
  padding: 3rem 0;
}

.package-detail-benefits {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(23, 34, 56, .1);
}

.package-detail-benefits__story {
  padding: 2rem;
  background: #f4f8f2;
}

.package-detail-page .home-section-intro {
  display: block;
  width: 100%;
  max-width: 760px;
  min-height: 0;
  margin: 0 auto 2rem !important;
  padding: 0;
  text-align: center;
}

.package-detail-page .home-section-heading {
  margin: 0 0 .75rem !important;
  color: #172238;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.package-detail-page .home-section-eyebrow {
  display: inline-flex;
  margin-bottom: .85rem;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(48, 99, 134, .1);
  color: #306386;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.package-detail-page .home-section-subheading {
  max-width: 680px;
  margin: 0 auto;
  color: #526276;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

.package-detail-benefits__story h3 {
  margin: 0;
  color: #172238;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.18;
}

.package-detail-benefits__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #2c333e;
}

.package-detail-description__copy {
  margin-top: 1.5rem;
  color: #43566a;
  font-size: .94rem;
  line-height: 1.62;
}

.package-detail-description__copy p {
  margin: 0 0 1rem;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.package-detail-description__copy p:last-child {
  margin-bottom: 0;
}

.package-detail-coverage {
  padding: 1.75rem 1.6rem 1.25rem;
}

.package-detail-coverage__header {
  margin-bottom: 1rem;
}

.package-detail-coverage__header h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.package-detail-coverage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.package-detail-coverage-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: .45rem;
  justify-content: center;
  justify-self: start;
  padding: .55rem .85rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.package-detail-coverage-action:hover,
.package-detail-coverage-action:focus {
  border-color: #48a62c;
  background: #48a62c;
  color: #fff;
  text-decoration: none;
}

.package-detail-coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.package-detail-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-detail-features + .package-detail-features {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.package-detail-features li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: .55rem;
  align-items: start;
  padding: .72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #dce5eb;
  font-size: .8rem;
  line-height: 1.45;
}

.package-detail-features:last-child li:last-child {
  border-bottom: 0;
}

.package-detail-features i {
  margin-top: .2rem;
  color: #76c95e;
  font-size: .7rem;
}

.package-detail-features li > span a {
  display: inline-flex !important;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-left: .35rem !important;
  padding: 0 !important;
  transform: translateY(-1px);
  border: 1px solid rgba(118, 201, 94, .65);
  border-radius: 50%;
  background: rgba(118, 201, 94, .12);
  color: #91d37c;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.package-detail-features li > span a:hover,
.package-detail-features li > span a:focus-visible {
  border-color: #76c95e;
  background: #76c95e;
  color: #2c333e;
  outline: none;
}

.package-detail-features li > span a > span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.package-detail-features .inspection-feature-info {
  width: 16px !important;
  height: 16px !important;
  color: inherit !important;
}

.package-detail-features .inspection-feature-info > i {
  margin: 0;
  color: inherit !important;
  font-size: .55rem !important;
}

.package-detail-comparisons {
  display: grid;
  gap: 1rem;
  margin-top: auto;
  padding: 1.25rem 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.package-detail-comparisons strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
}

.package-detail-comparisons p {
  margin: .3rem 0 0;
  color: #dce5eb;
  font-size: .84rem;
  line-height: 1.5;
}

.package-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.package-detail-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: .55rem .85rem;
  border: 1px solid #22577a;
  border-radius: 8px;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.package-detail-action--primary {
  border-color: #48a62c;
  background: #48a62c;
  color: #fff;
}

.package-detail-action--secondary {
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
}

.package-detail-action:hover,
.package-detail-action:focus {
  border-color: #48a62c;
  background: #48a62c;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .package-detail-hero {
    padding-bottom: 2.5rem;
  }

  .package-detail-hero__inner {
    padding-top: 2rem;
  }

  .package-detail-insights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .package-detail-stat,
  .package-detail-stat:nth-child(2n),
  .package-detail-stat:nth-last-child(-n + 2) {
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }

  .package-detail-stat:last-child {
    border-right: 0;
  }

  .package-detail-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
  }

  .package-detail-features + .package-detail-features {
    border-top: 0;
  }

  .package-detail-features li:last-child {
    border-bottom: 0;
  }

}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .package-detail-coverage__header {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
  }

  .package-detail-coverage__header h3 {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }

  .package-detail-coverage__actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: .5rem;
  }

  .package-detail-coverage-action {
    min-height: 36px;
    padding: .5rem .7rem;
    font-size: .68rem;
  }
}

@media (min-width: 992px) {
  .package-detail-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .package-detail-hero__fact {
    min-width: 5.5rem;
  }

  .package-detail-benefits {
    margin-right: -1rem;
    margin-left: -1rem;
    border-radius: 0;
  }

  .package-detail-benefits__story {
    padding: 1.5rem 1.125rem;
    background: #fff;
  }

  .package-detail-benefits__story h3 {
    font-size: 1.4rem;
  }

  .package-detail-description__copy {
    font-size: .86rem;
  }

  .package-detail-coverage {
    padding: 1.5rem 1.125rem 1rem;
  }

  .package-detail-comparisons {
    padding: 1.125rem;
  }

  .package-detail-action {
    width: 100%;
  }
}
