.net-metering-guide .guide-hero-grid {
  grid-template-columns: 1fr 1fr;
}

.net-metering-guide .guide-hero figure img {
  aspect-ratio: 3 / 2;
  border-radius: 28px;
  background: #0b2a4d;
  object-fit: cover;
  object-position: center;
}

.net-metering-guide .guide-summary li,
.net-metering-guide .guide-numbered-steps li {
  break-inside: avoid;
}

.guide-energy-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.35fr;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
  padding: 18px;
  border: 1px solid #d9e1e4;
  border-radius: 18px;
  background: #f3f7f8;
}

.guide-energy-path span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 13px;
  background: #fff;
  color: #173d62;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 8px 22px rgba(42, 58, 70, .06);
}

.guide-energy-path b {
  color: #d88916;
  font-size: 22px;
}

.zero-export-path span:last-child {
  border: 1px solid #ecc66f;
  background: #fff7e4;
}

.guide-comparison-scroll {
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid #d7dfe2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(42, 58, 70, .06);
}

.guide-comparison-scroll:focus-visible {
  outline: 3px solid rgba(233, 154, 19, .42);
  outline-offset: 3px;
}

.guide-comparison-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.guide-comparison-table th,
.guide-comparison-table td {
  padding: 17px 19px;
  border-right: 1px solid #e0e6e8;
  border-bottom: 1px solid #e0e6e8;
  text-align: left;
  vertical-align: middle;
}

.guide-comparison-table tr > *:last-child {
  border-right: 0;
}

.guide-comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.guide-comparison-table thead th {
  background: #0b2a4d;
  color: #fff;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.guide-comparison-table thead th:nth-child(2) {
  background: #155a73;
}

.guide-comparison-table thead th:nth-child(3) {
  background: #8c5b0b;
}

.guide-comparison-table tbody th {
  width: 28%;
  background: #f4f7f8;
  color: #173d62;
  font-size: 12px;
  line-height: 1.55;
}

.guide-comparison-table td {
  width: 36%;
  color: #53677b;
  font-size: 12px;
  line-height: 1.65;
}

.guide-numbered-steps {
  display: grid;
  gap: 12px;
  margin: 28px 0 48px;
  padding: 0;
  list-style: none;
  counter-reset: solar-steps;
}

.guide-numbered-steps li {
  position: relative;
  min-height: 76px;
  padding: 17px 20px 17px 72px;
  border: 1px solid #dbe2e4;
  border-radius: 16px;
  background: #fff;
  counter-increment: solar-steps;
}

.guide-numbered-steps li::before {
  content: counter(solar-steps);
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #f4a619;
  color: #0b2a4d;
  font-size: 13px;
  font-weight: 900;
}

.guide-numbered-steps strong,
.guide-numbered-steps span {
  display: block;
}

.guide-numbered-steps strong {
  color: #173d62;
  font-size: 13px;
}

.guide-numbered-steps span {
  margin-top: 3px;
  color: #607286;
  font-size: 12px;
  line-height: 1.6;
}

.guide-example {
  margin: 28px 0;
  padding: 27px 30px;
  border-radius: 20px;
  background: #0b2a4d;
}

.guide-example .eyebrow {
  margin-top: 0;
  color: #ffc65b;
}

.guide-example dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.guide-example dl div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.guide-example dt {
  color: #b8c8d8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.guide-example dd {
  margin: 8px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.net-metering-guide .guide-sources ul {
  margin: 16px 0 22px;
  padding-left: 20px;
}

.net-metering-guide .guide-sources li {
  margin: 7px 0;
  font-size: 12px;
}

@media (max-width: 920px) {
  .net-metering-guide .guide-hero-grid {
    grid-template-columns: 1fr;
  }

  .net-metering-guide .guide-hero figure img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .guide-energy-path {
    grid-template-columns: 1fr;
  }

  .guide-energy-path b {
    transform: rotate(90deg);
    justify-self: center;
  }

  .guide-energy-path span {
    min-height: 62px;
  }

  .guide-example {
    padding: 23px 20px;
  }

  .guide-example dl {
    grid-template-columns: 1fr;
  }

  .guide-numbered-steps li {
    padding-right: 16px;
    padding-left: 66px;
  }
}
