.gml-wrapper{
max-width:900px;
margin:0 auto;
padding:40px 20px;
}

.gml-hero{
text-align:center;
margin-bottom:60px;
}

.gml-hero h1{
font-size:48px;
margin-bottom:10px;
}

.gml-tagline{
font-size:20px;
color:#666;
margin-bottom:30px;
}

.gml-email-form{
display:flex;
gap:10px;
justify-content:center;
flex-wrap:wrap;
}

.gml-email-form input{
width:320px;
padding:14px;
}

.gml-email-form button{
padding:14px 20px;
cursor:pointer;
}

.gml-alerts{
margin-top:40px;
}

.gml-alert{
border:1px solid #ddd;
padding:20px;
margin-bottom:20px;
border-radius:10px;
background:#fff;
}

.gml-alert h3{
margin-top:0;
}
.gml-features{
    margin:30px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.gml-feature{
    background:#f7f7f7;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:14px;
    font-size:16px;
    text-align:left;
}