*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{height:100vh;width:100vw;overflow:hidden;font-family:'Nunito',sans-serif;background-color:#ffccd2;background-image:radial-gradient(#fff 15%,transparent 16%),radial-gradient(#fff 15%,transparent 16%);background-size:60px 60px;background-position:0 0,30px 30px;color:#4a3b32;display:flex;flex-direction:column;cursor:none}a,button{cursor:none}h1{font-size:clamp(1.75rem,4vw+1rem,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#007bb5;text-shadow:2px 2px 0 #fff;text-wrap:balance}p{font-size:clamp(1rem,2vw,1.15rem);margin-bottom:2rem;line-height:1.5;color:#6d5b50;font-weight:700;text-wrap:balance}.wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;z-index:2;position:relative}.card{background:#fffcf5;border-radius:32px;padding:3rem 2rem;max-width:600px;text-align:center;box-shadow:0 12px 32px rgba(216,115,125,.3);border:6px solid #fff;display:flex;flex-direction:column;align-items:center}a.cta{display:inline-block;padding:1rem 2.5rem;font-size:1.25rem;font-weight:700;color:#fff;background:#ff9f43;border-radius:999px;text-decoration:none;border:4px solid #fff;box-shadow:0 6px 0 #ff7619;transition:transform .1s,box-shadow .1s}a.cta:hover{transform:translateY(3px);box-shadow:0 3px 0 #ff7619}a.cta:focus-visible{outline:3px solid #007bb5;outline-offset:2px}.badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;font-weight:800;color:#007bb5;background:#e1f5fe;padding:.5rem 1rem;border-radius:999px;border:3px solid #fff}.badge svg{width:18px;height:18px;fill:#007bb5}.head{position:absolute;top:0;left:0;width:100%;padding:1.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center;z-index:10}.head img{height:45px;width:auto;filter:drop-shadow(2px 2px 0 #fff)}.v-badge{background:#fff;color:#007bb5;padding:.35rem .85rem;border-radius:999px;font-size:.875rem;font-weight:800;box-shadow:0 4px 12px rgba(216,115,125,.2)}.foot{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;display:flex;justify-content:center;align-items:center;font-size:.875rem;color:#c75c68;font-weight:800;z-index:10}.cursor-dot,.cursor-trail{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;border-radius:50%}.cursor-dot{width:12px;height:12px;background:#ff7619;border:2px solid #fff;transform:translate(-50%,-50%);transition:transform .1s}.cursor-trail{width:24px;height:24px;background:rgba(255,159,67,.2);transform:translate(-50%,-50%);transition:opacity .3s}