/* ===============================
   SERVICES PAGE — CLEAN & TECH
=============================== */

.services {
  background: #fff;
  color: #111;
  padding: 40px 0 80px;
}

.services-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.services-header {
  max-width: 700px;
  margin-bottom: 40px;
}

.services-header h1 {
  font-size: 32px;
  margin-bottom: 12px;
}

.services-lead {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.services-section {
  margin-bottom: 56px;
}

.services-section h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

/* TABLE */
.services-table-wrap {
  overflow-x: auto;
}

.services-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.services-table thead {
  background: #111;
  color: #fff;
}

.services-table th,
.services-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}

.services-table th {
  font-weight: 600;
  font-size: 14px;
}

.services-table td {
  font-size: 14px;
  color: #333;
}

.services-table tbody tr:hover {
  background: #f7f7f7;
}

/* NOTES */
.services-notes ul {
  max-width: 700px;
  padding-left: 18px;
}

.services-notes li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* CTA */
.services-cta {
  background: #111;
  color: #fff;
  padding: 40px 24px;
  text-align: center;
  border-radius: 12px;
}

.services-cta h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.services-cta p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 16px;
}

.services-btn {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 12px 20px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
}

/* MOBILE */
@media (max-width: 600px) {
  .services-header h1 {
    font-size: 26px;
  }

  .services-table th,
  .services-table td {
    padding: 12px;
  }
}
