
*{box-sizing:border-box}
html,body{margin:0;background:#07182f;font-family:Arial,Helvetica,sans-serif}
.page{position:relative;width:min(100%,1536px);margin:0 auto;background:#fff;line-height:0}
.page img{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;z-index:5;border-radius:6px}
.hotspot:hover{outline:2px solid rgba(218,167,60,.8);background:rgba(218,167,60,.08)}
.mobile-bar{display:none}
@media(max-width:700px){
  .mobile-bar{display:flex;position:sticky;top:0;z-index:20;background:#07182f;color:white;padding:12px;gap:12px;justify-content:center;flex-wrap:wrap;line-height:1}
  .mobile-bar a{color:white;text-decoration:none;font-weight:700;font-size:13px;padding:8px 10px;border:1px solid #d8a53a;border-radius:5px}
}
