:root{--header-bg: #0b5cff;--header-color: #fff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial}.app-header{background:var(--header-color);color:var(--header-color);box-shadow:0 2px 4px #0000001f}.app-header-inner{margin:0 auto}.app-header h1{margin:0;font-size:1.25rem;font-weight:600}.app-logo{display:block;max-width:400px;max-height:100px;margin:1rem 0}.app-main{width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media (max-width: 480px){.app-logo{width:80vw}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-text{display:inline-block;white-space:nowrap;overflow:hidden;box-sizing:border-box}body,html{margin:0;font-family:Arial,sans-serif}.hero{text-align:center;padding:4rem 1rem;background:#0d1b2a;color:#fff;animation:fadeIn 1s ease-out}.hero button{padding:.75rem 1.5rem;margin-top:1rem;cursor:pointer;background:#1f78ff;border:none;color:#fff}.features{display:flex;gap:1rem;padding:2rem;justify-content:center}.card{padding:1.5rem;border:1px solid #ddd;border-radius:8px;text-align:center;transition:transform .2s ease}.card:hover{transform:scale(1.05)}.stats{display:flex;gap:2rem;justify-content:center;padding:2rem;background:#f7f7f7}.stat h2{margin:0;font-size:2rem}.logos{display:flex;gap:2rem;justify-content:center;padding:2rem}.footer,footer{text-align:center;padding:1rem;background:#222;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
