body{

margin:0;

font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;

background:
linear-gradient(180deg,#1739d8 0%,#0d1648 100%);

color:white;

display:flex;

justify-content:center;

align-items:center;

min-height:100vh;

}

.container{

width:90%;

max-width:700px;

text-align:center;

padding:50px;

}

.logo{

width:130px;

border-radius:30px;

box-shadow:0 25px 50px rgba(0,0,0,.35);

margin-bottom:25px;

}

h1{

font-size:52px;

margin:0;

font-weight:700;

}

.subtitle{

font-size:24px;

opacity:.85;

margin-top:15px;

}

.description{

margin:40px auto;

max-width:550px;

line-height:1.7;

opacity:.8;

}

.card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:28px;

padding:35px;

margin:40px 0;

border:1px solid rgba(255,255,255,.12);

}

.card h2{

margin-top:0;

}

ul{

list-style:none;

padding:0;

}

li{

padding:12px;

font-size:18px;

}

.button{

display:inline-block;

margin-top:10px;

padding:18px 40px;

border-radius:50px;

background:white;

color:#1638d6;

text-decoration:none;

font-weight:700;

transition:.2s;

}

.button:hover{

transform:translateY(-2px);

}

.footer{

margin-top:50px;

opacity:.75;

}

.footer a{

color:white;

text-decoration:none;

}
