@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/fonts/heebo-hebrew.woff2") format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/fonts/heebo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #17202b;
  --ink-soft: #425063;
  --navy: #0d2538;
  --navy-2: #153b56;
  --gold: #f2b40f;
  --gold-dark: #795300;
  --paper: #fffdf8;
  --surface: #f3f6f7;
  --line: #dce4e8;
  --white: #fff;
  --green: #25d366;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(13, 37, 56, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Heebo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 8px; right: 8px; width: auto; height: auto; padding: 10px 16px;
  margin: 0; overflow: visible; clip: auto; white-space: normal; z-index: 2147483002;
  border-radius: 8px; background: var(--gold); color: var(--navy); font-weight: 800;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 900; background: rgba(13, 37, 56, .97);
  box-shadow: 0 5px 24px rgba(0, 0, 0, .16); backdrop-filter: blur(10px);
}
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--white); text-decoration: none; font-weight: 900; font-size: 1.13rem; white-space: nowrap; }
.brand span { color: var(--gold); font-weight: 700; }
.main-nav ul { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.main-nav a { color: var(--white); text-decoration: none; font-weight: 650; }
.main-nav a:hover { color: var(--gold); }
.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 9px; border: 1px solid rgba(255,255,255,.35);
  border-radius: 10px; background: transparent; color: var(--white); cursor: pointer;
}
.nav-toggle svg { width: 26px; height: 26px; }

.section { padding: 88px 0; }
.eyebrow { margin: 0 0 8px; color: var(--gold-dark); font-weight: 850; letter-spacing: .04em; }
.section-title { margin: 0 0 16px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.18; }
.section-intro { max-width: 720px; margin: 0 auto 44px; color: var(--ink-soft); text-align: center; font-size: 1.08rem; }
.center { text-align: center; }
.updated { margin-top: 34px; color: var(--ink-soft); font-size: .9rem; }
.contact .eyebrow { color: var(--gold); }
.contact .updated { color: #c6d5df; }

.site-footer { padding: 34px 0 110px; background: #081b2a; color: #dbe5ec; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: var(--gold); }

.fab-container {
  position: fixed; bottom: 24px; left: 24px; z-index: 2147483000;
  display: flex; flex-direction: column; gap: 12px; pointer-events: none;
}
.fab {
  pointer-events: auto; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.28); transition: transform .2s, box-shadow .2s;
}
.fab:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(0,0,0,.34); }
.fab.wa { background: var(--green); }
.fab.call { background: var(--gold); }
.fab svg { width: 27px; height: 27px; color: #102230; fill: currentColor; }
.fab.call svg { fill: none; stroke: currentColor; }

@media (max-width: 820px) {
  .nav-toggle { display: grid; place-items: center; }
  .main-nav {
    display: none; position: fixed; top: 72px; right: 0; left: 0; padding: 20px;
    background: var(--navy); border-top: 1px solid rgba(255,255,255,.14);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 8px; }
  .main-nav a { display: block; padding: 12px; text-align: center; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 68px 0; }
  .brand { font-size: .99rem; white-space: normal; line-height: 1.25; }
  .fab-container { bottom: 16px; left: 16px; }
  .fab { width: 48px; height: 48px; }
  .fab svg { width: 23px; height: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print { .site-header, .fab-container, #a11y-toggle, #a11y-panel { display: none !important; } }
