/* ============================================================
   SINGH SOLAR SOLUTIONS — Legal Pages Stylesheet
   (Privacy Policy, Terms & Conditions, Cancellation & Return)
   Self-contained: does not depend on style.css or Bootstrap,
   so these 3 pages always render correctly even if the main
   stylesheet fails to load or is out of date.
   ============================================================ */

.lp-hero,
.lp-container,
.lp-content {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  box-sizing: border-box;
}

.lp-hero *,
.lp-container *,
.lp-content * {
  box-sizing: border-box;
}

/* ── Hero ── */
.lp-hero {
  background: linear-gradient(135deg, #111827 0%, #0f172a 100%);
  padding: 100px 20px 80px;
  text-align: center;
  color: #ffffff;
}

.lp-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.lp-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 16px;
  list-style: none;
  padding: 0;
}

.lp-breadcrumb a {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
}

.lp-breadcrumb a:hover {
  text-decoration: underline;
}

.lp-breadcrumb .lp-sep {
  font-size: .65rem;
  opacity: .7;
}

.lp-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #ffffff;
}

.lp-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .65);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}

.lp-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #0D6EFD 0%, #0a58ca 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: .92rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(13, 110, 253, .35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.lp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(13, 110, 253, .45);
  color: #ffffff;
}

/* ── Container ── */
.lp-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-wrap {
  padding: 72px 0 96px;
}

.lp-updated {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #0D6EFD;
  background: #cfe2ff;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 28px;
}

/* ── Content / Prose ── */
.lp-content {
  max-width: 820px;
  color: #4b5563;
  font-size: .96rem;
  line-height: 1.8;
}

.lp-intro {
  font-size: 1.05rem;
  color: #374151;
  margin: 0 0 14px;
}

.lp-content h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.02em;
  margin: 40px 0 14px;
  line-height: 1.3;
}

.lp-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2937;
  margin: 26px 0 10px;
}

.lp-content p {
  margin: 0 0 14px;
}

.lp-content ul,
.lp-content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.lp-content li {
  margin-bottom: 8px;
}

.lp-content a {
  color: #0D6EFD;
  font-weight: 600;
  text-decoration: underline;
}

.lp-content a:hover {
  color: #0a58ca;
}

.lp-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 32px 0;
}

.lp-content address {
  font-style: normal;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 16px 0 24px;
  line-height: 1.9;
}

.lp-content strong {
  color: #1f2937;
}

.lp-see-also {
  margin-top: 32px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .lp-hero {
    padding: 76px 20px 56px;
  }

  .lp-wrap {
    padding: 52px 0 72px;
  }

  .lp-content address {
    padding: 16px 18px;
  }
}
