body{
background:#0b0f1a;
color:white;
font-family:Arial;
margin:0;
}

.header{
display:flex;
justify-content:space-between;
padding:20px 60px;
background:#0d1220;
}

.logo{
font-weight:700;
font-size:22px;
color:#d4af37;
}

nav a{
margin-right:25px;
color:white;
text-decoration:none;
}

.cta{
background:#d4af37;
padding:10px 20px;
color:black;
text-decoration:none;
border-radius:6px;
}

.hero{
display:flex;
justify-content:space-between;
padding:100px 60px;
}

.hero h1{
font-size:42px;
}

.primary-btn{
background:#d4af37;
padding:14px 26px;
color:black;
text-decoration:none;
border-radius:6px;
}

.secondary-btn{
margin-left:15px;
border:1px solid white;
padding:14px 26px;
text-decoration:none;
color:white;
}

.pick-card{
background:#11182a;
padding:30px;
border-radius:10px;
width:280px;
}

.trust{
display:flex;
justify-content:space-around;
padding:80px;
background:#0f1424;
}

.how{
padding:100px;
text-align:center;
}

.how-grid{
display:flex;
gap:40px;
justify-content:center;
}

.how-card{
background:#12182b;
padding:30px;
border-radius:10px;
width:260px;
}

.page{
padding:80px;
}

.picks-table{
width:100%;
border-collapse:collapse;
}

.picks-table th,
.picks-table td{
padding:14px;
border-bottom:1px solid #1f2740;
}

.stats{
display:flex;
gap:40px;
margin-top:40px;
}

.stat{
background:#12182b;
padding:30px;
border-radius:10px;
width:200px;
text-align:center;
}

footer{
padding:40px;
background:#0d1220;
display:flex;
justify-content:space-between;
}