*{box-sizing:border-box}html,body{height:100vh;width:100vw;overflow:hidden;margin:0;padding:0;background:linear-gradient(180deg,#f5f5f7 0,#e8e8ed 100%);color:#1d1d1f;font-family:'Inter',-apple-system,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center}main{text-align:center;padding:1rem;display:flex;flex-direction:column;align-items:center;max-width:800px;width:100%}header{margin-bottom:1.5rem}.logo-container img{width:160px;height:auto;display:block;margin:0 auto}.pill{display:inline-flex;align-items:center;gap:6px;background:rgba(0,113,227,.1);color:#0071e3;padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;animation:pulseGlow 2s infinite}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 rgba(0,113,227,.4)}70%{box-shadow:0 0 0 8px rgba(0,113,227,0)}100%{box-shadow:0 0 0 0 rgba(0,113,227,0)}}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.03em}p{font-size:clamp(1rem,2.5vw,1.25rem);color:#515154;margin:0 0 2.5rem;line-height:1.5;max-width:600px;width:100%}.icons{display:flex;gap:20px;margin-bottom:2.5rem;justify-content:center}.icon-wrap{width:56px;height:56px;background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;animation:hb 2.5s infinite ease-in-out}.icon-wrap:nth-child(2){animation-delay:.2s}.icon-wrap:nth-child(3){animation-delay:.4s}@keyframes hb{0%,100%{transform:scale(1)}10%,30%{transform:scale(1.15)}20%{transform:scale(1.05)}}.cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#0071e3;color:#fff;text-decoration:none;padding:16px 36px;border-radius:50px;font-size:1.1rem;font-weight:700;box-shadow:0 4px 15px rgba(0,113,227,.4);transition:transform .3s,background .3s;cursor:pointer;outline:0}.cta:hover{background:#005bb5;transform:scale(1.03)}.cta:focus-visible{outline:3px solid #82baff;outline-offset:2px}footer{position:absolute;bottom:20px;font-size:.85rem;color:#86868b;text-align:center;width:100%}.padlock{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shackle{transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);transform-origin:30% 50%}.cta.unlocked .shackle{transform:translateY(-4px) rotate(-25deg)}