/* GreenBiz Legal Pages — body content only. Shared header/footer remain in site.css. */
.legal-page {
  background: #f6faf7;
  padding: 72px 0 86px;
}

.legal-card {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 46px 54px 56px;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 54, 36, 0.055);
}

.legal-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e8efeb;
}

.legal-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #e8f6ed;
  color: #168449;
}

.legal-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-kicker {
  margin: 0 0 5px;
  color: #168449;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  color: #12241b;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 11px;
  color: #718078;
  font-size: .72rem;
}

.legal-content {
  padding-top: 32px;
  color: #44544c;
  font-size: .95rem;
  line-height: 1.8;
}

.legal-content > :first-child {
  margin-top: 0;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
  color: #193026;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.legal-content h2 {
  margin: 34px 0 12px;
  font-size: 1.42rem;
}

.legal-content h3 {
  margin: 28px 0 10px;
  font-size: 1.12rem;
}

.legal-content h4 {
  margin: 22px 0 8px;
  font-size: 1rem;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.legal-content li {
  margin: 6px 0;
}

.legal-content strong {
  color: #20352b;
}

.legal-content blockquote {
  margin: 22px 0;
  padding: 14px 18px;
  border-left: 3px solid #6fc18f;
  border-radius: 0 10px 10px 0;
  background: #f5faf7;
  color: #53655c;
}

.legal-content a {
  color: #168449;
  font-weight: 700;
  text-underline-offset: 3px;
}

.legal-empty {
  padding: 26px;
  border: 1px dashed #cbdad1;
  border-radius: 12px;
  background: #f9fcfa;
  color: #718078;
}

@media (max-width: 720px) {
  .legal-page {
    padding: 40px 0 58px;
  }

  .legal-card {
    padding: 30px 22px 36px;
    border-radius: 16px;
  }

  .legal-heading {
    gap: 13px;
  }

  .legal-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 12px;
  }

  .legal-icon svg {
    width: 23px;
    height: 23px;
  }

  .legal-title {
    font-size: 2rem;
  }

  .legal-content {
    padding-top: 24px;
    font-size: .9rem;
  }
}
