/* ════════════════════════════════════════════════════
   WOMA — energie.css
   Styles spécifiques à la page Énergie Solaire
════════════════════════════════════════════════════ */

.energie-hero {
  min-height: 85vh;
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #F0FDF4 50%, #ECFDF5 100%);
  position: relative;
  overflow: hidden;
}

.energie-hero::before {
  content: '';
  position: absolute;
  top: -160px;
  right: -160px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 153, 78, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .energie-hero {
    padding-top: calc(var(--nav-h) + 20px);
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .swap-steps-bar {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: left !important;
  }
  .swap-steps-bar > div {
    text-align: left !important;
  }
  .swap-steps-bar > div[style*="width:1px"] {
    width: 100% !important;
    height: 1px !important;
  }
}
