:root{
  --bg:#000;
  --gold:#d8ad54;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:#000;color:#fff;font-family:Arial,'Assistant','Heebo',sans-serif;overflow-x:hidden}
a{color:inherit}
.page{width:100%;min-height:100dvh;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.hero{position:relative;width:min(100%,1536px);margin:0 auto;background:#000;line-height:0;overflow:hidden;box-shadow:0 0 0 1px rgba(216,173,84,.08)}
.hero-img{display:block;width:100%;height:auto;margin:0 auto}
.hotspot{position:absolute;display:block;border-radius:14px;z-index:5}
.hotspot:focus-visible{outline:3px solid #fff;outline-offset:4px}
/* מיקומי כפתורים על התמונה בדסקטופ */
.hotspot.whatsapp{left:23%;bottom:6.7%;width:29%;height:8.4%}
.hotspot.phone{left:55%;bottom:6.7%;width:27%;height:8.4%}
.seo-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mobile-cta{display:none}
@media (max-width:760px){
  body{padding-bottom:calc(74px + var(--safe-bottom))}
  .page{min-height:auto}
  .hero{width:100%;min-height:calc(100dvh - 70px);display:flex;align-items:center;justify-content:center}
  .hero-img{width:auto;height:calc(100dvh - 70px);max-width:none;transform:translateX(0)}
  .hotspot{display:none}
  .mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px calc(10px + var(--safe-bottom));background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.92) 20%,#000);direction:ltr}
  .mobile-cta a{min-height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-decoration:none;font:700 17px Arial,sans-serif}
  .m-phone{background:#0b0b0b;color:#fff;border:1px solid rgba(216,173,84,.85)}
  .m-whatsapp{background:linear-gradient(180deg,#f0ca73,#bd852b);color:#101010}
}
@media (min-width:761px){
  body{display:flex;justify-content:center;align-items:flex-start;min-height:100dvh}
}
