*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}html,body{height:100%}body{background-color:#f9fafb;color:#1f2937;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}header{background:#fff;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;justify-content:center;height:80px}.header-content{display:flex;align-items:center;justify-content:center}.logo{height:150px;width:auto;object-fit:contain}main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem;text-align:center}.container{max-width:900px;width:100%;margin:0 auto;padding:1rem}h1{font-size:2.5rem;color:#0f1724;margin-bottom:.75rem}h2{font-size:1.15rem;font-weight:400;color:#374151;max-width:780px;margin:0 auto 1.25rem}.lead{color:#4b5563;margin-bottom:1.25rem}.actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.btn{display:inline-block;background-color:#2563eb;color:#fff;text-decoration:none;padding:.7rem 1.25rem;border-radius:10px;font-weight:600;transition:transform .12s ease,background-color .12s ease}.btn:hover{transform:translateY(-3px);background-color:#1d4ed8}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb;padding:.6rem 1.1rem;border-radius:10px;font-weight:600}.btn-outline:hover{background:#2563eb;color:#fff}section.info{padding:2.5rem 1.25rem;text-align:center;max-width:880px;margin:0 auto}section.info p{color:#4b5563;margin-bottom:1rem}footer{background-color:#0b1220;color:#9ca3af;text-align:center;padding:1rem;font-size:.9rem;bottom:0;left:0;width:100%}@media(max-width:640px){h1{font-size:2rem}.actions{gap:.6rem}}
