/* Buton Stilleri */
.btn-contact, .btn-more, .btn-submit {
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    background: var(--gradient);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    overflow: hidden;
}

/* ... buton ile ilgili diğer stiller ... */ 