*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:linear-gradient(135deg,#fff 0,#f0f2f5 100%);color:#333;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}header{width:100%;padding:2rem;display:flex;justify-content:center}header img{height:45px;width:auto}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;max-width:850px;width:100%}.active-users{display:inline-flex;align-items:center;gap:8px;background:rgba(235,113,0,.1);padding:8px 18px;border-radius:50px;font-size:.875rem;font-weight:700;color:#eb7100;margin-bottom:2rem}.pulse{width:10px;height:10px;background:#eb7100;border-radius:50%;animation:p 1.5s infinite}@keyframes p{0%{box-shadow:0 0 0 0 rgba(235,113,0,.7)}70%{box-shadow:0 0 0 10px transparent}100%{box-shadow:0 0 0 0 transparent}}h1{font-size:clamp(2.5rem,6vw+1rem,5rem);line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.03em;background:linear-gradient(270deg,#eb7100,#f90,#eb7100,#cc6200);background-size:800% 800%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:b 15s ease infinite}@keyframes b{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}p{font-size:clamp(1.1rem,2vw+.5rem,1.35rem);color:#555;max-width:650px;margin-bottom:2.5rem;line-height:1.6}.cta{display:inline-block;background:#eb7100;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:700;padding:1.1rem 3rem;border-radius:8px;transition:transform .2s,background .2s;box-shadow:0 4px 15px rgba(235,113,0,.3);outline:0}.cta:hover,.cta:focus{background:#cc6200;transform:translateY(-2px)}footer{width:100%;padding:1.5rem;color:#888;font-size:.875rem}footer a{color:#888;text-decoration:none;margin:0 .75rem;transition:color .2s}footer a:hover{color:#eb7100}