.header{

    height:74px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 72px;

    border-bottom:1px solid #ececec;

    background:white;

}

.logo a{

    text-decoration:none;

    font-size:2rem;

    font-weight:700;

}

.black{
    color:#050816;
}

.green{
    color:#22c55e;
}



.right{

    display:flex;

    align-items:center;

    gap:32px;

}



.email{

    color:#475569;

    font-size:1rem;

}


.link{

    color:#475569;

    text-decoration:none;

    font-size:1rem;

}

button.link{

    border:0;

    background:transparent;

    padding:0;

    cursor:pointer;

    font:inherit;

}

.link:hover{

    color:#111827;

}



.cta{

    text-decoration:none;

    background:#050816;

    color:white;

    padding:14px 22px;

    border-radius:10px;

}

.cta:hover{

    opacity:.9;

}



@media(max-width:768px){

.header{

padding:0 24px;

}

.right{

gap:16px;

}

.email{

display:none;

}

}
