.menu-page {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

.close-menu {
    text-decoration: none;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.close-icon {
    font-size: 24px;
    line-height: 1;
}

.close-label {
    font-size: 12px;
    margin-top: -5px;
    font-weight: 500;
    letter-spacing: 1px;
}

.menu-navigation { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%; margin-top:50px;
}

.menu-items {
    list-style: none;
    text-align: right;
}

.menu-items li {
    margin: 20px 0;
}

.menu-items li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Optima', 'Segoe UI', 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.menu-footer {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-footer a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
} 