/* BUTON RENKLERİ - Sabit Sarı/Siyah */
.btn-primary,
.btn.btn-primary,
button.btn-primary,
a.btn-primary {
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.btn-primary:hover,
.btn.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.btn-secondary,
.btn.btn-secondary,
button.btn-secondary,
a.btn-secondary {
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.btn-secondary:hover,
.btn.btn-secondary:hover,
button.btn-secondary:hover,
a.btn-secondary:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.filter-btn {
    background: #0A0A0F !important;
    border: 2px solid #FFD700 !important;
    color: #FFD700 !important;
}

.filter-btn:hover,
.filter-btn.active {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.nav-cta {
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.nav-cta:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.submit-btn,
button[type="submit"] {
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.submit-btn:hover,
button[type="submit"]:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.blog-btn {
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.blog-btn:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}

.submit-full {
    width: 100% !important;
    justify-content: center !important;
    background: #0A0A0F !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

.submit-full:hover {
    background: #0A0A0F !important;
    color: #FFD700 !important;
}
