body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    background:#0f1115;
    color:#ffffff;
    line-height:1.6;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:40px 20px;
}

h1,h2,h3{
    margin-bottom:10px;
}

h1{
    font-size:42px;
}

h2{
    margin-top:50px;
    border-bottom:1px solid #333;
    padding-bottom:10px;
}

p{
    color:#ccc;
}

.hero{
    text-align:center;
}

.hero img{
    width:180px;
    border-radius:50%;
    margin-bottom:20px;
}

.tagline{
    color:#aaa;
    margin-bottom:20px;
}

.identity{
    max-width:700px;
    margin:20px auto;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap:20px;
    margin-top:20px;
}

.card{
    background:#1c1f26;
    padding:20px;
    border-radius:8px;
    border:1px solid #333;
}

.card h3{
    margin-top:0;
}

.card a{
    color:#4da3ff;
    text-decoration:none;
}

.card a:hover{
    text-decoration:underline;
}

.footer{
    text-align:center;
    margin-top:60px;
    color:#777;
    font-size:14px;
}
