/* ALPN Energy LLC - shared legal stylesheet (privacy.html / terms-of-service.html) */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.legal-page {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #232E2A;
  background-color: #F0F4F2;
}

.legal-page a {
  color: #2A564A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  color: #1E4340;
}

/* ---- Plain legal header (must use solid background + contrasting h1) ---- */
.legal-header {
  background-color: #2A564A;
  border-bottom: 3px solid #E3C34C;
}

.legal-nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.legal-nav .brand {
  color: #FAFCFB;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

.legal-nav .back {
  color: #E2ECE7;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #E2ECE7;
  padding: 6px 12px;
  border-radius: 3px;
}

.legal-nav .back:hover {
  background-color: #FAFCFB;
  color: #2A564A;
}

.legal-header h1 {
  color: #FAFCFB;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
  padding: 46px 24px 40px;
  line-height: 1.15;
}

.legal-updated {
  text-align: center;
  color: #E2ECE7;
  font-size: 13px;
  padding-bottom: 30px;
  letter-spacing: 1px;
}

/* ---- Content container (max-width MUST also set margin auto + padding) ---- */
.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-intro {
  background-color: #FAFCFB;
  border: 1px solid #E2ECE7;
  border-left: 4px solid #2A564A;
  border-radius: 4px;
  padding: 26px 30px;
  margin: 40px 0 30px;
  color: #232E2A;
  font-size: 16px;
}

.legal-intro p {
  margin-bottom: 12px;
}

.legal-intro p:last-child {
  margin-bottom: 0;
}

.legal-content {
  padding: 10px 0 30px;
}

.legal-content section {
  background-color: #FAFCFB;
  border: 1px solid #E2ECE7;
  border-radius: 4px;
  padding: 28px 32px;
  margin-bottom: 18px;
}

.legal-content section h2 {
  color: #2A564A;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E2ECE7;
}

.legal-content section p {
  margin-bottom: 12px;
  color: #232E2A;
}

.legal-content section ul {
  margin: 8px 0 14px 22px;
}

.legal-content section ul li {
  margin-bottom: 8px;
  color: #232E2A;
}

.legal-content section address {
  font-style: normal;
  color: #232E2A;
  margin-bottom: 12px;
}

.legal-content section strong {
  color: #232E2A;
}

/* scoped to content only: section backgrounds become transparent there */
.legal-page .legal-content section {
  background-color: transparent !important;
  border: none;
  padding: 18px 0;
}

.legal-page .legal-content section h2 {
  padding-bottom: 4px;
}

/* ---- Legal footer ---- */
.legal-footer {
  margin-top: 40px;
  background-color: #232E2A;
  padding: 34px 24px;
  text-align: center;
}

.legal-footer a {
  color: #E3C34C;
  text-decoration: underline;
}

.legal-footer p {
  color: #8FA39B;
  font-size: 13px;
  margin: 6px 0;
}

.legal-footer .legal-co {
  color: #FAFCFB;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .legal-header h1 {
    font-size: 30px;
  }

  .legal-content section {
    padding: 20px 18px;
  }

  .legal-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
