
body{
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
margin:0;
background:#f8f9fb;
color:#333;
text-align:center;
}

header{
background:#111;
color:white;
padding:25px 20px;
}

nav{
margin-top:10px;
}

nav a{
color:white;
margin:0 15px;
text-decoration:none;
font-weight:500;
}

.hero{
padding:120px 20px;
background:linear-gradient(135deg,#e9eef7,#f8f9fb);
}

.hero h2{
font-size:36px;
margin-bottom:20px;
}

.hero p{
max-width:700px;
margin:auto;
font-size:18px;
}

.button{
display:inline-block;
margin-top:30px;
padding:14px 30px;
background:#2b6df3;
color:white;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.section{
padding:100px 20px;
max-width:1000px;
margin:0 auto;
text-align:left;
line-height:1.7;
}

footer{
background:#111;
color:white;
padding:25px;
margin-top:60px;
font-size:14px;
}
/* Startup-style hero improvement */

.hero{
padding:140px 20px;
background:linear-gradient(135deg,#eef2ff,#f8f9fb);
}

.hero h2{
font-size:42px;
font-weight:600;
letter-spacing:-0.5px;
margin-bottom:10px;
}

.hero p{
margin-top:20px;
font-size:19px;
color:#555;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.button:hover{
background:#1f5ad7;
transform:translateY(-2px);
transition:all .2s ease;
}

/* Apple-style spacing */

.section{
padding:110px 20px;
max-width:1000px;
margin:0 auto;
text-align:left;
line-height:1.7;
}

header h1{
font-weight:600;
letter-spacing:-0.5px;
}
