/* ===============================
   Estilos exclusivos Directorio FV
   Encapsulados en #solar-dir
   =============================== */
#solar-dir {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
  line-height: 1.6;
}

#solar-dir h1,
#solar-dir h2,
#solar-dir h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #1a3c34;
}

#solar-dir p {
  margin-bottom: 1em;
}

#solar-dir .solar-dir-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

#solar-dir .solar-dir-hero {
  background: linear-gradient(135deg, #f4fdf9, #e6f7f1);
  text-align: center;
  padding: 4rem 1rem;
}

#solar-dir .solar-dir-lead {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 1rem auto;
}

#solar-dir .solar-dir-hero-cta,
#solar-dir .solar-dir-final-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

#solar-dir .solar-dir-btn-primary,
#solar-dir .solar-dir-btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

#solar-dir .solar-dir-btn-primary {
  background: #2b7a4b;
  color: #fff;
}

#solar-dir .solar-dir-btn-primary:hover {
  background: #256c42;
}

#solar-dir .solar-dir-btn-secondary {
  background: #fff;
  color: #2b7a4b;
  border: 2px solid #2b7a4b;
}

#solar-dir .solar-dir-btn-secondary:hover {
  background: #2b7a4b;
  color: #fff;
}

#solar-dir .solar-dir-directory {
  background: #fff;
  padding: 3rem 1rem;
}

#solar-dir .solar-dir-intro-small {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

#solar-dir .solar-dir-grid-wrapper {
  margin-bottom: 2rem;
}

#solar-dir .solar-dir-after-grid-cta {
  text-align: center;
  margin-top: 2rem;
}

#solar-dir .solar-dir-benefits {
  background: #f9faf9;
  padding: 3rem 1rem;
}

#solar-dir .solar-dir-two-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

#solar-dir .solar-dir-benefits-list {
  list-style: disc inside;
  color: #333;
}

#solar-dir .solar-dir-faq {
  padding: 3rem 1rem;
  background: #fff;
}

#solar-dir .solar-dir-faq-grid {
  display: grid;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

#solar-dir details {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  background: #fdfdfd;
}

#solar-dir summary {
  font-weight: 600;
  cursor: pointer;
}

#solar-dir summary:hover {
  color: #2b7a4b;
}

#solar-dir .solar-dir-faq-content {
  margin-top: 0.5rem;
  color: #444;
}

#solar-dir .solar-dir-final-cta {
  background: linear-gradient(135deg, #2b7a4b, #1f5c38);
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
}

#solar-dir .solar-dir-final-cta h2,
#solar-dir .solar-dir-final-cta p {
  color: #fff;
}

@media (max-width: 768px) {
  #solar-dir .solar-dir-hero,
  #solar-dir .solar-dir-final-cta {
    padding: 3rem 1rem;
  }
}