.pid-manual-landing {
  --tm-deep: #171f2e;
  --tm-navy: #253860;
  --tm-blue: #314878;
  --tm-steel: #7885a1;
  --tm-light: #f4f7fb;
  --tm-line: #d8e0eb;
  --tm-gold: #fbc02d;
  --tm-gold-soft: rgba(251, 192, 45, 0.1);
  --tm-gold-line: rgba(251, 192, 45, 0.4);
  color: var(--tm-deep);
}

.pid-manual-landing .manual-kicker {
  color: var(--tm-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pid-manual-landing .manual-hero {
  align-items: stretch;
  background: #f9fbff;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 310px);
  margin: 0 0 26px;
  padding: 32px;
}

.pid-manual-landing .manual-hero-copy {
  min-width: 0;
}

.pid-manual-landing .manual-hero h1 {
  color: var(--tm-deep);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0 0 14px;
}

.pid-manual-landing .manual-lede {
  color: #3f4d61;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 760px;
}

.pid-manual-landing .manual-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pid-manual-landing .manual-actions .manual-pdf-top-link {
  background: #fffaf0;
  border-color: var(--tm-gold-line);
  color: var(--tm-navy);
}

.pid-manual-landing .manual-actions .manual-pdf-top-link:hover,
.pid-manual-landing .manual-actions .manual-pdf-top-link:focus {
  background: #fff4d6;
  border-color: var(--tm-gold);
  color: var(--tm-deep);
}

.pid-manual-landing .manual-product-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  width: 100%;
}

.pid-manual-landing .replacement-actions {
  max-width: 330px;
  width: 100%;
}

.pid-manual-landing .manual-product-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
}

.pid-manual-landing .manual-product-actions .btn .fa {
  flex: 0 0 auto;
}

.pid-manual-landing .manual-product-actions .btn span {
  min-width: 0;
}

.pid-manual-landing .btn-primary {
  background: var(--tm-blue);
  border-color: var(--tm-navy);
}

.pid-manual-landing .btn-primary:hover,
.pid-manual-landing .btn-primary:focus {
  background: var(--tm-navy);
  border-color: var(--tm-deep);
}

.pid-manual-landing .btn-default {
  background: #fff;
  border-color: #c7d0dc;
  color: var(--tm-navy);
}

.pid-manual-landing .btn-default:hover,
.pid-manual-landing .btn-default:focus {
  background: var(--tm-light);
  color: var(--tm-deep);
}

.pid-manual-landing .manual-hero-panel {
  background: var(--tm-gold-soft);
  border-left: 4px solid var(--tm-gold);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.06);
  color: #000;
  padding: 22px;
}

.pid-manual-landing .manual-hero-panel strong {
  color: #000;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.pid-manual-landing .manual-hero-panel p {
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.pid-manual-landing .replacement-card {
  align-items: start;
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  display: grid;
  gap: 28px;
  grid-template-columns: 320px minmax(0, 1fr);
  margin: 0 0 24px;
  padding: 24px;
}

.pid-manual-landing .manual-product-card {
  container-type: inline-size;
  cursor: pointer;
  position: relative;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pid-manual-landing .manual-product-card:hover,
.pid-manual-landing .manual-product-card:focus-within {
  background: #edf4fb;
  border-color: var(--tm-blue);
  box-shadow: 0 14px 32px rgba(23, 31, 46, 0.16), 0 0 0 2px rgba(49, 72, 120, 0.24);
  transform: translateY(-2px);
}

.pid-manual-landing .manual-card-link {
  border-radius: inherit;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.pid-manual-landing .manual-card-link:focus {
  outline: none;
}

.pid-manual-landing .manual-card-link:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(49, 72, 120, 0.3);
}

.pid-manual-landing .manual-product-card a:not(.manual-card-link),
.pid-manual-landing .manual-product-card button,
.pid-manual-landing .manual-product-card input {
  position: relative;
  z-index: 3;
}

.pid-manual-landing .controller-boxes {
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}

.pid-manual-landing .controller-boxes > h2 {
  margin-bottom: 10px;
}

.pid-manual-landing .box-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.pid-manual-landing .box-product-card {
  align-items: stretch;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  display: grid;
  gap: 14px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding: 14px;
}

.pid-manual-landing .box-product-aside {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
}

.pid-manual-landing .box-product-media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: var(--tm-light);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  transition: background-color .16s ease, box-shadow .16s ease;
  width: 100%;
}

.pid-manual-landing .box-product-media img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.pid-manual-landing .box-product-copy {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.pid-manual-landing .replacement-copy h3,
.pid-manual-landing .box-product-copy h3 {
  color: var(--tm-deep);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin: 14px 0 8px;
}

.pid-manual-landing .replacement-copy h3 a,
.pid-manual-landing .box-product-copy h3 a {
  color: var(--tm-deep);
}

.pid-manual-landing .replacement-copy h3 a:hover,
.pid-manual-landing .replacement-copy h3 a:focus,
.pid-manual-landing .box-product-copy h3 a:hover,
.pid-manual-landing .box-product-copy h3 a:focus {
  color: var(--tm-blue);
}

.pid-manual-landing .box-product-copy p {
  color: #485560;
  font-size: 13.5px;
  line-height: 1.48;
  margin-bottom: 14px;
}

.pid-manual-landing .box-product-card .replacement-facts {
  margin: auto 0 0;
  padding: 8px 0;
  width: 100%;
}

.pid-manual-landing .box-product-card .replacement-facts li {
  gap: 12px;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 5px 0;
}

.pid-manual-landing .box-product-actions {
  gap: 8px;
  margin-left: 8px;
  width: calc(100% - 16px);
}

.pid-manual-landing .box-product-actions .btn {
  font-size: 12px;
  padding: 7px 8px;
}

.pid-manual-landing .replacement-media {
  container-type: inline-size;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  text-align: left;
}

.pid-manual-landing #replacement-controller .replacement-media {
  gap: 6px;
}

.pid-manual-landing .replacement-media > a {
  border-radius: 5px;
  display: block;
  transition: box-shadow .16s ease;
}

.pid-manual-landing .manual-product-card:hover .box-product-media,
.pid-manual-landing .manual-product-card:focus-within .box-product-media,
.pid-manual-landing .manual-product-card:hover .replacement-media > a,
.pid-manual-landing .manual-product-card:focus-within .replacement-media > a {
  box-shadow: 0 0 0 3px rgba(49, 72, 120, 0.14);
}

.pid-manual-landing .replacement-media > a,
.pid-manual-landing .replacement-actions {
  max-width: 320px;
  text-align: center;
  width: 100%;
}

.pid-manual-landing #replacement-controller .replacement-actions {
  max-width: 320px;
}

.pid-manual-landing #replacement-controller .replacement-actions,
.pid-manual-landing #replacement-controller .compatibility-note {
  position: relative;
  top: 6px;
}

.pid-manual-landing .replacement-media img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pid-manual-landing .replacement-copy h2,
.pid-manual-landing .manual-section h2 {
  color: var(--tm-deep);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
}

.pid-manual-landing .replacement-copy h2 {
  margin-bottom: 10px;
}

.pid-manual-landing #replacement-controller .replacement-copy h2 {
  margin: 0;
}

.pid-manual-landing .replacement-copy h3 {
  margin: 12px 0 7px;
}

.pid-manual-landing #replacement-controller .replacement-copy h3 {
  margin: 0;
}

.pid-manual-landing .box-product-copy h3 {
  font-size: 17px;
  line-height: 1.24;
  margin: 0 0 10px;
}

.pid-manual-landing .replacement-copy p,
.pid-manual-landing .manual-section p {
  color: #485560;
  line-height: 1.58;
}

.pid-manual-landing .replacement-copy > p {
  line-height: 1.55;
  margin-bottom: 12px;
}

.pid-manual-landing #replacement-controller .replacement-copy > p {
  line-height: 1.38;
  margin: 0;
}

.pid-manual-landing .box-product-copy p {
  font-size: 13.5px;
  line-height: 1.48;
  margin-bottom: 14px;
}

.pid-manual-landing .replacement-price-row strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pid-manual-landing .product-data-note {
  font-size: 13px;
  line-height: 1.48;
  margin-bottom: 12px;
}

.pid-manual-landing #replacement-controller .product-data-note {
  line-height: 1.34;
  margin: 0;
}

.pid-manual-landing .replacement-facts {
  border-bottom: 1px solid #e5ecef;
  border-top: 1px solid #e5ecef;
  list-style: none;
  margin: 14px 0;
  padding: 9px 0;
}

.pid-manual-landing .replacement-facts li {
  display: grid;
  gap: 12px;
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 7px 0;
}

.pid-manual-landing #replacement-controller .replacement-facts {
  margin: 0;
  padding: 6px 0;
}

.pid-manual-landing #replacement-controller .replacement-facts li {
  padding: 4px 0;
}

.pid-manual-landing .replacement-facts span {
  color: #687782;
}

.pid-manual-landing .replacement-facts strong {
  color: var(--tm-deep);
  font-weight: 700;
}

.pid-manual-landing .compatibility-note {
  background: var(--tm-gold-soft);
  border: 1px solid var(--tm-gold-line);
  border-radius: 6px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px;
}

.pid-manual-landing .replacement-copy .compatibility-note {
  margin-top: 32px;
}

.pid-manual-landing #replacement-controller .compatibility-note {
  line-height: 1.4;
  margin-top: 0;
  padding: 9px 14px;
}

.pid-manual-landing #replacement-controller .replacement-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 322px;
}

@media (min-width: 992px) {
  .pid-manual-landing .manual-hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .pid-manual-landing .manual-hero,
  .pid-manual-landing .box-product-grid {
    grid-template-columns: 1fr;
  }

  .pid-manual-landing .box-product-card {
    align-items: start;
  }

  .pid-manual-landing .box-product-copy {
    min-height: 0;
  }

  .pid-manual-landing .box-product-card .replacement-facts {
    margin: 14px 0 0;
  }

  .pid-manual-landing .manual-hero-panel {
    max-width: 680px;
  }
}

@media (max-width: 560px) {
  .pid-manual-landing .manual-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pid-manual-landing .manual-actions .btn {
    width: 100%;
  }
}

.pid-manual-landing .manual-jump-nav {
  border-bottom: 1px solid var(--tm-line);
  border-top: 1px solid var(--tm-line);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 24px;
  padding: 10px 0;
}

.pid-manual-landing .manual-jump-nav a {
  border-radius: 4px;
  color: var(--tm-blue);
  font-weight: 700;
  padding: 8px 12px;
}

.pid-manual-landing .manual-jump-nav a:hover,
.pid-manual-landing .manual-jump-nav a:focus {
  background: var(--tm-light);
  text-decoration: none;
}

.pid-manual-landing .manual-section {
  margin: 0 0 32px;
}

.pid-manual-landing .manual-grid,
.pid-manual-landing .fault-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pid-manual-landing #manual-sections .manual-grid {
  margin-bottom: 24px;
}

.pid-manual-landing .manual-grid > div,
.pid-manual-landing .fault-grid article,
.pid-manual-landing .step-list article {
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  padding: 18px;
}

.pid-manual-landing h3 {
  color: var(--tm-deep);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.pid-manual-landing .step-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pid-manual-landing .step-list span {
  align-items: center;
  background: var(--tm-blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin-bottom: 12px;
  width: 32px;
}

.pid-manual-landing .manual-table th {
  background: #edf2f8;
  color: var(--tm-deep);
}

.pid-manual-landing .manual-table td:first-child {
  color: var(--tm-blue);
  font-weight: 700;
  white-space: nowrap;
}

.pid-manual-landing .manual-table th,
.pid-manual-landing .manual-table td {
  border-color: #cfd8e4;
  vertical-align: middle;
}

.pid-manual-landing .input-range-table td:nth-child(2),
.pid-manual-landing .input-range-table td:nth-child(4),
.pid-manual-landing .input-range-table td:nth-child(6),
.pid-manual-landing .dimension-table td:first-child {
  color: var(--tm-deep);
  font-weight: 700;
}

.pid-manual-landing .dimension-table th,
.pid-manual-landing .dimension-table td {
  text-align: center;
}

.pid-manual-landing .manual-figures figure {
  background: #fff;
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  margin: 16px 0;
  padding: 14px;
}

.pid-manual-landing .manual-figures img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.pid-manual-landing .manual-layout-reference {
  border-top: 3px solid var(--tm-blue);
}

.pid-manual-landing .manual-diagram-labels {
  color: var(--tm-deep);
  display: grid;
  font-weight: 700;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
}

.pid-manual-landing .manual-layout-image-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 18px;
  max-width: 1020px;
}

.pid-manual-landing .manual-layout-image-block {
  text-align: center;
}

.pid-manual-landing .manual-layout-image-title {
  color: var(--tm-deep);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
}

.pid-manual-landing .manual-outline-image {
  max-height: 230px;
  width: auto;
}

.pid-manual-landing .manual-wiring-figure {
  padding-top: 22px;
}

.pid-manual-landing .manual-diagram-title {
  color: var(--tm-deep);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  text-align: center;
}

.pid-manual-landing .manual-diagram-labels {
  font-size: 18px;
  margin: 0 auto 12px;
  max-width: 760px;
}

.pid-manual-landing .manual-diagram-note,
.pid-manual-landing .manual-diagram-footnote {
  color: #2f3b47;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto 14px;
  max-width: 960px;
  text-align: center;
}

.pid-manual-landing .manual-diagram-footnote {
  margin: 14px auto 0;
}

.pid-manual-landing .manual-diagram-footnote-strong {
  color: var(--tm-deep);
  font-weight: 700;
  margin-top: 4px;
}

.pid-manual-landing .layout-reference-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.pid-manual-landing .layout-sketch {
  background: var(--tm-light);
  border: 1px solid #cfd8e4;
  border-radius: 6px;
  min-height: 190px;
  padding: 14px;
}

.pid-manual-landing .layout-sketch strong {
  color: var(--tm-navy);
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.pid-manual-landing .outline-sketch,
.pid-manual-landing .boring-sketch {
  height: 130px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}

.pid-manual-landing .front-box,
.pid-manual-landing .side-box,
.pid-manual-landing .boring-hole {
  border: 2px solid var(--tm-deep);
  position: absolute;
}

.pid-manual-landing .front-box {
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 7px var(--tm-deep);
  height: 64px;
  left: 42px;
  top: 30px;
  width: 64px;
}

.pid-manual-landing .side-box {
  height: 64px;
  left: 170px;
  top: 30px;
  width: 86px;
}

.pid-manual-landing .side-box:before {
  background: #cfd8e4;
  border: 2px solid var(--tm-deep);
  content: "";
  height: 68px;
  left: -14px;
  position: absolute;
  top: -4px;
  width: 10px;
}

.pid-manual-landing .boring-hole {
  align-items: center;
  background: #fff;
  color: var(--tm-blue);
  display: flex;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.pid-manual-landing .hole-1 { left: 76px; top: 16px; }
.pid-manual-landing .hole-2 { right: 76px; top: 16px; }
.pid-manual-landing .hole-3 { left: 76px; bottom: 16px; }
.pid-manual-landing .hole-4 { right: 76px; bottom: 16px; }

.pid-manual-landing .dimension {
  color: var(--tm-navy);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
}

.pid-manual-landing .dimension-a { left: 24px; top: 56px; }
.pid-manual-landing .dimension-b { left: 68px; top: 104px; }
.pid-manual-landing .dimension-c { left: 147px; top: 98px; }
.pid-manual-landing .dimension-d { left: 209px; top: 102px; }
.pid-manual-landing .dimension-e { right: 49px; top: 32px; }
.pid-manual-landing .dimension-f { right: 89px; top: 58px; }
.pid-manual-landing .dimension-g { left: 47px; top: 60px; }
.pid-manual-landing .dimension-h { left: 126px; top: 102px; }

.pid-manual-landing .manual-figures figcaption {
  color: #5d6b76;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.pid-manual-landing .manual-download {
  background: var(--tm-light);
  border: 1px solid var(--tm-line);
  border-radius: 6px;
  padding: 20px;
}

@media (max-width: 991px) {
  .pid-manual-landing .manual-hero,
  .pid-manual-landing .replacement-card,
  .pid-manual-landing .box-product-grid,
  .pid-manual-landing .box-product-card,
  .pid-manual-landing .manual-layout-image-grid,
  .pid-manual-landing .manual-grid,
  .pid-manual-landing .fault-grid,
  .pid-manual-landing .step-list,
  .pid-manual-landing .layout-reference-grid {
    grid-template-columns: 1fr;
  }

  .pid-manual-landing .manual-hero {
    padding: 24px;
  }

  .pid-manual-landing .box-product-copy {
    min-height: 0;
  }
}

@container (max-width: 300px) {
  .pid-manual-landing .manual-product-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .pid-manual-landing.container {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }

  .pid-manual-landing .manual-hero h1 {
    font-size: 25px;
  }

  .pid-manual-landing .replacement-copy h2,
  .pid-manual-landing .manual-section h2,
  .pid-manual-landing .controller-boxes > h2 {
    font-size: 22px;
    line-height: 1.22;
  }

  .pid-manual-landing .replacement-card,
  .pid-manual-landing .controller-boxes,
  .pid-manual-landing .manual-hero {
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .pid-manual-landing .manual-lede,
  .pid-manual-landing .manual-hero-panel p,
  .pid-manual-landing .compatibility-note {
    overflow-wrap: anywhere;
  }

  .pid-manual-landing .manual-lede {
    font-size: 15px;
    line-height: 1.45;
  }

  .pid-manual-landing .replacement-facts li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .pid-manual-landing .manual-actions .btn,
  .pid-manual-landing .manual-product-actions .btn {
    width: 100%;
  }

  .pid-manual-landing .manual-product-actions {
    grid-template-columns: 1fr;
  }
}
