 body {
        background-color: #000 !important;
    }
    
    /* Золотий колір тексту */
    .golden-text {
        color: #ffde59 !important;
    }
    
    /* Точна копія стилів кнопки з form.css */
    .btn-golden {
        background-color: #ffde59 !important;
        color: #000 !important;
        border: none !important;
        padding: 0.75rem 2rem !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
    }
    
    .btn-golden:hover {
        background-color: #e6c200 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4) !important;
    }