*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-family:Poppins,sans-serif;background-color:#f5f7fa;color:#222}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.app{display:flex;flex-direction:column;align-items:center;gap:2rem;padding-bottom:2rem}.rounded-container{border-radius:20px;box-shadow:0 5px 15px #00000014;width:90%;max-width:1100px;background:#fff;margin:1rem auto;padding:3rem 2rem}.navbar{width:100%;max-width:1200px;margin-top:1rem;background:#004aad;color:#fff;border-radius:16px;padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 3px 8px #0000001a}.logo-container{display:flex;align-items:center;gap:12px}.logo{height:40px;width:auto}.brand{font-size:1.4rem;font-weight:600}.navbar nav a{color:#fff;text-decoration:none;margin-left:1.5rem;font-size:1rem;transition:opacity .2s ease}.navbar nav a:hover{opacity:.85}.hero{background:linear-gradient(135deg,#004aad,#007bff);color:#fff;text-align:center;margin-top:2rem}.hero h2{font-size:2rem;margin-bottom:1rem}.hero p{max-width:650px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6;color:#eaf2ff}.btn-group{display:flex;justify-content:center;gap:1.5rem}.btn{border:none;border-radius:10px;padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;transition:all .25s ease}.btn.primary{background:#fff;color:#004aad;font-weight:600}.btn.primary:hover{background:#f3f6ff;transform:scale(1.05)}.btn.secondary{background:transparent;border:2px solid #fff;color:#fff}.btn.secondary:hover{background:#fff3;transform:scale(1.05)}.about{text-align:center}.about h3{font-size:1.6rem;color:#004aad;margin-bottom:1rem}.contact{text-align:center;background:#f1f5ff}.contact h3{color:#004aad;margin-bottom:1rem}.contact a{color:#004aad;text-decoration:none}.contact a:hover{text-decoration:underline}.footer{text-align:center;background:#004aad;color:#fff;border-radius:12px;width:90%;max-width:1100px;padding:1rem;margin-bottom:1rem}
