*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:'Nunito',sans-serif;background:#fff;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.wrapper{position:relative;width:100%;max-width:1200px;flex:1;background-color:#FFFC00;background-image:radial-gradient(rgba(0,0,0,.06) 2px,transparent 2px);background-size:28px 28px;border:12px solid #000;border-radius:40px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;animation:borderBreathe 6s ease-in-out infinite}header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;position:relative;z-index:10}.logo{width:auto;height:40px;object-fit:contain}.pulse-box{display:flex;align-items:center;background:#000;color:#fff;padding:8px 16px;border-radius:50px;font-weight:700;font-size:clamp(.75rem,2vw,.875rem)}.pulse-dot{width:10px;height:10px;background:#0F0;border-radius:50%;margin-right:8px;animation:pulse 1.5s infinite}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;text-align:center;position:relative;z-index:10}h1{font-family:'Jost',sans-serif;font-style:italic;text-transform:uppercase;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:24px;color:#000;letter-spacing:-.05em}p{font-size:clamp(1rem,4vw,1.25rem);font-weight:400;margin-bottom:40px;color:#000;max-width:500px;line-height:1.5}.cta{display:flex;justify-content:center;align-items:center;background:#000;color:#fff;text-decoration:none;font-size:clamp(1.125rem,4vw,1.5rem);font-weight:700;padding:18px 56px;border-radius:50px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s ease;box-shadow:0 8px 0 rgba(0,0,0,.1);cursor:pointer;text-align:center}@media(hover:hover){.cta:focus,.cta:hover{transform:scale(1.05);outline:3px solid #000;outline-offset:4px}}.cta:active{transform:translateY(4px) scale(0.98);box-shadow:0 4px 0 rgba(0,0,0,.1)}footer{padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;z-index:10}.disclaimer{font-size:.7rem;color:rgba(0,0,0,.4);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0;max-width:100%;text-align:center}.ghost{position:absolute;z-index:1;fill:rgba(0,0,0,.04);width:200px;height:200px;pointer-events:none}.ghost-1{top:10%;left:2%;animation:float1 14s ease-in-out infinite}.ghost-2{bottom:15%;right:-5%;width:260px;height:260px;animation:float2 18s ease-in-out infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,255,0,.7)}70%{box-shadow:0 0 0 10px transparent}100%{box-shadow:0 0 0 0 transparent}}@keyframes float1{0%{transform:translate(0,0) rotate(-10deg)}33%{transform:translate(40px,-50px) rotate(5deg)}66%{transform:translate(-20px,-30px) rotate(-15deg)}100%{transform:translate(0,0) rotate(-10deg)}}@keyframes float2{0%{transform:translate(0,0) rotate(15deg)}33%{transform:translate(-50px,40px) rotate(-5deg)}66%{transform:translate(30px,20px) rotate(10deg)}100%{transform:translate(0,0) rotate(15deg)}}@keyframes borderBreathe{0%,100%{box-shadow:inset 0 12px 36px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.2);border-color:#000}50%{box-shadow:inset 0 4px 16px rgba(0,0,0,.6),0 12px 32px rgba(0,0,0,.3);border-color:#1c1c1c}}@media(max-width:480px){body{padding:12px}.wrapper{border-width:8px;border-radius:28px}header{padding:20px;flex-direction:column;gap:16px}.logo{height:36px}main{padding:0 20px}h1{margin-bottom:16px}p{margin-bottom:32px;font-size:1.1rem}.cta{width:100%;max-width:340px;padding:16px 24px;font-size:1.25rem}footer{padding:20px}}