/* Landing Energia Solar: acabamento visual sobre o design system institucional. */
.solar-landing {
  --solar-card-padding: clamp(26px, 2.5vw, 36px);
  --solar-grid-gap: clamp(18px, 2vw, 28px);
  --solar-section-space: clamp(76px, 7.5vw, 112px);
  background: var(--ds-slate-25, #fbfdff);
}

.solar-landing .section {
  position: relative;
  padding-block: var(--solar-section-space);
  overflow: clip;
}

.solar-landing .section > .container {
  position: relative;
  z-index: 1;
}

.solar-landing .section--alt {
  background:
    radial-gradient(circle at 92% 8%, rgba(20, 121, 255, 0.055), transparent 28%),
    linear-gradient(180deg, var(--ds-slate-100, #edf4fc), #f4f8fd);
}

.solar-landing .section:not(.section--alt) {
  background:
    linear-gradient(90deg, rgba(20, 121, 255, 0.018) 1px, transparent 1px),
    #fff;
  background-size: min(8vw, 96px) 100%;
}

.solar-landing .section + .section {
  border-top: 1px solid rgba(20, 70, 120, 0.08);
}

/* Hero */
.solar-hero {
  min-height: 0;
  padding-block: clamp(64px, 7vw, 98px);
}

.solar-hero .page-hero__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 38px);
  min-height: 0;
  align-items: center;
}

.solar-hero__content {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 7;
  padding-block: 8px;
}

.solar-hero__content .breadcrumbs,
.solar-hero__content .eyebrow,
.solar-hero__content h1,
.solar-hero__content .page-hero__lead {
  grid-column: auto;
}

.solar-hero__content h1 {
  max-width: 760px;
  font-size: clamp(3.15rem, 4.6vw, 4.55rem);
  line-height: 1.01;
  text-wrap: balance;
}

.solar-hero__content .page-hero__lead {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.solar-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.solar-hero__actions .button {
  min-height: 52px;
  padding-inline: 26px;
}

.solar-hero__map {
  position: relative;
  z-index: 2;
  grid-column: 8 / -1;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(117, 208, 255, 0.24);
  border-radius: var(--ds-radius-lg, 20px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 44%),
    rgba(8, 27, 49, 0.84);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.solar-hero__map::before {
  position: absolute;
  top: -1px;
  left: 32px;
  width: 76px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-blue), var(--cyan));
  content: "";
}

.solar-hero__map > p {
  margin: 0 0 18px;
  color: #90d3ff;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solar-hero__map ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solar-hero__map li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 68px;
  padding-block: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.solar-hero__map span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(75, 196, 255, 0.34);
  border-radius: 50%;
  background: rgba(20, 121, 255, 0.07);
  color: #90d3ff;
  font-size: 0.7rem;
  font-weight: 750;
}

.solar-hero__map strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.35;
}

.solar-hero .page-hero__inner::after {
  right: -8%;
  grid-column: 8 / -1;
  opacity: 0.68;
  transform: scale(1.08);
}

/* Cabeçalhos de seção */
.solar-section-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--solar-grid-gap);
  align-items: end;
  margin-bottom: clamp(38px, 4.5vw, 58px);
}

.solar-section-heading > div {
  grid-column: 1 / span 7;
}

.solar-section-heading h2 {
  max-width: 780px;
  margin: 10px 0 0;
  font-size: clamp(2.25rem, 3.65vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.solar-section-heading > p {
  grid-column: 9 / -1;
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

/* Sistema compartilhado de cards */
.solar-problems,
.solar-maturity,
.solar-services,
.solar-proof-grid {
  display: grid;
  gap: var(--solar-grid-gap);
}

.solar-problem,
.solar-stage,
.solar-service,
.solar-proof-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--ds-radius-lg, 20px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ds-shadow-sm, 0 10px 32px rgba(7, 20, 38, 0.05));
  transition:
    border-color 200ms ease,
    box-shadow 240ms var(--ds-ease),
    transform 240ms var(--ds-ease);
}

@media (hover: hover) {
  .solar-problem:hover,
  .solar-stage:hover,
  .solar-service:hover,
  .solar-proof-card:hover {
    border-color: rgba(20, 121, 255, 0.25);
    box-shadow: var(--ds-shadow-md, 0 22px 64px rgba(7, 20, 38, 0.09));
    transform: translateY(-4px);
  }
}

/* Desafios */
.solar-problems {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solar-problem {
  position: relative;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--solar-card-padding);
  overflow: hidden;
}

.solar-problem::after {
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(20, 121, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.solar-problem span {
  color: var(--primary);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.solar-problem h3 {
  max-width: 280px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.38;
}

/* Estrutura por maturidade */
.solar-maturity {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: solar-stage;
  align-items: stretch;
}

.solar-stage {
  position: relative;
  display: flex;
  min-height: 414px;
  flex-direction: column;
  padding: var(--solar-card-padding);
  overflow: hidden;
}

.solar-stage::before {
  counter-increment: solar-stage;
  content: "ETAPA 0" counter(solar-stage);
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.solar-stage:nth-child(2) {
  border-color: rgba(20, 121, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(20, 121, 255, 0.055), transparent 34%),
    #fff;
  box-shadow: 0 24px 70px rgba(7, 20, 38, 0.1);
  transform: translateY(-8px);
}

.solar-stage:nth-child(2)::after {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue), var(--cyan));
  content: "";
}

.solar-stage h3 {
  max-width: 290px;
  margin: 28px 0 0;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.solar-stage > p {
  max-width: 340px;
  margin-top: 17px;
  color: var(--muted);
  line-height: 1.68;
}

.solar-stage ul {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 28px 0 0;
  list-style: none;
}

.solar-stage li {
  padding-block: 11px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

/* Serviços */
.solar-services {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.solar-service {
  display: flex;
  grid-column: span 3;
  min-height: 248px;
  flex-direction: column;
  padding: clamp(26px, 2.25vw, 34px);
}

.solar-service:nth-child(n + 5) {
  grid-column: span 4;
}

.solar-service h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.solar-service p {
  max-width: 34ch;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.66;
}

.solar-service a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
}

.solar-service a::after {
  margin-left: 8px;
  content: "→";
  transition: transform 180ms var(--ds-ease);
}

.solar-service a:hover::after {
  transform: translateX(4px);
}

/* Processo */
.solar-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.solar-process::before {
  position: absolute;
  top: 48px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 121, 255, 0.35) 12%, rgba(20, 121, 255, 0.35) 88%, transparent);
  content: "";
}

.solar-process li {
  position: relative;
  min-height: 236px;
  padding: 76px clamp(18px, 2vw, 28px) 30px;
  border: 0;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.solar-process li:first-child {
  border-radius: var(--ds-radius-lg) 0 0 var(--ds-radius-lg);
}

.solar-process li:last-child {
  border-right: 0;
  border-radius: 0 var(--ds-radius-lg) var(--ds-radius-lg) 0;
}

.solar-process span {
  position: absolute;
  top: 31px;
  left: clamp(18px, 2vw, 28px);
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(20, 121, 255, 0.28);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 0.69rem;
  font-weight: 750;
  box-shadow: 0 0 0 8px rgba(20, 121, 255, 0.045);
}

.solar-process h3 {
  margin: 18px 0 0;
  font-size: 1.04rem;
  line-height: 1.35;
}

.solar-process p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.62;
}

/* Prova social */
.solar-proof-note {
  max-width: 790px;
  margin: -24px 0 38px;
  padding-left: 16px;
  border-left: 2px solid rgba(20, 121, 255, 0.32);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.solar-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solar-proof-card {
  position: relative;
  display: flex;
  min-height: 378px;
  flex-direction: column;
  padding: clamp(30px, 3vw, 40px);
  overflow: hidden;
}

.solar-proof-card::after {
  position: absolute;
  right: -54px;
  top: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 121, 255, 0.08), transparent 68%);
  content: "";
}

.solar-proof-card__category {
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solar-proof-card h3 {
  max-width: 280px;
  margin: 20px 0 0;
  font-size: 1.22rem;
  line-height: 1.35;
}

.solar-proof-card__metric {
  max-width: 320px;
  margin: 30px 0 0;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: clamp(2.25rem, 3.5vw, 3.35rem);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.solar-proof-card > p:not(.solar-proof-card__metric) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.66;
}

.solar-proof-card footer {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

/* FAQ */
.solar-faq-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--solar-grid-gap);
  align-items: start;
}

.solar-faq-layout > div:first-child {
  position: sticky;
  top: 116px;
  grid-column: 1 / span 4;
  max-width: 420px;
  padding-right: 28px;
}

.solar-faq-layout > div:first-child h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.solar-faq-layout .faq-list {
  grid-column: 6 / -1;
  min-width: 0;
  padding: 10px clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--ds-radius-lg);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.solar-faq-layout .faq-list details {
  padding-block: 0;
  border-bottom: 1px solid var(--line);
}

.solar-faq-layout .faq-list details:last-child {
  border-bottom: 0;
}

.solar-faq-layout .faq-list summary {
  min-height: 72px;
  padding: 24px 52px 24px 0;
  font-size: 0.98rem;
  transition: color 180ms ease;
}

.solar-faq-layout .faq-list summary:hover {
  color: var(--primary);
}

.solar-faq-layout .faq-list details[open] summary {
  color: var(--primary);
}

.solar-faq-layout .faq-answer {
  max-width: 650px;
  padding: 0 46px 26px 0;
  animation: solar-faq-reveal 220ms var(--ds-ease);
}

/* Conteúdo editorial */
.solar-landing .related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--solar-grid-gap);
}

.solar-landing .related-link {
  position: relative;
  display: flex;
  min-height: 152px;
  align-items: flex-end;
  padding: 30px;
  overflow: hidden;
  border-radius: var(--ds-radius-lg);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.4;
}

.solar-landing .related-link::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue), rgba(75, 196, 255, 0.52));
  content: "";
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 220ms var(--ds-ease);
}

.solar-landing .related-link:hover::before {
  transform: scaleX(1);
}

/* Encerramento */
.solar-landing .cta-section {
  position: relative;
  padding-block: clamp(96px, 10vw, 142px);
  border-top: 0;
  background:
    radial-gradient(circle at 88% 24%, rgba(75, 196, 255, 0.14), transparent 26%),
    radial-gradient(circle at 8% 100%, rgba(20, 121, 255, 0.15), transparent 32%),
    var(--navy);
}

.solar-landing .cta-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--container));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(117, 208, 255, 0.42), transparent);
  content: "";
  transform: translateX(-50%);
}

.solar-landing .cta-section__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--solar-grid-gap);
  align-items: end;
}

.solar-landing .cta-section__inner > * {
  grid-column: 1 / span 8;
}

.solar-landing .cta-section h2 {
  max-width: 850px;
  margin-bottom: 0;
  text-wrap: balance;
}

.solar-landing .cta-section p {
  max-width: 650px;
  margin-top: 22px;
}

.solar-landing .cta-section .button {
  width: fit-content;
  min-height: 52px;
  margin-top: 30px;
}

.solar-landing .cta-section__inner > span {
  margin-top: 14px;
  font-size: 0.78rem;
}

@keyframes solar-faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
}

/* Notebook */
@media (max-width: 1180px) {
  .solar-hero__content {
    grid-column: 1 / span 7;
  }

  .solar-hero__map {
    grid-column: 8 / -1;
  }

  .solar-hero__content h1 {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  .solar-service {
    grid-column: span 4;
  }

  .solar-service:nth-child(n + 5) {
    grid-column: span 4;
  }

  .solar-service:last-child {
    grid-column: 5 / span 4;
  }
}

/* Tablet horizontal e notebook compacto */
@media (max-width: 1024px) {
  .solar-landing {
    --solar-section-space: clamp(70px, 8vw, 92px);
  }

  .solar-hero {
    padding-block: 68px 82px;
  }

  .solar-hero__content {
    grid-column: 1 / span 7;
  }

  .solar-hero__map {
    grid-column: 8 / -1;
    padding: 26px;
  }

  .solar-hero__map li {
    min-height: 62px;
  }

  .solar-section-heading > div {
    grid-column: 1 / span 7;
  }

  .solar-section-heading > p {
    grid-column: 8 / -1;
  }

  .solar-problems,
  .solar-maturity,
  .solar-proof-grid {
    gap: 18px;
  }

  .solar-stage {
    min-height: 430px;
    padding: 28px;
  }

  .solar-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--ds-radius-lg);
    background: var(--line);
  }

  .solar-process::before {
    display: none;
  }

  .solar-process li,
  .solar-process li:first-child,
  .solar-process li:last-child {
    min-height: 210px;
    padding: 70px 26px 28px;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .solar-process li:nth-child(n + 4) {
    grid-column: span 1;
  }

  .solar-process li:nth-child(4) {
    grid-column: 2;
  }

  .solar-faq-layout > div:first-child {
    grid-column: 1 / span 4;
  }

  .solar-faq-layout .faq-list {
    grid-column: 5 / -1;
  }
}

/* Tablet */
@media (max-width: 860px) {
  .solar-hero .page-hero__inner,
  .solar-section-heading,
  .solar-faq-layout,
  .solar-landing .cta-section__inner {
    grid-template-columns: 1fr;
  }

  .solar-hero__content,
  .solar-hero__map,
  .solar-section-heading > div,
  .solar-section-heading > p,
  .solar-faq-layout > div:first-child,
  .solar-faq-layout .faq-list,
  .solar-landing .cta-section__inner > * {
    grid-column: 1;
  }

  .solar-hero__content {
    max-width: 720px;
  }

  .solar-hero__content h1 {
    max-width: 700px;
    font-size: clamp(3.15rem, 8vw, 4.35rem);
  }

  .solar-hero__map {
    width: min(100%, 650px);
    margin-top: 16px;
  }

  .solar-section-heading {
    gap: 22px;
    align-items: start;
  }

  .solar-section-heading > p {
    max-width: 680px;
  }

  .solar-problems,
  .solar-maturity,
  .solar-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solar-maturity > :last-child,
  .solar-proof-grid > :last-child {
    grid-column: 1 / -1;
    width: calc((100% - var(--solar-grid-gap)) / 2);
    justify-self: center;
  }

  .solar-stage:nth-child(2) {
    transform: none;
  }

  .solar-stage {
    min-height: 390px;
  }

  .solar-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solar-service,
  .solar-service:nth-child(n + 5),
  .solar-service:last-child {
    grid-column: auto;
  }

  .solar-service:last-child {
    width: calc((100% - var(--solar-grid-gap)) / 2);
    justify-self: center;
    grid-column: 1 / -1;
  }

  .solar-faq-layout {
    gap: 34px;
  }

  .solar-faq-layout > div:first-child {
    position: static;
    max-width: 660px;
    padding-right: 0;
  }

  .solar-landing .related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solar-landing .related-link:last-child {
    grid-column: 1 / -1;
    width: calc((100% - var(--solar-grid-gap)) / 2);
    justify-self: center;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .solar-landing {
    --solar-card-padding: 24px;
    --solar-grid-gap: 16px;
    --solar-section-space: 68px;
  }

  .solar-landing .section:not(.section--alt) {
    background: #fff;
  }

  .solar-hero {
    padding-block: 52px 66px;
  }

  .solar-hero .breadcrumbs {
    margin-bottom: 24px;
  }

  .solar-hero__content h1 {
    max-width: none;
    font-size: clamp(2.55rem, 12vw, 3.35rem);
    line-height: 1.03;
  }

  .solar-hero__content .page-hero__lead {
    margin-top: 19px;
    line-height: 1.6;
  }

  .solar-hero__actions {
    margin-top: 23px;
  }

  .solar-hero__actions .button,
  .solar-landing .cta-section .button {
    width: 100%;
    justify-content: center;
  }

  .solar-hero__map {
    margin-top: 12px;
    padding: 24px;
    border-radius: 16px;
  }

  .solar-hero__map li {
    min-height: 60px;
  }

  .solar-hero .page-hero__inner::after {
    display: none;
  }

  .solar-section-heading {
    margin-bottom: 34px;
  }

  .solar-section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.08;
  }

  .solar-problems,
  .solar-maturity,
  .solar-proof-grid,
  .solar-services,
  .solar-process,
  .solar-landing .related-links {
    grid-template-columns: 1fr;
  }

  .solar-problem {
    min-height: 148px;
  }

  .solar-maturity > :last-child,
  .solar-proof-grid > :last-child,
  .solar-service:last-child,
  .solar-landing .related-link:last-child {
    grid-column: auto;
    width: 100%;
  }

  .solar-stage {
    min-height: 0;
  }

  .solar-stage ul {
    margin-top: 24px;
  }

  .solar-service {
    min-height: 220px;
  }

  .solar-process {
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
  }

  .solar-process li,
  .solar-process li:first-child,
  .solar-process li:last-child,
  .solar-process li:nth-child(4) {
    grid-column: auto;
    min-height: 0;
    padding: 28px 24px 28px 72px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  .solar-process li:last-child {
    border-bottom: 0;
  }

  .solar-process span {
    top: 27px;
    left: 22px;
  }

  .solar-process h3 {
    margin-top: 0;
  }

  .solar-proof-note {
    margin: -14px 0 28px;
  }

  .solar-proof-card {
    min-height: 340px;
  }

  .solar-proof-card__metric {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .solar-faq-layout .faq-list {
    padding-inline: 20px;
    border-radius: 16px;
  }

  .solar-faq-layout .faq-list summary {
    min-height: 68px;
    padding-block: 21px;
  }

  .solar-faq-layout .faq-answer {
    padding-right: 22px;
  }

  .solar-landing .related-link {
    min-height: 132px;
    padding: 26px;
  }

  .solar-landing .cta-section {
    padding-block: 82px 92px;
  }

  .solar-landing .cta-section::before {
    width: calc(100% - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .solar-problem,
  .solar-stage,
  .solar-service,
  .solar-proof-card,
  .solar-service a::after,
  .solar-landing .related-link::before,
  .solar-faq-layout .faq-answer {
    animation: none;
    transition: none;
  }
}
