/* Fixen jobb felső sarokba */
.back-home {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99999;
}

.back-home a {
    background: #ffffff;
    color: #2d6a4f;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: 0.2s;
}

.back-home a:hover {
    background: #f1f1f1;
}