.elementor-1600 .elementor-element.elementor-element-247f52c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2d42fdf *//* CONTENT SECTION */
.content-section {
  padding: 60px 20px;
  background: #020617; /* Matches homepage dark theme */
  color: #e5e7eb;
}

.content-section .container {
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
  font-size: 1rem;
}

/* Headings */
.content-section h2 {
  font-size: 1.8rem;
  color: #22c55e;
  margin: 30px 0 15px;
}

.content-section h3 {
  font-size: 1.4rem;
  color: #38bdf8;
  margin: 20px 0 10px;
}

/* Paragraphs */
.content-section p {
  margin-bottom: 15px;
}

/* Lists */
.content-section ul,
.content-section ol {
  margin: 15px 0 15px 20px;
}

.content-section li {
  margin-bottom: 10px;
}

/* Bold text in lists */
.content-section li strong {
  color: #facc15;
}

/* Responsive */
@media (max-width: 768px) {
  .content-section {
    padding: 40px 15px;
  }

  .content-section h2 {
    font-size: 1.5rem;
  }

  .content-section h3 {
    font-size: 1.2rem;
  }

  .content-section .container {
    font-size: 0.95rem;
  }
}/* End custom CSS */