body{
margin:0;
font-family:Inter,Arial,sans-serif;
background:#f4f7fb;
color:#1f2937;
display:flex;
align-items:center;
justify-content:center;
min-height:100vh;
}
.container{
max-width:850px;
background:white;
padding:50px;
border-radius:18px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
text-align:center;
margin:20px;
}
.logo{max-width:420px;width:100%;height:auto;margin-bottom:30px}
h1{color:#1d22a8;font-size:2.5rem;margin-bottom:10px}
.lead{font-size:1.15rem;color:#4b5563;line-height:1.7}
.card{
margin:40px auto 20px;
padding:25px;
background:#eef4ff;
border-left:6px solid #1d22a8;
border-radius:12px;
max-width:500px;
}
a{color:#1d22a8;text-decoration:none;font-weight:700}
footer{margin-top:40px;color:#6b7280}
