/* Lumiview site header & banner */
body.lumiview-legal-body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

.small {
  font-size: 0.875rem;
}

.site-header-brand {
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}

.site-header-brand__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header-brand__name {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}

.lumiview-banner-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
  background: #f5d000;
}

.lumiview-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(50vh, 420px);
  object-fit: cover;
}

.lumiview-legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: var(--font, arial, helvetica, sans-serif);
  line-height: 1.6;
  color: #222;
}

.lumiview-legal-page a {
  color: #1565c0;
}

.lumiview-legal-page a:hover {
  text-decoration: underline;
}

.lumiview-legal-page h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.lumiview-legal-page h2 {
  font-size: 1.15rem;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.lumiview-legal-page ul {
  padding-left: 1.25rem;
}

.lumiview-legal-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  font-size: 0.9rem;
}

.lumiview-legal-footer a {
  margin-right: 0.75rem;
}

/* Main site footer — clear sections: Navigation | Contact | Legal */
.footer-lumiview {
  background: linear-gradient(180deg, #1e2a24 0%, #141a18 100%);
  color: rgba(255, 255, 255, 0.92);
  border-top: 3px solid #2e7d32;
  padding: 2.5rem 1.25rem 1.5rem;
  margin-top: 2rem;
}

.footer-lumiview__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-lumiview__brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-lumiview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-lumiview__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.5rem;
    align-items: start;
  }
}

.footer-lumiview__heading {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #81c784;
  margin: 0 0 1rem;
  font-weight: 600;
}

.footer-lumiview__section {
  min-width: 0;
}

.footer-lumiview__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-lumiview__nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}

.footer-lumiview__nav a:hover {
  color: #c8e6c9;
  text-decoration: underline;
}

.footer-lumiview__text {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.footer-lumiview__text a {
  color: #a5d6a7;
  text-decoration: none;
}

.footer-lumiview__text a:hover {
  text-decoration: underline;
}

.footer-lumiview__text strong {
  color: #fff;
  font-weight: 600;
}

.footer-lumiview__bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-lumiview__trademark {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  border-left: 3px solid #2e7d32;
  padding-left: 0.75rem;
  line-height: 1.55;
}

.footer-lumiview__trademark strong {
  color: #c8e6c9;
}

.footer-lumiview__copy {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

/* Legal pages — compact bar footer */
.footer-lumiview-simple {
  padding: 2rem 1.25rem;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.9);
}

.footer-lumiview-simple .text-white {
  color: #fff;
}

.footer-lumiview-simple .text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.footer-lumiview-simple .btn-link.secondary-color {
  color: #c8e6c9;
}

.footer-lumiview-simple .footer-legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin: 0;
}

.footer-lumiview-simple .copyright-tnc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-lumiview-simple .copyright {
  margin: 0;
}

@media (min-width: 992px) {
  .footer-lumiview-simple .copyright-tnc {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
