.energy-feature {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: clamp(34rem, calc(100svh - 12rem), 46rem);
  grid-template-rows: minmax(0, 1fr) auto;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible;
}

.energy-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(3.75rem, 8vh, 6.5rem) 0 clamp(3.25rem, 7vh, 5.5rem);
}

.energy-eyebrow {
  line-height: 1.5;
}

.energy-title {
  width: min(100%, 62rem);
  margin-top: 1.25rem !important;
  line-height: 0.98;
  text-wrap: balance;
}

.energy-description {
  width: min(100%, 44rem);
  margin-top: 1.5rem !important;
  line-height: 1.75;
  text-wrap: pretty;
}

.energy-actions {
  margin-top: 2.25rem !important;
}

.energy-marquee {
  z-index: 2;
  width: 100%;
  min-width: 0;
  margin-top: 0 !important;
  margin-left: 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 10, 14, 0.18);
  transform: none;
  backdrop-filter: blur(8px);
}

.energy-track {
  gap: 0.75rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .energy-feature {
    min-height: clamp(32rem, calc(100svh - 9rem), 40rem);
  }

  .energy-content {
    padding: 3.5rem 0 3rem;
  }

  .energy-title {
    line-height: 1.03;
  }

  .energy-description {
    margin-top: 1.25rem !important;
  }

  .energy-actions {
    margin-top: 2rem !important;
  }

  .energy-marquee {
    padding: 0.85rem 0;
  }
}
