/* Shared styles for the legal pages (privacy / terms / accessibility).
   Matches the landing page brand: near-black ink, gold accent, Futura 100 Hebrew. */

* { box-sizing: border-box; font-family: "futura-100-hebrew", sans-serif; }

body {
  margin: 0;
  background: #070707;
  color: #c9c6c0;
  line-height: 1.8;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

::selection { background: #ebc166; color: #1A1305; }

a { color: #ebc166; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #ffdf9e; }

.legal-header {
  padding: 32px 24px 8px;
  text-align: center;
}
.legal-header img {
  height: 56px;
  width: auto;
  filter: brightness(0) invert(1);
}
.legal-header a { display: inline-block; line-height: 0; }

.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 24px 88px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #9A958C;
  text-decoration: none;
  margin-bottom: 36px;
}
.legal-back:hover { color: #ebc166; }

h1 {
  color: #ebc166;
  font-size: clamp(32px, 5.5vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 8px;
}

.legal-updated {
  color: #9A958C;
  font-size: 0.9rem;
  margin: 0 0 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.45);
}

h2 {
  color: #e5e2e1;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2.4em 0 0.6em;
}

p { margin: 0 0 1.1em; }

strong { color: #e5e2e1; font-weight: 700; }

.legal-footer {
  border-top: 1px solid rgba(78, 70, 55, 0.45);
  padding: 40px 24px 48px;
  text-align: center;
}
.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-bottom: 20px;
}
.legal-footer nav a {
  color: #9A958C;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}
.legal-footer nav a:hover { color: #ebc166; }
.legal-footer nav a[aria-current="page"] { color: #ebc166; }
.legal-footer p {
  color: #9A958C;
  font-size: 0.8rem;
  margin: 0;
}
