:root{--page-bg:#000;--stage-w:1024;--stage-h:1536}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--page-bg)}
body{margin:0;background:var(--page-bg);min-height:100vh;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif}
.viewport{width:100%;min-height:100vh;background:var(--page-bg);display:flex;justify-content:center;align-items:flex-start}
.stage{position:relative;width:1024px;height:1536px;transform-origin:top center;flex:0 0 auto;background:#000}
.stage>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain}
.hotspot{position:absolute;display:block;z-index:4;background:transparent;border:0}
.hotspot:focus-visible{outline:3px solid #e10612;outline-offset:2px}
.hs-home{left:325px;top:20px;width:74px;height:38px}.hs-how{left:398px;top:20px;width:127px;height:38px}.hs-why{left:525px;top:20px;width:148px;height:38px}.hs-price{left:672px;top:20px;width:135px;height:38px}.hs-contact{left:805px;top:20px;width:85px;height:38px}
.hs-app{left:72px;top:414px;width:214px;height:68px}.hs-service{left:302px;top:414px;width:198px;height:68px}
.hs-more{left:674px;top:1203px;width:176px;height:58px}.hs-portal{left:610px;top:1340px;width:244px;height:55px}
.hs-phone{left:110px;top:1481px;width:170px;height:28px}.hs-email{left:325px;top:1481px;width:220px;height:28px}.hs-web{left:573px;top:1481px;width:190px;height:28px}
/* Horní a spodní ikony zůstávají součástí schválené grafiky; tyto prvky jsou jen neviditelné klikací plochy. */
.hs-facebook-top{left:886px;top:21px;width:40px;height:40px}.hs-instagram-top{left:932px;top:21px;width:40px;height:40px}
.hs-facebook{left:811px;top:1468px;width:44px;height:44px}.hs-instagram{left:869px;top:1468px;width:44px;height:44px}
#top{position:absolute;top:0}#how{position:absolute;top:610px}#why{position:absolute;top:870px}#price{position:absolute;top:1115px}#contact{position:absolute;top:1430px}
@media(max-width:1024px){.stage{transform-origin:top left}}
