body{background:linear-gradient(135deg,#fdffff,#dee8e4);background-attachment:fixed}.hero{min-height:98svh;display:flex;flex-direction:column;justify-content:center;align-items:center}.row{display:flex;flex-direction:row;gap:128px;align-items:center}.hero h1{font-size:64px;font-weight:900;text-shadow:4px 4px 0px rgba(0,0,0,.1)}.screenshot{max-height:80svh;border:6px solid black;border-radius:4svh;box-shadow:8px 8px 1px #000c;transition:box-shadow .3s,transform .3s}.screenshot:hover{box-shadow:14px 14px 1px #000c;transform:translateY(-6px) translate(-6px)}.main{display:flex;flex-direction:column;gap:32px}.main p{max-width:400px}a{text-decoration:underline;text-decoration-thickness:2px;color:#000c;transition:color .3s}a:hover{color:#007aff}.stores{display:flex;flex-direction:row;gap:16px;margin-top:10svh}.stores img{height:48px}.footer{border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:32px;margin-top:32px}.footer-Left{display:flex;flex-direction:row;gap:64px}.footer-Column{display:flex;flex-direction:column;gap:8px}.footer-Column h4{font-weight:700;margin-bottom:8px}.watch{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80svh}.screenshot-watch{max-height:300px}.watch .stores{margin-top:0}.reviews{display:flex;flex-direction:row;gap:32px;justify-content:center}.review{background:#fff;padding:16px 24px;border-radius:8px;box-shadow:4px 4px #0000001a;display:flex;flex-direction:column;gap:8px;max-width:350px;width:30vw}.review p{flex:1;line-height:1.5}.review span{font-size:12px;opacity:.8}.qrcode{display:flex;flex-direction:row;gap:16px;align-items:center}.qrcode img{height:96px;border-radius:8px;border:4px solid rgba(0,0,0,.1)}.qrcode .cta{max-width:256px;display:flex;flex-direction:column;gap:8px}.qrcode .cta p{font-size:14px;opacity:.8;margin:0!important}@media (max-width: 900px){.row{flex-direction:column;gap:32px}.row.phoneapp{flex-direction:column-reverse}hero{text-align:center}.main p{text-align:justify;margin:0 16px!important}.screenshot{box-shadow:none;margin-top:-50svh}.screenshot:hover{box-shadow:none;transform:none}.stores{flex-direction:column;margin-top:64px;align-items:center}.stores img{width:200px;height:auto}.reviews{margin:64px 16px;flex-direction:column;align-items:center}.review{width:100%;box-shadow:none}.review:nth-child(n+3){display:none}.watch{margin-top:64px}}@media (max-width: 600px){.footer{flex-direction:column}.qrcode{display:none}}
