.sunpal-header-inner {
  max-width: 1500px;
  height: 66px;
}

.sunpal-brand,
.sunpal-brand img,
.custom-logo {
  width: 150px;
}

.sunpal-nav .sunpal-menu { gap: 26px; }
.sunpal-nav > a,
.sunpal-nav-trigger { white-space: nowrap; }
.sunpal-header-actions { gap: 16px; }

.sunpal-header-search {
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  transition: width .2s ease;
}

.sunpal-header-search::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 9px;
  width: 13px;
  height: 13px;
  border: 1.8px solid var(--ink);
  border-radius: 50%;
  pointer-events: none;
}

.sunpal-header-search::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 23px;
  width: 7px;
  height: 1.8px;
  background: var(--ink);
  transform: rotate(45deg);
  pointer-events: none;
}

.sunpal-header-search label { display: block; }
.sunpal-header-search input[type="search"] {
  width: 100%;
  height: 38px;
  padding: 0 10px 0 37px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  font: 600 13px/1 inherit;
  outline: 0;
}

.sunpal-header-search:focus-within { width: 180px; }
.sunpal-header-search:focus-within input {
  border-color: var(--line);
  background: #fff;
}

.sunpal-header-actions > a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.sunpal-cart { position: relative; }
.sunpal-cart span {
  position: absolute;
  right: -13px;
  top: -1px;
  min-width: 16px;
  height: 16px;
  background: var(--green);
  font-size: 9px;
}

.sunpal-hero-slider {
  display: block;
  min-height: 0;
  padding: 0;
  background: #f8f9f8;
  color: var(--ink);
  overflow: hidden;
}

.sunpal-hero-slider::before { display: none; }
.sunpal-hero-slides {
  position: relative;
  height: clamp(510px, 42vw, 650px);
}

.sunpal-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 56px max(64px, calc((100vw - 1380px) / 2));
  background-color: #f4f7f5;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 26%, rgba(255,255,255,.55) 46%, rgba(255,255,255,.08) 68%, transparent 78%),
    var(--hero);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.018);
  transition: opacity .7s ease, visibility 0s linear .7s, transform 5.5s cubic-bezier(.22, .75, .18, 1);
}

.sunpal-hero-slide[data-hero-focus="right"] {
  background-position: 72% center;
}

.sunpal-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.sunpal-hero-slider .sunpal-hero-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 44vw);
  max-width: none;
  padding: 0;
  animation: none;
}

.sunpal-hero-slider .sunpal-hero-copy > p {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 11px;
}

.sunpal-hero-slider h1 {
  max-width: 620px;
  margin-bottom: 14px;
  color: #111720;
  font-size: clamp(58px, 5.5vw, 88px);
  font-weight: 690;
  line-height: .88;
  letter-spacing: 0;
}

.sunpal-hero-slider .sunpal-hero-copy > span {
  max-width: 500px;
  color: #343b42;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.42;
}

.sunpal-hero-slider .sunpal-hero-copy nav {
  gap: 12px;
  margin-top: 22px;
}

.sunpal-hero-slider .button {
  min-height: 46px !important;
  padding: 0 19px !important;
  border-color: var(--green) !important;
  background: var(--green) !important;
}

.sunpal-hero-slider .button b {
  margin-left: 16px;
  font-size: 20px;
  font-weight: 500;
}

.sunpal-hero-slider .button.secondary {
  border-color: var(--green) !important;
  background: rgba(255,255,255,.78) !important;
  color: var(--ink) !important;
}

.sunpal-hero-slider .sunpal-hero-points {
  display: flex;
  gap: 26px;
  margin-top: 24px;
}

.sunpal-hero-slider .sunpal-hero-points li {
  position: relative;
  display: grid;
  gap: 2px;
  min-height: 42px;
  padding: 0 0 0 40px;
  border: 0;
  background: transparent;
  color: var(--ink);
  backdrop-filter: none;
}

.sunpal-hero-slider .sunpal-hero-points .sunpal-hero-point-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  color: var(--green);
}

.sunpal-hero-slider .sunpal-hero-points strong {
  font-size: 12px;
  line-height: 1.2;
}

.sunpal-hero-slider .sunpal-hero-points span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}

.sunpal-hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(9,11,13,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.76);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.sunpal-hero-arrow.prev { left: 18px; }
.sunpal-hero-arrow.next { right: 18px; }
.sunpal-hero-arrow::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(45deg);
}

.sunpal-hero-arrow.prev::before {
  left: 17px;
  transform: rotate(-135deg);
}

.sunpal-hero-arrow:hover,
.sunpal-hero-arrow:focus-visible {
  border-color: var(--green);
  background: #fff;
}

.sunpal-hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.sunpal-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(9,11,13,.28);
  cursor: pointer;
  transition: width .2s, background .2s;
}

.sunpal-hero-dots button.is-active {
  width: 26px;
  border-radius: 5px;
  background: var(--green);
}

.sunpal-home-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1380px;
  margin: 18px auto 0;
  padding: 0 28px;
}

.sunpal-home-categories > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 44%;
  min-height: 132px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.sunpal-home-categories > a:hover,
.sunpal-home-categories > a:focus-visible {
  border-color: rgba(22,139,61,.55);
  box-shadow: 0 14px 30px rgba(9,11,13,.07);
  transform: translateY(-2px);
}

.sunpal-home-categories span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 18px 0 15px 18px;
}

.sunpal-home-categories strong {
  font-size: 15px;
  line-height: 1.2;
}

.sunpal-home-categories small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.sunpal-home-categories b {
  margin-top: auto;
  color: var(--ink);
  font-size: 19px;
  font-weight: 500;
}

.sunpal-home-categories img {
  align-self: end;
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

.sunpal-home-picks {
  max-width: 1380px;
  margin: auto;
  padding: 28px 28px 22px;
  background: #fff;
}

.sunpal-home-picks > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  margin: 0 0 15px;
  text-align: left;
}

.sunpal-home-picks > header > div p {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sunpal-home-picks > header h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.sunpal-home-picks > header > a {
  color: var(--green);
  font-size: 13px;
  font-weight: 750;
}

.sunpal-home-picks > header > a span {
  margin-left: 10px;
  font-size: 18px;
}

.sunpal-home-picks .products {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

.sunpal-home-picks ul.products li.product {
  position: relative;
  padding: 10px 10px 9px !important;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}

.sunpal-home-picks ul.products li.product:hover {
  border-color: rgba(22,139,61,.45);
  box-shadow: 0 12px 28px rgba(9,11,13,.07);
}

.sunpal-home-picks ul.products li.product a img {
  aspect-ratio: 1.45;
  height: auto;
  margin: 0 0 9px !important;
  border: 0;
  object-fit: contain;
}

.sunpal-home-picks ul.products li.product .woocommerce-loop-product__title {
  min-height: 34px;
  font-size: 13px !important;
  line-height: 1.25;
}

.sunpal-home-picks ul.products li.product .price {
  margin: 8px 0;
  color: var(--ink) !important;
  font-size: 16px !important;
  font-weight: 800;
}

.sunpal-home-picks ul.products li.product .star-rating { font-size: 11px !important; }
.sunpal-home-picks ul.products li.product .button {
  width: 100%;
  min-height: 34px !important;
  padding: 0 10px !important;
  border-color: var(--green) !important;
  background: #fff !important;
  color: var(--green) !important;
  font-size: 11px !important;
}

.sunpal-home-picks ul.products li.product .button:hover {
  background: var(--green) !important;
  color: #fff !important;
}

.sunpal-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1380px;
  margin: 0 auto 34px;
  padding: 0 28px;
}

.sunpal-service-strip > a {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-right: 0;
  background: #fff;
}

.sunpal-service-strip > a:last-child { border-right: 1px solid var(--line); }
.sunpal-service-strip > a:hover,
.sunpal-service-strip > a:focus-visible { background: #f5fbf6; }

.sunpal-service-strip .sunpal-service-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--green);
  flex-shrink: 0;
}

.sunpal-service-strip .sunpal-service-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}

.sunpal-service-strip > a > span:not(.sunpal-service-icon) {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.sunpal-service-strip strong { font-size: 13px; }
.sunpal-service-strip small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.sunpal-service-strip > a > b {
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 1220px) {
  .sunpal-nav .sunpal-menu { gap: 17px; }
  .sunpal-nav > a,
  .sunpal-nav-trigger { font-size: 12px; }
  .sunpal-home-categories { grid-template-columns: repeat(3, 1fr); }
  .sunpal-home-picks .products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sunpal-service-strip { grid-template-columns: 1fr 1fr; }
  .sunpal-service-strip > a:nth-child(2) { border-right: 1px solid var(--line); }
  .sunpal-service-strip > a:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 900px) {
  .sunpal-header-inner { height: 66px; }
  .sunpal-header-search { display: none; }
  .sunpal-hero-slides { height: 760px; }
  .sunpal-hero-slide {
    align-items: flex-start;
    padding: 56px 24px 300px;
    background-image:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.97) 40%, rgba(255,255,255,.2) 68%, transparent 82%),
      var(--hero);
    background-position: 78% bottom;
  }
  .sunpal-hero-slide[data-hero-focus="right"] { background-position: 84% bottom; }
  .sunpal-hero-slider .sunpal-hero-copy { width: min(600px, 100%); }
  .sunpal-hero-slider .sunpal-hero-points { max-width: 580px; }
  .sunpal-hero-arrow { top: auto; bottom: 15px; }
  .sunpal-home-categories {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
  .sunpal-home-picks { padding-left: 20px; padding-right: 20px; }
  .sunpal-home-picks .products { grid-template-columns: 1fr 1fr !important; }
  .sunpal-home-picks ul.products li.product a img { aspect-ratio: 1.2; }
  .sunpal-service-strip { padding: 0 20px; }
}

@media (max-width: 560px) {
  .sunpal-hero-slides { height: 710px; }
  .sunpal-hero-slide {
    padding: 42px 20px 285px;
    background-position: 82% bottom;
  }
  .sunpal-hero-slide[data-hero-focus="right"] { background-position: 88% bottom; }
  .sunpal-hero-slider h1 { font-size: 50px; }
  .sunpal-hero-slider .sunpal-hero-copy > span { font-size: 15px; }
  .sunpal-hero-slider .sunpal-hero-copy nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sunpal-hero-slider .button {
    width: 100%;
    padding: 0 12px !important;
    font-size: 12px;
  }
  .sunpal-hero-slider .sunpal-hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .sunpal-hero-slider .sunpal-hero-points li {
    display: block;
    padding: 38px 0 0;
    text-align: center;
  }
  .sunpal-hero-slider .sunpal-hero-points .sunpal-hero-point-icon {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .sunpal-hero-slider .sunpal-hero-points span { display: none; }
  .sunpal-hero-arrow { display: none; }
  .sunpal-home-categories { grid-template-columns: 1fr; gap: 8px; }
  .sunpal-home-categories > a { min-height: 118px; }
  .sunpal-home-picks > header { align-items: flex-start; }
  .sunpal-home-picks .products { grid-template-columns: 1fr !important; }
  .sunpal-home-picks ul.products li.product a img { aspect-ratio: 1.5; }
  .sunpal-service-strip { grid-template-columns: 1fr; }
  .sunpal-service-strip > a {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .sunpal-service-strip > a:nth-child(2) { border-bottom: 0; }
  .sunpal-service-strip > a:last-child { border-bottom: 1px solid var(--line); }
}

/* Solutions section redesign */
.sunpal-solutions-section > header {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.sunpal-solutions {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 18px;
  align-items: stretch;
}

.sunpal-solution {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .25s ease, transform .35s cubic-bezier(.22, .75, .18, 1);
}

.sunpal-solution:hover {
  border-color: rgba(22, 139, 61, .35);
  transform: translateY(-3px);
}

.sunpal-solution-media {
  position: relative;
  min-height: 340px;
  background-color: #f3f5f3;
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  transition: transform .55s cubic-bezier(.22, .75, .18, 1);
  overflow: hidden;
}

.sunpal-solution:hover .sunpal-solution-media {
  transform: scale(1.025);
}

.sunpal-solution--batteries .sunpal-solution-media {
  min-height: 400px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(720px 320px at 18% 72%, rgba(22, 139, 61, .10), transparent 62%),
    linear-gradient(165deg, #f7f9f7 0%, #eef1ef 48%, #f4f6f4 100%);
}

.sunpal-solution--batteries .sunpal-solution-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: center 58%;
  transition: transform .55s cubic-bezier(.22, .75, .18, 1);
}

.sunpal-solution--batteries:hover .sunpal-solution-media {
  transform: none;
}

.sunpal-solution--batteries:hover .sunpal-solution-media img {
  transform: scale(1.03);
}

.sunpal-solution-copy {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
}

.sunpal-solution-eyebrow {
  margin: 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sunpal-solution-copy h3 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 36px);
  letter-spacing: -.03em;
  line-height: 1.05;
}

.sunpal-solution-copy > p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.sunpal-solution-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 2px;
  padding: 0;
  list-style: none;
}

.sunpal-solution-caps li {
  min-width: 58px;
  padding: 0;
  border: 1px solid var(--line);
  background: #f7f9f7;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.sunpal-solution-caps li a {
  display: block;
  padding: 7px 12px;
  color: inherit;
}

.sunpal-solution-caps li:hover,
.sunpal-solution-caps li:focus-within {
  border-color: rgba(22, 139, 61, .45);
  background: #eef7f1;
  color: var(--green);
}

.sunpal-solution-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.sunpal-solution-copy > a span {
  transition: transform .25s ease;
}

.sunpal-solution:hover .sunpal-solution-copy > a span {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .sunpal-solutions {
    grid-template-columns: 1fr;
  }

  .sunpal-solution-media,
  .sunpal-solution--batteries .sunpal-solution-media,
  .sunpal-solution--batteries .sunpal-solution-media img {
    min-height: 280px;
  }

  .sunpal-solution--batteries .sunpal-solution-media img {
    object-position: center;
  }
}

@media (max-width: 560px) {
  .sunpal-solution-media,
  .sunpal-solution--batteries .sunpal-solution-media,
  .sunpal-solution--batteries .sunpal-solution-media img {
    min-height: 220px;
  }

  .sunpal-solution-caps li {
    min-width: 0;
    flex: 1 1 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sunpal-hero-slide,
  .sunpal-home-categories > a,
  .sunpal-solution,
  .sunpal-solution-media,
  .sunpal-solution--batteries .sunpal-solution-media img,
  .sunpal-solution-copy > a span,
  .sunpal-configure-steps li,
  .sunpal-configure-visual img {
    transition: none !important;
    animation: none !important;
  }

  .sunpal-hero-slide,
  .sunpal-solution:hover,
  .sunpal-solution:hover .sunpal-solution-media,
  .sunpal-solution--batteries:hover .sunpal-solution-media img,
  .sunpal-configure-steps li:hover,
  .sunpal-configure-visual:hover img {
    transform: none;
  }
}

/* Conversion blocks: configure / FAQ / final CTA */
.sunpal-configure.sunpal-convert-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 44px);
  align-items: stretch;
  padding: clamp(64px, 8vw, 108px) max(28px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(920px 480px at 8% 12%, rgba(22, 139, 61, .14), transparent 58%),
    radial-gradient(720px 420px at 100% 80%, rgba(9, 11, 13, .05), transparent 55%),
    linear-gradient(165deg, #f3f7f4 0%, #ffffff 46%, #eef3f0 100%);
  overflow: hidden;
}

.sunpal-configure.sunpal-convert-block::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% 55%;
  height: 62%;
  background: radial-gradient(circle, rgba(22, 139, 61, .08), transparent 68%);
  pointer-events: none;
}

.sunpal-configure-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.sunpal-configure-copy > p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sunpal-configure-copy h2 {
  margin: 0 0 16px;
  max-width: 11ch;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: .96;
}

.sunpal-configure-copy > span {
  display: block;
  max-width: 38ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.sunpal-configure-cta {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin-top: 28px;
}

.sunpal-configure-cta .button {
  gap: 10px;
  min-height: 54px;
  padding: 0 26px !important;
  border-color: var(--green) !important;
  background: var(--green) !important;
  color: #fff !important;
}

.sunpal-configure-cta .button b {
  transition: transform .25s ease;
}

.sunpal-configure-cta .button:hover b {
  transform: translateX(4px);
}

.sunpal-configure-cta small {
  color: #5d6861;
  font-size: 13px;
  font-weight: 600;
}

.sunpal-configure-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 11, 13, .08);
  border-radius: 4px;
  background: #0d1511;
  box-shadow: 0 28px 60px rgba(9, 11, 13, .12);
  isolation: isolate;
}

.sunpal-configure-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.sunpal-configure-visual:hover img {
  transform: scale(1.06);
}

.sunpal-configure-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(3, 8, 5, .72) 100%);
  pointer-events: none;
}

.sunpal-configure-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 4px;
  color: #fff;
}

.sunpal-configure-visual figcaption strong {
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -.02em;
}

.sunpal-configure-visual figcaption span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
}

.sunpal-configure-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  border-top: 1px solid rgba(9, 11, 13, .1);
  counter-reset: none;
}

.sunpal-configure-steps li {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 22px 18px 8px 0;
  transition: transform .28s ease;
}

.sunpal-configure-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 8px;
  width: calc(100% - 70px);
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 139, 61, .35), rgba(9, 11, 13, .08));
  pointer-events: none;
}

.sunpal-configure-steps li:hover {
  transform: translateY(-3px);
}

.sunpal-configure-steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(22, 139, 61, .3);
  background: rgba(255, 255, 255, .92);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.sunpal-configure-step-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green);
}

.sunpal-configure-step-icon .sunpal-icon {
  width: 22px;
  height: 22px;
}

.sunpal-configure-steps span:last-child {
  display: grid;
  gap: 4px;
  padding-top: 4px;
}

.sunpal-configure-steps strong {
  color: var(--ink);
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.sunpal-configure-steps em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.sunpal-faq.sunpal-convert-block {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
  padding: clamp(72px, 9vw, 120px) max(28px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, #f2f4f3 0%, #eef1ef 100%);
}

.sunpal-faq.sunpal-convert-block > header {
  max-width: none;
  margin: 0;
  text-align: left;
  position: sticky;
  top: 96px;
}

.sunpal-faq.sunpal-convert-block > header > p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sunpal-faq.sunpal-convert-block > header h2 {
  margin: 0 0 14px;
  max-width: 10ch;
  font-size: clamp(36px, 4.8vw, 58px);
  letter-spacing: -.05em;
  line-height: .98;
}

.sunpal-faq.sunpal-convert-block > header > span {
  display: block;
  max-width: 28ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.sunpal-faq-list details {
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(9, 11, 13, .12);
}

.sunpal-faq-list details:last-child {
  border-bottom: 1px solid rgba(9, 11, 13, .12);
}

.sunpal-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 36px 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.3;
}

.sunpal-faq-list summary::-webkit-details-marker { display: none; }

.sunpal-faq-list summary::before {
  content: "";
  flex: 0 0 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--green);
  transition: transform .2s ease;
}

.sunpal-faq-list details[open] summary::before {
  transform: rotate(90deg);
}

.sunpal-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-weight: 500;
  font-size: 22px;
}

.sunpal-faq-list details[open] summary::after { content: "−"; }

.sunpal-faq-list details p {
  margin: 0 0 12px;
  max-width: 56ch;
  padding: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.sunpal-faq-list details > a {
  display: inline-flex;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.sunpal-faq-list details > a:hover { color: var(--green); }

.sunpal-final.sunpal-convert-block {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  min-height: min(72vh, 720px);
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(96px, 14vw, 160px) 28px;
  color: #fff;
  background-color: #0a1f14;
  background-image: var(--final-cta);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sunpal-final-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 18, 12, .72) 0%, rgba(8, 28, 18, .58) 42%, rgba(9, 40, 24, .78) 100%),
    radial-gradient(900px 420px at 50% 18%, rgba(22, 139, 61, .28), transparent 62%);
}

.sunpal-final-brand {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(40px, 5.4vw, 64px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .95;
  text-transform: none;
  text-shadow: 0 12px 42px rgba(0, 0, 0, .4);
}

.sunpal-final.sunpal-convert-block h2 {
  position: relative;
  z-index: 1;
  max-width: 18ch;
  margin: 0 auto 16px;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-shadow: 0 10px 36px rgba(0, 0, 0, .35);
}

.sunpal-final.sunpal-convert-block > p {
  position: relative;
  z-index: 1;
  max-width: 40ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}

.sunpal-final.sunpal-convert-block nav {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: 30px;
}

.sunpal-final.sunpal-convert-block .button {
  background: #fff !important;
  border-color: #fff !important;
  color: #0b3d22 !important;
}

.sunpal-final.sunpal-convert-block .button.secondary {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .62) !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.sunpal-final.sunpal-convert-block .button.secondary:hover {
  background: rgba(255, 255, 255, .16) !important;
}

.sunpal-final-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 650;
}

.sunpal-final-proof li {
  position: relative;
  padding-left: 14px;
}

.sunpal-final-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8fe0a8;
  box-shadow: 0 0 0 3px rgba(143, 224, 168, .22);
}

@media (max-width: 900px) {
  .sunpal-configure.sunpal-convert-block,
  .sunpal-faq.sunpal-convert-block {
    gap: 28px;
  }

  .sunpal-configure-stage,
  .sunpal-faq.sunpal-convert-block {
    grid-template-columns: 1fr;
  }

  .sunpal-configure-steps {
    grid-template-columns: 1fr 1fr;
  }

  .sunpal-configure-steps li:nth-child(2)::after,
  .sunpal-configure-steps li:nth-child(4)::after {
    display: none;
  }

  .sunpal-faq.sunpal-convert-block > header {
    position: static;
  }

  .sunpal-configure-copy h2,
  .sunpal-faq.sunpal-convert-block > header h2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .sunpal-configure.sunpal-convert-block,
  .sunpal-faq.sunpal-convert-block {
    padding-right: 18px;
    padding-left: 18px;
  }

  .sunpal-configure-steps {
    grid-template-columns: 1fr;
  }

  .sunpal-configure-steps li:not(:last-child)::after {
    display: none;
  }

  .sunpal-configure-steps li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(9, 11, 13, .08);
  }

  .sunpal-configure-cta .button,
  .sunpal-final.sunpal-convert-block nav .button {
    width: 100%;
  }

  .sunpal-final.sunpal-convert-block nav {
    flex-direction: column;
    align-items: stretch;
  }
}
