
.home-btn-gold {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fffdf8;
    border: 2px solid #d9c497; /* Kırık altın */
    box-shadow: 0 6px 18px rgba(0,0,0,.15), inset 0 0 14px rgba(217,196,151,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease;
    z-index: 9999;
}

.home-btn-gold:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 12px 28px rgba(0,0,0,.22), inset 0 0 18px rgba(217,196,151,.35);
}

.home-btn-gold img.laleler-img {
    width: 50px;          /* buton içine tam otursun */
    height: 50px;
    object-fit: cover;    /* taşıp bozulmasın */
    border-radius: 50%;   /* daire şeklinde kırp */
}
