body.price-match-guarantee_body .panel_spages > .h1-list,
body.price-match-guarantee_body #price-match-layout {
  width: 100%;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

body.price-match-guarantee_body .panel_spages > .h1-list {
  margin-top: 34px;
  margin-bottom: 12px;
  color: #1f5887;
  font-size: clamp(2.3rem, 3.2vw, 3.7rem);
  line-height: 1.08;
}

body.price-match-guarantee_body #price-match-layout {
  padding: 16px 0 28px;
  color: #24384b;
  font-size: 1.08rem;
  line-height: 1.65;
}

body.price-match-guarantee_body #price-match-layout p {
  margin: 0;
}

body.price-match-guarantee_body #price-match-layout h2,
body.price-match-guarantee_body #price-match-layout h3 {
  margin: 0;
  color: #173f68;
  font-weight: 700;
}

body.price-match-guarantee_body #price-match-layout h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  line-height: 1.18;
}

body.price-match-guarantee_body #price-match-layout h3 {
  font-size: 1.35rem;
  line-height: 1.3;
}

body.price-match-guarantee_body #price-match-layout a {
  color: #164f87;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.price-match-page .pm-eyebrow {
  margin-bottom: 8px !important;
  color: #286596;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.price-match-page .pm-hero {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  padding: clamp(30px, 4.2vw, 64px);
  overflow: hidden;
  border: 1px solid #cfe4f5;
  border-radius: 22px;
  background: linear-gradient(135deg, #edf7ff 0%, #f8fcff 72%, #ffffff 100%);
  box-shadow: 0 16px 40px rgba(31, 88, 135, 0.1);
}

.price-match-page .pm-hero__seal {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(40, 101, 150, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  aspect-ratio: 1;
}

.price-match-page .pm-hero__seal img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}

.price-match-page .pm-hero__content {
  display: grid;
  gap: 18px;
}

.price-match-page .pm-hero__content .pm-eyebrow {
  margin-bottom: -8px !important;
}

.price-match-page .pm-lead {
  max-width: 980px;
  color: #30485e;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.7;
}

.price-match-page .pm-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  align-items: baseline;
  max-width: 980px;
  padding: 16px 20px;
  border-left: 4px solid #286596;
  border-radius: 4px 12px 12px 4px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(31, 88, 135, 0.08);
}

.price-match-page .pm-contact__label {
  color: #173f68;
  font-weight: 800;
}

.price-match-page .pm-process {
  padding: clamp(50px, 6vw, 84px) 0;
}

.price-match-page .pm-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.price-match-page .pm-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.price-match-page .pm-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #d8e5ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 65, 96, 0.07);
}

.price-match-page .pm-step__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #286596;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.price-match-page .pm-step h3 {
  margin-bottom: 10px !important;
}

.price-match-page .pm-qualifies {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.6fr);
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(34px, 4.5vw, 64px);
  border-radius: 20px;
  background: #edf7ff;
}

.price-match-page .pm-qualifies__heading > p:last-child {
  margin-top: 16px !important;
  color: #4a6073;
}

.price-match-page .pm-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-match-page .pm-checklist li {
  position: relative;
  padding-left: 34px;
}

.price-match-page .pm-checklist li::before {
  content: "\2713";
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #286596;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(31, 88, 135, 0.1);
}

.price-match-page .pm-sky-choice {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  margin-top: clamp(50px, 6vw, 84px);
  overflow: hidden;
  border: 1px solid #d8e5ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 65, 96, 0.08);
}

.price-match-page .pm-sky-choice__brand {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 420px;
  padding: 42px;
  background: linear-gradient(145deg, #edf7ff, #dceefa);
  text-align: center;
}

.price-match-page .pm-sky-choice__brand img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

.price-match-page .pm-sky-choice__brand p {
  max-width: 300px;
  color: #173f68;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.price-match-page .pm-sky-choice__content {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 4vw, 60px) clamp(30px, 4vw, 62px) clamp(34px, 4vw, 60px) 0;
}

.price-match-page .pm-sky-choice__content .pm-eyebrow {
  margin-bottom: -8px !important;
}

.price-match-page .pm-note {
  padding: 14px 18px;
  border-radius: 10px;
  background: #fff4e5;
  color: #674314;
}

.price-match-page .pm-sky-choice__closing {
  color: #4a6073;
}

@media (max-width: 991.98px) {
  .price-match-page .pm-hero,
  .price-match-page .pm-qualifies,
  .price-match-page .pm-sky-choice {
    grid-template-columns: 1fr;
  }

  .price-match-page .pm-hero__seal {
    width: min(260px, 72vw);
    min-height: 0;
    margin: 0 auto;
  }

  .price-match-page .pm-sky-choice__brand {
    min-height: 0;
  }

  .price-match-page .pm-sky-choice__content {
    padding: 0 clamp(28px, 5vw, 46px) clamp(32px, 5vw, 48px);
  }
}

@media (max-width: 767.98px) {
  body.price-match-guarantee_body .panel_spages > .h1-list {
    margin-top: 26px;
    font-size: 2.25rem;
  }

  body.price-match-guarantee_body #price-match-layout {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .price-match-page .pm-hero,
  .price-match-page .pm-qualifies {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .price-match-page .pm-steps,
  .price-match-page .pm-checklist {
    grid-template-columns: 1fr;
  }

  .price-match-page .pm-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }

  .price-match-page .pm-step__number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .price-match-page .pm-sky-choice {
    border-radius: 16px;
  }

  .price-match-page .pm-sky-choice__brand {
    padding: 30px 22px;
  }

  .price-match-page .pm-sky-choice__content {
    padding: 0 22px 28px;
  }
}
