*{box-sizing:border-box;margin:0;padding:0}body{background:#ececec;background-image:radial-gradient(#d4d4d4 2px,transparent 2px);background-size:30px 30px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;overflow:hidden;font-family:'Kalam',sans-serif;color:#111}.bg-card{position:absolute;background:#fff;border:10px solid #fff;border-bottom:45px solid #fff;box-shadow:2px 8px 20px rgba(0,0,0,.15);z-index:1}.bg1{top:-10%;left:-10%;width:50vw;height:50vw;max-width:300px;max-height:300px;transform:rotate(-15deg)}.bg2{bottom:-10%;right:-5%;width:60vw;height:60vw;max-width:350px;max-height:350px;transform:rotate(12deg)}.polaroid{position:relative;background:#fff;padding:2.5rem 1.5rem 2rem;box-shadow:0 15px 35px rgba(0,0,0,.2);max-width:92vw;width:420px;text-align:center;transform:rotate(-2deg);z-index:10;border-bottom:3.5rem solid #fff}.tape{position:absolute;background:rgba(255,252,0,.85);box-shadow:0 1px 3px rgba(0,0,0,.2);z-index:11;display:flex;align-items:center;justify-content:center}.top-tape{top:-25px;left:50%;transform:translateX(-50%) rotate(3deg);padding:8px 20px;min-width:140px;min-height:45px}.logo{width:80px;height:auto;max-height:30px;object-fit:contain}.pulse-icon{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}h1{font-size:clamp(1.6rem,6vw,2.2rem);line-height:1.2;margin-bottom:.8rem;font-weight:700}p{font-size:clamp(1rem,4.5vw,1.15rem);line-height:1.3;margin-bottom:1.2rem;color:#333}.live-view{display:flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(.85rem,3.5vw,1rem);font-weight:700;color:#555;margin-bottom:1.5rem}.dot{width:12px;height:12px;background:#f00;border-radius:50%;animation:blink 1s infinite alternate}@keyframes blink{from{opacity:1;box-shadow:0 0 0 0 rgba(255,0,0,.7)}to{opacity:.4;box-shadow:0 0 0 8px rgba(255,0,0,0)}}.cta{display:inline-block;position:relative;background:#fffc00;color:#000;text-decoration:none;padding:1rem 2rem;font-size:clamp(1.2rem,5vw,1.5rem);font-weight:700;border:3px solid #000;border-radius:2px;box-shadow:5px 5px 0 #000;transform:rotate(1deg);transition:transform .2s,box-shadow .2s;outline:0}.cta::after{content:'';position:absolute;top:-10px;right:-15px;width:50px;height:25px;background:rgba(255,255,255,.8);transform:rotate(-15deg);box-shadow:0 1px 2px rgba(0,0,0,.1)}.cta:hover,.cta:focus{transform:rotate(1deg) translate(-2px,-2px);box-shadow:7px 7px 0 #000}.cta:active{transform:rotate(1deg) translate(3px,3px);box-shadow:2px 2px 0 #000}footer{position:absolute;bottom:3vh;z-index:10;font-size:clamp(.8rem,3vw,.9rem);color:#555;font-weight:700;text-align:center;width:100%}@media(max-height:600px){.polaroid{padding:1.5rem 1rem 1rem;border-bottom-width:1.5rem}.logo{width:50px;max-height:20px}h1{font-size:1.4rem;margin-bottom:.5rem}p{font-size:.9rem;margin-bottom:.5rem}.live-view{margin-bottom:1rem}.cta{padding:.8rem 1.5rem;font-size:1.1rem}}