/* --- END OF PAGE SECTION (Final Footer/Image - Quality Fix) --- */
.end-of-page {
    /* Use a fixed margin-top to separate it from the previous section */
    margin-top: clamp(10rem, 5vw, 13rem);   
    
    /* Ensures no white space at the bottom of the page */
    margin-bottom: 0; 
    
    text-align: center;
    /* Removed overflow: hidden and padding-bottom for simplicity */
    width: 100%;
}

.end-of-page img {
    /* Ensures the image fills the width of the page */
    width: 100%;          
    height: auto;         
    
    /* Ensures the image is correctly centered */
    display: block;       
    margin: 0 auto;       
    
    /* FIX: Removed image-rendering properties to allow standard browser anti-aliasing */
}