.alternator-matching-page {
  background: #f4f7f5;
}

.alternator-guide {
  color: #17251f;
}

.alternator-match-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: clamp(96px, 12vw, 142px) clamp(18px, 6vw, 88px) 44px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 25, 34, .96) 0%, rgba(6, 25, 34, .85) 48%, rgba(6, 25, 34, .18) 100%),
    url("../../assets/products/alternator-stator-rotor-5kw-220v-380v/main.png") right center / min(58vw, 760px) auto no-repeat,
    #dfe7e3;
}

.alternator-match-hero-copy {
  max-width: 760px;
}

.alternator-match-hero h1 {
  max-width: 720px;
  margin: 8px 0 16px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: .98;
}

.alternator-match-hero-copy > p:last-of-type {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.65;
}

.alternator-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.alternator-hero-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08);
}

.alternator-proof-band,
.alternator-quick-start,
.alternator-measure-section,
.alternator-send-section,
.alternator-do-not,
.alternator-sources {
  padding: 56px clamp(18px, 6vw, 88px);
}

.alternator-proof-band {
  display: grid;
  gap: 30px;
  background: #fff;
}

.alternator-proof-band h2,
.alternator-section-heading h2,
.alternator-send-copy h2,
.alternator-do-not h2,
.alternator-sources h2,
.alternator-safety h2 {
  margin: 6px 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.alternator-proof-band p,
.alternator-section-heading > p:last-child,
.alternator-send-copy > p:last-of-type,
.alternator-sources > p {
  max-width: 780px;
  margin: 0;
  color: #52625b;
  line-height: 1.7;
}

.alternator-proof-list {
  display: grid;
  gap: 1px;
  margin: 0;
  background: #cfd9d3;
}

.alternator-proof-list > div {
  padding: 18px;
  background: #f5f8f6;
}

.alternator-proof-list dt {
  color: #0b6442;
  font-weight: 900;
}

.alternator-proof-list dd {
  margin: 5px 0 0;
  color: #4f5f58;
  line-height: 1.55;
}

.alternator-quick-start,
.alternator-send-section,
.alternator-sources {
  background: #eef4f0;
}

.alternator-section-heading {
  max-width: 900px;
  margin-bottom: 28px;
}

.alternator-photo-steps {
  display: grid;
  gap: 12px;
}

.alternator-photo-steps article {
  position: relative;
  min-height: 178px;
  padding: 24px 22px 22px 72px;
  border-top: 4px solid #f7c948;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 52, 38, .07);
}

.alternator-photo-steps span {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0b6442;
  font-weight: 900;
}

.alternator-photo-steps h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.alternator-photo-steps p {
  margin: 0;
  color: #56645e;
  line-height: 1.55;
}

.alternator-safety {
  display: grid;
  gap: 24px;
  padding: 36px clamp(18px, 6vw, 88px);
  color: #fff;
  background: #8f2d1f;
}

.alternator-safety h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.alternator-safety p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.7;
}

.alternator-measure-section {
  background: #fff;
}

.alternator-measure-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.alternator-measure-figure {
  margin: 0;
  border: 1px solid #d5ded8;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f9f7;
}

.alternator-measure-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.alternator-measure-figure figcaption {
  padding: 14px 16px;
  color: #57665f;
  border-top: 1px solid #d5ded8;
  font-size: 13px;
  line-height: 1.55;
}

.alternator-measure-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #d9e1dc;
}

.alternator-measure-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 17px;
  background: #f6f8f6;
}

.alternator-measure-list li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0a2f4f;
  font-weight: 900;
}

.alternator-measure-list strong {
  display: block;
  font-size: 17px;
}

.alternator-measure-list p {
  margin: 5px 0 0;
  color: #56645e;
  line-height: 1.5;
}

.alternator-send-section {
  display: grid;
  gap: 28px;
  align-items: center;
}

.alternator-send-copy .btn {
  margin-top: 22px;
}

.alternator-send-checklist {
  display: grid;
  gap: 1px;
  background: #bdcbc3;
}

.alternator-send-checklist span {
  position: relative;
  display: block;
  padding: 16px 16px 16px 48px;
  background: #fff;
  font-weight: 800;
}

.alternator-send-checklist span::before {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #0b6442;
  content: "";
}

.alternator-do-not {
  display: grid;
  gap: 28px;
  color: #fff;
  background: #0a2f4f;
}

.alternator-do-not ul {
  margin: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, .88);
}

.alternator-do-not li {
  margin: 10px 0;
  line-height: 1.55;
}

.alternator-sources {
  display: grid;
  gap: 18px;
}

.alternator-sources nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.alternator-sources a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid #bdcbc3;
  border-radius: 6px;
  color: #0a2f4f;
  background: #fff;
  font-weight: 900;
}

@media (min-width: 760px) {
  .alternator-proof-band,
  .alternator-send-section,
  .alternator-do-not,
  .alternator-sources,
  .alternator-safety {
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    align-items: start;
  }

  .alternator-photo-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alternator-measure-layout {
    grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
  }
}

@media (max-width: 640px) {
  .alternator-match-hero {
    min-height: 500px;
    padding-top: 112px;
    background:
      linear-gradient(180deg, rgba(6, 25, 34, .92), rgba(6, 25, 34, .96)),
      url("../../assets/products/alternator-stator-rotor-5kw-220v-380v/main.png") 76% 24% / 540px auto no-repeat,
      #dfe7e3;
  }

  .alternator-match-hero h1 {
    font-size: 43px;
  }

  .alternator-hero-actions,
  .alternator-hero-actions .btn,
  .alternator-send-copy .btn {
    width: 100%;
  }

  .alternator-measure-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .alternator-measure-list li > span {
    width: 34px;
    height: 34px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .alternator-hero-actions,
  .alternator-sources nav {
    display: none !important;
  }

  .alternator-match-hero {
    min-height: 0;
    padding: 30px;
    color: #111;
    background: #fff;
  }

  .alternator-match-hero-copy > p:last-of-type {
    color: #333;
  }
}
