@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&family=Frank+Ruhl+Libre:wght@500;700;800;900&display=swap');

:root {
  --bg: #15100e;
  --bg-2: #1e1411;
  --bg-3: #2c1d18;
  --ink: #f5ebe3;
  --ink-mute: #b89888;
  --gold: #d18242;
  --gold-warm: #e9a85c;
  --gold-2: #a4581f;
  --line-soft: rgba(245, 235, 227, 0.10);
  --serif: 'Frank Ruhl Libre', 'Assistant', Georgia, serif;
  --sans: 'Assistant', system-ui, sans-serif;
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  direction: rtl;
}

/* "בס״ד" mark — small, discrete, top-right of every page (RTL: right is "start") */
.bsd {
  position: fixed;
  top: 10px;
  inset-inline-start: 14px;
  z-index: 90;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--gold-warm);
  opacity: 0.62;
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.legal-top {
  background: linear-gradient(180deg, rgba(198,106,63,0.14), transparent);
  border-bottom: 1px solid var(--line-soft);
}
.legal-top .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legal-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 14px;
  color: var(--ink-mute);
}
.legal-brand .mark {
  width: 34px; height: 34px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold);
  font-weight: 900;
  font-size: 15px;
}
.legal-back {
  color: var(--gold);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.legal-back:hover { text-decoration: underline; }

.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 22px 90px;
}
.legal-wrap h1 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  text-wrap: balance;
  color: var(--gold-warm);
}
.legal-updated {
  color: var(--ink-mute);
  font-size: 13.5px;
  margin: 0 0 32px;
}
.legal-wrap h2 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  margin: 34px 0 12px;
  letter-spacing: -0.015em;
}
.legal-wrap p { margin: 0 0 14px; font-size: 16px; color: #e7dcd4; }
.legal-wrap ul { margin: 0 0 16px; padding-inline-start: 22px; }
.legal-wrap li { margin-bottom: 8px; font-size: 16px; color: #e7dcd4; }
.legal-wrap strong { color: #fff; font-weight: 700; }
.legal-wrap a { color: var(--gold); }
.fill {
  background: rgba(198,106,63,0.16);
  border-radius: 5px;
  padding: 1px 7px;
  font-weight: 700;
  color: #f0b78f;
}
.legal-contact {
  margin-top: 36px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: 24px;
}
.legal-contact h2 { margin-top: 0; }
.legal-note {
  margin-top: 28px;
  font-size: 13px;
  color: var(--ink-mute);
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
  line-height: 1.6;
}
.legal-foot {
  text-align: center;
  padding: 24px;
  color: var(--ink-mute);
  font-size: 12px;
  border-top: 1px solid var(--line-soft);
}
