body{
margin:0;
background:#05070d;
color:white;
font-family:Arial,sans-serif;
}

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:24px 40px;
border-bottom:1px solid #111827;
}

.logo{
font-size:22px;
font-weight:bold;
letter-spacing:2px;
}

nav{
display:flex;
gap:24px;
}

nav a{
color:#cbd5e1;
text-decoration:none;
font-size:15px;
}

nav a:hover{
color:white;
}

main{
min-height:calc(100vh - 90px);
display:flex;
align-items:center;
justify-content:center;
padding:40px;
}

.hero{
max-width:980px;
}

.tag{
color:#7dd3fc;
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
}

h1{
font-size:64px;
line-height:1.02;
margin:20px 0;
max-width:900px;
}

p{
font-size:22px;
line-height:1.55;
color:#cbd5e1;
max-width:820px;
}

.actions{
display:flex;
gap:16px;
margin-top:32px;
}

.btn{
padding:14px 22px;
border-radius:12px;
text-decoration:none;
font-weight:bold;
}

.primary{
background:white;
color:#05070d;
}

.secondary{
border:1px solid #334155;
color:white;
}

.nex-card{
margin-top:36px;
padding:24px;
border:1px solid #1e293b;
border-radius:18px;
background:#0b1020;
max-width:620px;
}

.nex-card span{
color:#7dd3fc;
font-weight:bold;
letter-spacing:2px;
}

.nex-card p{
font-size:18px;
margin-bottom:0;
}
