/* Shared styling for Terms, Privacy, Disclaimer, and About pages
   Matches Water Freedom System brand palette: navy #18356a, orange #ff5500, dark #232323 */

body {
  font-family: 'Jost', sans-serif;
  color: #333333;
}

/* ---------- Legal pages (Terms / Privacy / Disclaimer) ---------- */

.legal-hero {
  background-color: #18356a;
  color: #ffffff;
  padding: 3.5rem 0 2.5rem;
}

.legal-hero h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 0.5rem 0;
}

.legal-breadcrumb {
  font-size: 0.95rem;
  color: #cfd9ec;
  margin-bottom: 0.5rem;
}

.legal-breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
}

.legal-updated {
  color: #cfd9ec;
  font-size: 0.95rem;
  margin: 0;
}

.legal-content {
  padding: 3rem 15px 4rem;
  max-width: 860px;
  line-height: 1.75;
}

.legal-content h2 {
  color: #18356a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.2rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #eef1f6;
}

.legal-content p {
  margin-bottom: 1.1rem;
}

.legal-content ul {
  margin-bottom: 1.1rem;
  padding-left: 1.5rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
}

.legal-content a {
  color: #ff5500;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #a83800;
}

/* ---------- About page ---------- */

.about-hero {
  background-color: #18356a;
  color: #ffffff;
  padding: 3.5rem 0;
}

.about-hero h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.7rem;
  margin: 0.5rem 0 1rem;
}

.about-lede {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #dbe4f4;
}

.about-content {
  max-width: 1100px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.about-section {
  margin-bottom: 4rem;
}

.about-section h2 {
  color: #18356a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-section h3 {
  color: #232323;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-section p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-section ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.about-section li {
  margin-bottom: 0.6rem;
  font-size: 1.02rem;
}

.about-img-rounded {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.about-faq {
  background-color: #f7f9fc;
  border-radius: 10px;
  padding: 2.5rem 2rem;
}

.about-faq-item {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e2e8f2;
}

.about-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-faq-item a {
  color: #ff5500;
  text-decoration: underline;
}

.about-cta {
  text-align: center;
  background-color: #232323;
  color: #ffffff;
  border-radius: 10px;
  padding: 3rem 2rem;
}

.about-cta h2 {
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.about-cta p {
  color: #d9d9d9;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

@media (max-width: 767px) {
  .legal-hero h1,
  .about-hero h1 {
    font-size: 2rem;
  }
  .about-content {
    padding-top: 2rem;
  }
  .about-section {
    margin-bottom: 2.5rem;
  }
}
