/* Beverly Hills Growth — shared legal-page styles.
   Used by privacy, terms, cookies, refund, acceptable-use, ai-disclosure,
   accessibility, dmca, msa, unsubscribe. Inter is loaded via the per-page
   <link> tag. */

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #030712;
  color: rgba(255, 255, 255, 0.92);
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}

.wrap {
  max-width: 44rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 4rem;
}

a {
  color: #ff8f8f;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

.back {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  display: inline-block;
  margin-bottom: 2rem;
}
.back:hover { color: white; }

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}

.sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2.5rem 0 0.75rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.75rem 0 0.5rem;
  color: rgba(255, 255, 255, 0.85);
}

p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

ul, ol {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem 1.25rem;
  font-size: 0.9375rem;
}

li { margin-bottom: 0.375rem; }

strong { color: rgba(255, 255, 255, 0.95); font-weight: 600; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.875em;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 2.5rem 0;
}

.callout {
  border: 1px solid rgba(255, 107, 107, 0.25);
  background: rgba(255, 107, 107, 0.06);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.callout p:last-child { margin-bottom: 0; }
.callout strong { color: #ffb3b3; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.875rem;
}
th, td {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  vertical-align: top;
}
th {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.03);
}

footer.legal-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
footer.legal-foot p { color: rgba(255, 255, 255, 0.4); }
footer.legal-foot a { color: rgba(255, 255, 255, 0.6); }
footer.legal-foot a:hover { color: #ff8f8f; }
footer.legal-foot .foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}
footer.legal-foot .foot-links span { color: rgba(255, 255, 255, 0.2); }

@media (max-width: 480px) {
  .wrap { padding: 3.5rem 1.25rem 3rem; }
  h1 { font-size: 1.75rem; }
  table { font-size: 0.8125rem; }
}
