/* ===== תקנון ומדיניות פרטיות ===== */
body.terms-page,
body.privacy-page {
  background: #f7f2ea;
}

body.terms-page .site-header,
body.privacy-page .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 16px rgba(26, 50, 96, 0.08);
}

.terms-hakfar {
  padding-top: calc(var(--hk-top-h, 84px) + 1.75rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.terms-hakfar__inner {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.terms-hakfar__header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(26, 50, 96, 0.1);
}

.terms-hakfar__updated {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hk-orange, #f26522);
  margin-bottom: 0.5rem;
}

.terms-hakfar__title {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 800;
  color: var(--hk-navy, #1a3260);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.terms-hakfar__intro {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hk-gray, #4a4a4a);
}

.terms-hakfar__intro--muted {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: rgba(74, 74, 74, 0.85);
}

.terms-hakfar__body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(26, 50, 96, 0.08);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.terms-hakfar__section {
  padding-block: 1.25rem;
  border-bottom: 1px solid rgba(26, 50, 96, 0.08);
}

.terms-hakfar__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.terms-hakfar__section:first-child {
  padding-top: 0;
}

.terms-hakfar__section h2 {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hk-navy, #1a3260);
  margin-bottom: 0.75rem;
}

.terms-hakfar__section p {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--hk-gray, #4a4a4a);
}

.terms-hakfar__list {
  list-style: disc;
  padding-inline-start: 1.35rem;
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--hk-gray, #4a4a4a);
}

.terms-hakfar__list li + li {
  margin-top: 0.45rem;
}

.terms-hakfar__list--plain {
  list-style: none;
  padding-inline-start: 0;
}

.terms-hakfar__section a {
  color: var(--hk-orange, #f26522);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-hakfar__section a:hover {
  color: var(--hk-navy, #1a3260);
}

.terms-hakfar__back {
  margin-top: 1.75rem;
  text-align: center;
}

.terms-hakfar__back a {
  font-family: var(--hk-font, "Assistant", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--hk-navy, #1a3260);
  text-decoration: none;
  transition: color 0.2s ease;
}

.terms-hakfar__back a:hover {
  color: var(--hk-orange, #f26522);
}
