.logo {max-width:180px;margin:20px auto;display:block;}
.hero {text-align:center;padding:80px 20px;background:#fafafa;}
.cta {display:inline-block;background:#2563EB;color:white;padding:12px 24px;border-radius:6px;text-decoration:none;}
.float-btn {position:fixed;bottom:80px;right:20px;background:#22C55E;color:white;padding:12px 18px;border-radius:50px;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,0.2);animation:pulse 2s infinite;}
@keyframes pulse {0%{transform:scale(1);}50%{transform:scale(1.05);}100%{transform:scale(1);}}
.sticky-bar {position:fixed;bottom:0;width:100%;background:#111827;color:white;text-align:center;padding:10px 0;font-size:18px;}
.sticky-bar a {color:#22C55E;text-decoration:none;margin:0 8px;}
body {font-family:Inter, sans-serif;margin:0;color:#111827;}
