
/*
Theme Name: Hesnexaa Agency DevOps
Author: Hesnexaa
Description: Modern DevOps consulting agency theme
Version: 1.0
*/

body{
font-family:Inter,Arial,Helvetica,sans-serif;
margin:0;
background:#0f172a;
color:#e2e8f0;
line-height:1.6;
}

header{
background:#020617;
padding:18px 0;
border-bottom:1px solid #1e293b;
position:sticky;
top:0;
}

.container{
max-width:1100px;
margin:auto;
padding:20px;
}

.site-title{
font-size:28px;
font-weight:700;
color:#38bdf8;
}

nav ul{
list-style:none;
display:flex;
gap:22px;
padding:0;
margin-top:10px;
flex-wrap:wrap;
}

nav a{
color:#e2e8f0;
text-decoration:none;
font-weight:600;
}

.hero{
padding:140px 20px;
text-align:center;
background:linear-gradient(180deg,#020617,#0f172a);
}

.hero h1{
font-size:48px;
color:#38bdf8;
margin-bottom:20px;
}

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

.button{
background:#38bdf8;
color:#020617;
padding:14px 26px;
border-radius:6px;
display:inline-block;
margin-top:28px;
font-weight:700;
}

.section{
padding:80px 20px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;
}

.card{
background:#020617;
padding:28px;
border-radius:10px;
border:1px solid #1e293b;
}

.card h3{
color:#38bdf8;
margin-bottom:10px;
}

.stats{
display:flex;
gap:40px;
flex-wrap:wrap;
justify-content:center;
text-align:center;
}

.stat h2{
color:#38bdf8;
font-size:36px;
}

.form-box{
max-width:520px;
margin:auto;
background:#020617;
padding:30px;
border-radius:10px;
}

input, textarea{
width:100%;
padding:12px;
margin-top:12px;
margin-bottom:16px;
border-radius:6px;
border:none;
}

footer{
background:#020617;
text-align:center;
padding:30px;
border-top:1px solid #1e293b;
margin-top:60px;
}
